/*
Theme Name: Retro Renovation
Theme URI: https://retrorenovation.com/
Github Theme URI: https://github.com/AnchoredDesign/retro-renovation
Description: This is the Retro Renovation Theme created for the Genesis Framework.
Author: AnchoredDesign
Author URI: https://www.anchoreddesign.com/

Version: 1.1.88990012122

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: retro-renovation
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
  - Book Review
  - Easy Digital Downloads
- Skip Links
- Top Bar
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Lazy Loader
- 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
*/

/* HTML5 Reset
---------------------------------------------------------------------------- */

:root {
  --max-width: 1200px;
  --bg-color: #67cac5;
  --gc-color: #958e86;
  --link-color: #71acbe;
  --anchor-color: #006fc6;
  --accent-color: #d4744b;
  --button-color: #6cbd87;
  --altbutton-color: #cc5b6b;
  --button-hover-color: #ffffff;
  --altbutton-hover-color: #ffffff;
  --button-txt-color: #ffffff;
  --altbutton-txt-color: #ffffff;
  --button-txt-hover-color: #23419b;
  --altbutton-txt-hover-color: #d22b89;
  --white: #fff;
  --black: #333;
  --heading-h1-size: 28px;
  --heading-h2-size: 24px;
  --heading-h3-size: 22px;
  --heading-h4-size: 20px;
  --heading-h5-size: 18px;
  --heading-h6-size: 18px;
  --para-size: 18px;
  --cursive-font-family: Arial, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --primary-font-family: Arial, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --secondary-font-family: Arial, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --button-font-family: Geneva, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --para-font-family: Georgia, Palatino, Palatino Linotype, Palatino LT STD,
    Times, Times New Roman, serif;
  --archive-title-size: 37px;
  --title-size: 18px;
  --title-color: #000000;
  --theme-color1: #ff8858;
  --theme-color2: #ffda3e;
  --theme-color3: #f25959;
  --theme-color4: #f0faf9;
  --theme-color5: #fbfaf7;
  --theme-color6: #61c1ba;
}

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

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,
.after-entry .enews::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,
.after-entry .enews::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.5;
  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(--anchor-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;
}

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

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

li {
  list-style-type: none;
}

hr {
  border: none;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 30px 0;
}

b,
strong {
  font-weight: bold;
}

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

.site-container .wp-block-pullquote blockquote, .site-container .wp-block-quote,
blockquote {
  font-style: normal;
  border-left: 2px solid var(--anchor-color);
}

i {
  font-family: var(--primary-font-family);
}

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

blockquote {
  padding: 0px 30px;
  margin: 30px 0px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--secondary-font-family);
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 0px;
}

.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: 20px;
}

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

h2 {
  font-size: var(--heading-h2-size);
  font-family: var(--primary-font-family);
  font-weight: bold;
  margin-bottom: -5px;
  line-height: 1.4;
}

h3.heading,
h2.heading {
  line-height: 1.2;
}

h3 {
  font-size: var(--heading-h3-size);
  text-transform: uppercase;
}

h4 {
  font-size: var(--heading-h4-size);
  font-weight: 600;
}

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

.entry-content h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

.home h4 {
  font-weight: 600;
}

h5 {
  font-size: var(--heading-h5-size);
  font-weight: 600;
}

h6 {
  font-size: var(--heading-h6-size);
  font-weight: 600;
}

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

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

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

figure {
  margin: 0;
}

figure a:hover,
figure a:focus {
  opacity: 0.9;
}

figure.aligncenter figcaption {
  text-align: center;
}

/* Gallery
--------------------------------------------- */

.gallery {
  overflow: hidden;
}

.gallery img {
  border: 0.5px solid #535353;
  height: auto;
  padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
  border: 0.5px solid #535353;
  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 #000;
  font-family: var(--button-font-family);
  font-size: 16px;
  padding: 10px;
  width: 100%;
  font-style: normal;
  font-weight: 600;
}

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

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

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

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

::placeholder {
  color: #000;
  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,
.sqs-block-button-element,
.image-button-inner a {
  background-color: var(--button-color);
  border: 1px solid var(--button-color);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  font-style: normal;
  width: auto;
  font-family: var(--para-font-family);
  text-transform: uppercase;
  letter-spacing: 0px;
  border-radius: 10px;
}

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,
.sqs-block-button-element:hover,
.sqs-block-button-element:focus,
.image-button-inner a:hover,
.image-button-inner a:focus {
  background-color: #ffffff;
  color: var(--button-color);
}

button.altbtn,
button.altbtn:visited {
  background-color: var(--theme-color1);
  border: 1px solid var(--theme-color1);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  font-style: normal;
  width: auto;
  font-family: var(--button-font-family);
  text-transform: uppercase;
  letter-spacing: 0px;
  border-radius: 10px;
}

button.altbtn:hover,
button.altbtn:focus {
  background-color: var(--white);
  color: var(--theme-color1);
  border: 1px solid var(--theme-color1);
}

.entry-content .button:focus,
.entry-content .button:hover {
  color: var(--button-color);
}

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

.btn {
  text-decoration: none;
}

/* Tables
--------------------------------------------- */

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

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

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

td {
  border-top: 1px solid #eee;
  padding: 10px;
}

th {
  font-weight: 600;
  padding: 0 10px 10px;
}

td:first-child,
th:first-child {
  padding-left: 0;
}

td:last-child,
th:last-child {
  padding-right: 0;
}

/* 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 {
  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,
.more-link:visited {
  display: inline-block;
  position: relative;
  margin: 10px auto;
  border: 0.5px solid #535353;
  padding: 5px 10px;
  font-size: 14px;
  font-family: var(--para-font-family);
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 0.65px;
  font-weight: 500;
  color: #535353;
}

.more-link:focus,
.more-link:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #535353;
}

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

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

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

.mobileonly {
  display: block;
}

/* Avatar
--------------------------------------------- */

.avatar {
  border-radius: 50%;
  float: left;
}

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

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

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

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

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

.archive-description {
  margin-bottom: 20px;
}

.archive-description p {
  max-width: 100%;
  width: 900px;
  padding-top: 0px;
  margin: 5px auto;
  text-align: center;
}

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

.after-entry .widget-title,
.rp4wp-related-posts h3 {
  font-size: 20px;
  font-family: var(--secondary-font-family);
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #000;
}

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

.after-entry .aboutsection h3 {
  font-size: 29px;
  margin-bottom: 5px;
}

.after-entry .aboutsection p {
  margin-bottom: 5px;
  font-size: 13px;
}

.after-entry .aboutsection .wp-block-button .wp-block-button__link {
  font-size: 14px;
  padding: 4px !important;
}

.after-entry .formkit-form {
  margin: auto;
}

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

.after-entry .formkit-content {
  font-weight: 400;
  text-align: center;
}

.after-entry .rp4wp-related-posts ul {
  margin: 15px 0 10px;
}

.after-entry .rp4wp-related-posts ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0 1em;
  line-height: 1.3;
}

.after-entry .rp4wp-related-post-content a,
.after-entry .rp4wp-related-post-content a:visited {
  font-family: var(--secondary-font-family);
  font-size: var(--title-size);
  color: #000;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
}

.after-entry .rp4wp-related-post-content a:hover,
.after-entry .rp4wp-related-post-content a:focus {
  text-decoration: underline;
}

.after-entry .rp4wp-related-posts img {
  width: 100%;
  margin-bottom: 10px;
}

.breadcrumb {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-weight: 600;
  color: #666;
  text-align: center;
  font-family: var(--secondary-font-family);
}

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

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

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

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

.after-entry .widget {
  margin-bottom: 20px;
}

.after-entry .display-posts-listing {
  margin-bottom: 40px;
}

.after-entry .display-posts-listing .image {
  display: block;
  margin-bottom: 5px;
}

.after-entry .display-posts-listing:after {
  content: "";
  clear: both;
  display: block;
}

.display-posts-listing article:first-child {
  margin-left: 0px;
}

.after-entry .entry-header h2.entry-title {
  font-size: 18px;
}

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

.downloadsection {
  background: no-repeat url(images/triangles.jpg) center / cover;
  padding: 20px;
  text-align: center;
  border: 2px dashed #f4f1ed;
  margin-right: 0px;
}

.archive-internal .wrap .widget:last-child {
  margin-left: 15px;
}

.downloadsection h3 {
  font-size: 34px;
  color: var(--accent-color);
}

.downloadsection h4 {
  font-weight: 600;
  margin: 5px;
}

.downloadsection .button {
  clear: both;
  display: block;
  max-width: 380px;
  margin: 10px auto;
}

.after-entry .subscribesection {
  background-color: var(--button-color);
  color: #fff;
  padding: 20px;
  text-align: center;
  font-weight: 600;
  display: flex;
}

.after-entry .subscribesection .one-half {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.after-entry .subscribesection button {
  width: 100%;
  margin-top: 10px;
}

/* Search Form
--------------------------------------------- */

.search-form {
  overflow: hidden;
}

.search-form input[type="search"],
.wp-block-search .wp-block-search__input {
  background-image: url(images/searchicon.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: top 5px right 10px;
  background-color: transparent;
  border-width: 0px;
  border-bottom: 1px solid #000;
  padding: 5px 40px 5px 5px;
}

.wp-block-search .wp-block-search__input {
  font-size: 18px;
  background-size: 25px;
  background-color: var(--white);
  background-position: top 10px right 10px;
}

.error404 .content .search-form {
  text-align: center;
  margin: 20px auto;
}

.error404 .content {
  min-height: 60vh;
}

.error404 .buttons404 {
  max-width: 100%;
  width: 600px;
  margin: 40px auto;
}

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

.error404 .content .search404 .search-form {
  display: block;
  width: 100%;
}

.site-header .search-form {
  max-width: 280px;
}

.site-header .search-form input[type="search"] {
  padding: 6px 10px;
  text-transform: none;
  background-size: 14px;
  font-size: 13px;
  background-position: top 7px right 8px;
  background-color: transparent;
  font-style: normal;
  font-family: var(--secondary-font-family);
  min-height: 28px;
}

.site-header .search-form input[type="search"]:hover {
  background-color: #ffffff;
  color: #000;
}

.sticky-header .search-form {
  max-width: 130px;
}

.sticky-header .search-form input[type="search"] {
  padding: 6px 10px;
  text-transform: none;
  background-size: 14px;
  font-size: 13px;
  background-position: top 7px right 8px;
  background-color: transparent;
  font-style: normal;
  font-family: var(--secondary-font-family);
  min-height: 28px;
  max-width: 125px;
}

.sticky-header .search-form input[type="search"]:hover {
  background-color: #ffffff;
  color: #000;
}

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

.front-page-sidebar .search-form {
  margin-bottom: 0px;
  width: 100%;
}

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

.front-page-sidebar .enews {
  padding: 0 30px 30px;
}

#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(--theme-color6);
  padding: 10px;
  opacity: 1;
  transform: translateX(0);
  top: 50px;
}

#searchform.active input[type="search"] {
  background-color: #fff;
  max-width: 100%;
}

.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/searchicon.svg) center / 20px;
  color: #000;
}

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

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

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0px;
  color: #000;
  font-size: var(--archive-title-size);
}

.entry-title {
  text-align: center;
  margin-bottom: 0px;
  letter-spacing: 0px;
  font-family: var(--secondary-font-family);
  font-weight: bold;
  color: var(--title-color);
}

.entry-title a,
.entry-title a:visited,
.sidebar .widget-title a,
.sidebar .widget-title a:visited {
  color: var(--title-color);
  text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
  text-decoration: underline;
}

.widget-title {
  font-size: 20px;
  font-family: var(--secondary-font-family);
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}

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

/* Archive
--------------------------------------------- */

.archive-description.intro {
  display: flex;
  background-color: var(--theme-color3);
  padding: 20px;
  justify-content: center;
}

.archive-description.intro .first {
  padding: 0 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.archive-title {
	text-transform: uppercase;
}

.archive-description.intro .archive-title {
  color: #000;
  font-size: var(--archive-title-size);
  line-height: 1.6;
  text-transform: uppercase;
}

.archive-description.intro p {
  text-align: left;
}

.archive-description.intro .breadcrumb {
  padding-bottom: 0px;
}

.favorite-wrap,
.current-archive {
  margin-top: 50px;
  text-align: center;
}

.current-archive.nomargin {
  margin-top: 0px;
}

.current-archive h1.archive-title {
  color: #000;
  line-height: 1;
}

h2.title,
.sub-categories-listing h3 {
  font-size: 22px;
  font-weight: bold;
  color: var(--title-color);
  text-transform: uppercase;
}

.current-archive h1.archive-title:after,
h2.title:after {
  content: "";
  display: block;
  height: 2px;
  width: 75%;
  border-bottom: 1px solid #000;
  margin: 5px auto 10px;
}

.favorite-wrap p,
.current-archive p {
  width: 900px;
  max-width: 100%;
  margin: 5px auto 20px;
}

.sub-categories-listing {
  background-color: var(--theme-color3);
  padding: 20px 60px;
  margin: 50px 0 0;
  text-align: center;
}

.sub-categories-listing h3 {
  margin-bottom: 20px;
}

.sub-categories-listing .wrap {
  width: var(--max-width);
  max-width: 100%;
  margin: auto;
}

.sub-categories-listing .column-5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 0 1em;
}

.sub-category .cat-link {
  color: #000;
  text-decoration: none;
  text-align: center;
  margin-bottom: 20px;
  display: block;
}

.sub-category span.count {
  display: block;
  color: #666;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

.sub-category h4 {
  font-size: 19px;
  line-height: 1.3;
}

.sub-list li a:focus,
.sub-list li a:hover,
.sub-list li.current-cat a {
  color: var(--theme-color6);
  background-color: #fff;
  text-decoration: none;
}

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

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

.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

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

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

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

.widget {
  margin-bottom: 20px;
}

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

.widget.user-profile p {
  margin-bottom: 15px;
}

.widget.user-profile .avatar-240 {
  float: none;
  display: block;
  margin: auto;
}

.user-profile h3 {
  margin-bottom: 10px;
}

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

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

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

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

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

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

.after-entry .enews {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 10px;
}

.after-entry .enews form {
  display: flex;
}

.enews-widget p {
  margin-bottom: 15px;
  text-align: center;
}

.enews-widget input {
  font-size: 16px;
  border: 0px;
  margin-bottom: 10px;
  flex-grow: 1;
}

.enews-widget input[type="submit"] {
  margin: 0;
  font-size: 14px;
  width: 100%;
}

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

.sidebar .enews-widget {
  padding: 30px;
}

.front-page-sidebar .enews-widget,
.sidebar .enews-widget {
  background-color: #f3fcf9;
}

.site-header .enews-widget,
.site-header .enews-widget .widget-title,
.site-header .enews-widget p,
.sticky-header .enews-widget,
.sticky-header .enews-widget .widget-title,
.sticky-header .enews-widget p {
  color: #333;
}

/* WP Recipe Maker
--------------------------------------------- */

.entry-content .wprm-recipe {
  background: transparent;
}

.entry-content .wprm-recipe-container .wprm-recipe {
  padding-bottom: 0px !important;
}

.entry-content .wprm-recipe-container .wprm-recipe img {
  height: 150px;
  width: 150px;
  object-fit: cover;
}

.wprm-recipe-times-container,
.wprm-recipe-notes-container {
  background: #f3fcf9;
  margin: 10px -10px !important;
  border: 0px !important;
}

.wprm-recipe-notes-container {
  margin-bottom: 0px !important;
  padding: 1px 20px 20px 20px !important;
}

/* Genesis Simple FAQ
--------------------------------------------- */

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

.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  text-decoration: underline;
}

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

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

.widget-area .widget.simple-social-icons ul li {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
}

.front-page-sidebar .widget.simple-social-icons,
.sidebar .widget.simple-social-icons {
  margin-top: -40px;
  margin-bottom: 15px;
}

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

/* Book Review
---------------------------------------------------------------------------- */
.book-review-block {
  margin-bottom: 20px;
}

.wp-block-book-review-block-book-review .wp-block-image {
  width: 50%;
  margin-bottom: 0px;
}

.wp-block-book-review-block-book-review .wp-block-image figure {
  margin-right: 1.5em;
}

.wp-block-book-review-block-book-review div.wp-block-book-review-block-metadata,
.wp-block-book-review-block-book-review div.wp-block-book-review-block-rating,
.wp-block-book-review-block-book-review
  div.wp-block-book-review-block-description {
  float: right;
  width: 50%;
}

.wp-block-book-review-block-book-review
  div.wp-block-book-review-block-description
  a:hover
  img {
  opacity: 0.8;
}

.book-review-block__meta-item {
  font-size: 17px;
  font-weight: bold;
}

.book-review-block__meta-item-title {
  font-size: 24px;
  font-weight: bold;
}

/* 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 {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: var(--bg-color);
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.top-bar .widget-area {
  max-width: 100%;
  width: var(--max-width);
  padding: 5px 0 5px;
  margin: auto;
  text-align: center;
  font-family: var(--button-font-family);
}

.top-bar .widget {
  margin-bottom: 0px;
}

.top-bar .widget-area .widget {
  float: left;
  width: 50%;
}

.top-bar .widget-area .widget:first-child {
  text-align: left;
}

.top-bar .widget-area .widget:last-child {
  text-align: right;
}

.top-bar .widget-area .widget.widget_search input {
  width: 225px;
}

.top-bar input[type="submit"],
.top-bar button,
.top-bar .button {
  color: var(--white);
  padding: 0px 10px;
  font-size: 14px;
  height: auto;
  margin: 0 2px 0 5px;
  border-radius: 10px;
  font-weight: bold;
  font-family: var(--button-font-family);
}

.top-bar input[type="submit"]:hover,
.top-bar button:hover,
.top-bar .button:hover {
  background-color: var(--white);
  text-decoration: none;
}

.top-bar .widget:last-child {
  margin-bottom: 0px;
}

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

.site-header {
  background-color: var(--white);
  padding: 0;
}

.site-header > .wrap {
  width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  border-bottom: 1px solid #000;
}

.sticky-header {
  display: none;
}

.sticky-header .title-area {
  padding-top: 0px;
  padding-bottom: 0px;
  max-width: 100%;
}

.sticky-header .title-area.no-logo {
  padding-top: 18px;
  padding-bottom: 18px;
}

.sticky-header .nav-primary {
  width: 100%;
  float: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.sticky-header .wrap {
  max-width: 1200px;
  text-align: center;
  margin: 5px auto;
}

.sticky .sticky-header {
  position: fixed;
  -webkit-position: fixed;
  width: 100%;
  display: block;
  background-color: var(--header-color);
  box-shadow: 0px 2px 5px #f2f2f2;
  z-index: 999;
  top: 0;
}

.site-header > .wrap,
.sticky-header .wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

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

.title-area {
  float: left;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 28%;
  text-align: center;
}

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

.site-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  font-family: "Crimson Text", serif;
  margin-bottom: 0;
  padding: 2px 15px 5px 15px;
  border: 1px solid #fff;
  color: #535353;
}

.site-title a,
.site-title a:visited,
.site-title a:focus,
.site-title a:hover {
  color: #535353;
  text-decoration: none;
}

.site-description,
.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;
}

/* Header Right Widget
---------------------------------------------------------------------------- */

.header-widget-area {
  width: 75%;
  float: right;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: flex-end;
  align-items: center;
  display: none;
  margin-bottom: 20px;
}

.header-widget-area .widget-title {
  font-size: 24px;
}

.header-widget-area .enews.active {
  display: block;
  position: absolute;
}

.header-widget-area .enews input {
  border: 0.5px solid #535353;
}

.header-widget-area .widget.simple-social-icons {
  margin-top: 3px;
}

.header-widget-area .widget.simple-social-icons li > a {
  padding: 5px !important;
  font-size: 16px !important;
}

.header-widget-area .search-form input[type="search"] {
  background-color: var(--theme-color5);
  border-radius: 20px;
  padding: 10px 20px;
  border: 0px;
  background-size: 20px;
  background-position: center right 15px;
}

.header-widget-area .search-form input[type="search"]:hover,
.header-widget-area .search-form input[type="search"]:focus {
  background-color: var(--theme-color5);
}

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

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

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

.genesis-nav-menu .menu-item.home {
  display: none;
}

.sticky-header .genesis-nav-menu .menu-item.home {
  display: inline-block;
}

.genesis-nav-menu a,
.genesis-nav-menu a:visited {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: bold;
  outline-offset: -1px;
  padding: 10px 8px;
  text-decoration: none;
  text-transform: none;
  font-family: var(--button-font-family);
}

.sticky-header .genesis-nav-menu a {
  padding: 4px 15px;
}

.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: #333;
  text-decoration: underline;
}

.genesis-nav-menu .menu-item-has-children a.sf-with-ul:after {
  content: "";
  background: no-repeat
    url(/wp-content/themes/retro-renovation/images/right-arrow.svg) center /
    contain;
  width: 10px;
  height: 10px;
  margin: 0px 0 0px 3px;
  display: inline-block;
}

.genesis-nav-menu .menu-item-has-children a.sf-with-ul:focus:after,
.genesis-nav-menu .menu-item-has-children a.sf-with-ul:hover:after {
  transform: rotate(90deg);
}

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

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

.genesis-nav-menu ul.sub-menu li a,
.genesis-nav-menu ul.sub-menu li a:visited {
  background-color: #fff;
  position: relative;
  word-wrap: break-word;
  color: #333;
}

.genesis-nav-menu ul.sub-menu li a:hover,
.genesis-nav-menu ul.sub-menu li a:focus {
  background-color: #f4f1ed;
}

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



/* 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 {
  display: none;
  position: relative;
}

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

.menu-toggle,
.sub-menu-toggle {
  color: #333;
  border: 0px;
  background-color: transparent;
}

.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: #000;
  font-weight: bold;
}

.menu-toggle {
  position: absolute;
  line-height: 0px;
  margin-bottom: 5px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  font-size: 0px;
  padding: 10px;
  border-radius: 0px;
  height: 100%;
  top: 0px;
  right: 0px;
  left: auto;
}

.menu-toggle.activated::before {
  content: "";
  background: no-repeat url(images/close.svg) center / 16px;
}

.menu-toggle::before {
  content: "";
  background: no-repeat url(images/menu-button.svg) center / 20px;
  width: 25px;
  height: 25px;
  display: inline-block;
}

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

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

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  transform: rotate(0);
  transition: transform 0.25s ease-in-out;
  content: "";
  background: no-repeat url(images/down-arrow.svg) center / contain;
  width: 15px;
  height: 15px;
}

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

.custom-menu {
  text-align: center;
  margin-bottom: 20px;
}

.custom-menu li {
  display: inline-block;
  margin: 0 5px 10px;
}

.custom-menu a {
  background-color: var(--theme-color1);
  color: var(--white);
  border-radius: 10px;
  padding: 5px 12px;
  font-size: 22px;
  font-weight: bold;
}

.custom-menu a:hover,
.custom-menu a:focus,
.custom-menu .current-cat a {
  background-color: var(--accent-color);
  text-decoration: none;
}

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

.nav-primary {
  clear: left;
  padding-bottom: 0px;
  padding-top: 0px;
  width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
  margin-top: 25px;
  text-align: center;
}

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

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

.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 15px;
}

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

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

.entry {
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

.entry-header h2.entry-title {
  font-family: var(--secondary-font-family);
  font-weight: 600;
  font-size: var(--title-size);
  color: var(--title-color);
  text-align: left;
}

.single .breadcrumb {
  line-height: 1.4;
  text-align: center;
  padding-bottom: 10px;
}

h1.entry-title {
  text-align: center;
  text-transform: none;
  font-size: var(--archive-title-size);
  color: var(--title-color);
  margin-bottom: 10px;
  line-height: 1.2;
}

p.entry-meta,
.post-meta,
.page-meta {
  font-size: 16px;
  letter-spacing: 0.65px;
  margin-bottom: 0;
  font-style: normal;
  font-family: var(--secondary-font-family);
  color: #000;
}

.page-meta,
p.entry-meta {
  text-align: center;
  font-size: 16px;
  text-transform: none;
}

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

.entry-header .entry-meta {
  padding-bottom: 0px;
  margin-bottom: 5px;
  font-family: var(--secondary-font-family);
  line-height: 1;
}

.page .page-meta {
  font-weight: bold;
}

.page .page-meta,
.single .entry-header .entry-meta {
  padding-bottom: 20px;
  margin-bottom: 0px;
}

.single .entry-header .entry-meta a,
.single .entry-header .entry-meta a:visited {
  color: var(--accent-color);
}

.single .entry-footer {
  margin-top: 10px;
}

.post-meta {
  font-family: var(--secondary-font-family);
  padding-bottom: 0px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.entry-header .entry-image a {
  color: #535353;
}

.entry-categories,
.entry-tags {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #000;
}

p.entry-meta .entry-categories a,
p.entry-meta .entry-categories a:visited {
  color: #000;
  text-decoration: none;
}

.entry-comments-link::before {
  content: "|";
  background: no-repeat url(images/comment.svg) center right / contain;
  width: 50px;
  height: 16px;
  display: inline-block;
  margin: 0 10px -3px 20px;
  text-align: left;
}

/* Single 
--------------------------------------------- */

.single .site-inner {
  margin-bottom: 40px;
}

.single .affiliate {
  text-align: center;
  display: block;
  font-size: 11px;
}

.single .content .entry-footer:before,
.single .entry .entry-header:after {
  width: 60%;
  content: "";
  height: 2px;
  border-top: 1px solid #000;
  clear: both;
  display: block;
  margin: 0 auto 10px;
}

.single .entry-header .entry-meta {
  font-size: 14px;
  text-align: center;
  font-family: var(--button-font-family);
  font-weight: bold;
}

.single .content .entry-footer .entry-meta,
.entry-footer .entryfooter {
  font-family: var(--secondary-font-family);
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
}

.entry-footer .entryfooter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.entry-footer .entryfooter div:first-child {
  margin-right: 5px;
}

.single .content .entry-footer a,
.single .content .entry-footer a:visited {
  background-color: var(--button-color);
  border: 1px solid var(--button-color);
  padding: 1px 5px;
  color: #fff;
  font-size: 14px;
  font-family: var(--button-font-family);
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 10px;
  display: inline-block;
  margin: 4px;
  text-decoration: none;
}

.single .content .entry-footer a:hover,
.single .content .entry-footer a:focus {
  background-color: var(--white);
  color: var(--button-color);
}

.comments-toggle {
  text-align: center;
  border-radius: 10px;
  padding: 10px;
  border: 2px solid var(--altbutton-color);
  color: var(--altbutton-color);
  font-size: 18px;
  font-family: var(--button-font-family);
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 20px;
}

.comments-toggle:hover {
  background-color: var(--altbutton-color);
  color: #fff;
}

.comments-toggle span svg {
  fill: currentColor;
  stroke: currentColor;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

.comments-toggle.active span svg {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.subscriberow p {
  line-height: 1.3;
  margin-bottom: 10px;
}

.subscriberow .emailsubscribe {
  max-width: 100%;
  width: 320px;
  margin: 0 auto 5px;
}

.subscriberow .wp-block-image,
.subscriberow .wp-block-image figure {
  margin-bottom: 2px;
}

.subscriberow .emailsubscribe input {
  padding: 7px 12px;
  text-align: left !important;
  border-radius: 0px !important;
  margin-bottom: 8px;
  font-family: var(--para-font-family);
  font-size: 14px;
  width: 100%;
  font-weight: 400;
}

.subscriberow .emailsubscribe button {
  padding: 7px;
  width: 100%;
  border-radius: 0px !important;
}

.subscriberow p.noticetxt {
  font-size: 13px !important;
}

.noticetxt {
  line-height: 1.2;
}

.noticetxt a,
.noticetxt a:visited {
  font-weight: bold;
  text-decoration: underline;
}

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

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

.adjacent-entry-pagination {
  margin-top: 40px;
  margin-bottom: 40px;
}

.adjacent-entry-pagination a,
.adjacent-entry-pagination a:visited {
  color: #000;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
}

.adjacent-entry-pagination .icon,
.adjacent-entry-pagination .label {
  color: var(--button-color);
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

.adjacent-entry-pagination .icon {
  font-size: 22px;
}

.adjacent-entry-pagination .title {
  display: block;
  margin-top: -8px;
}

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

.archive-pagination li {
  display: inline;
}

.archive-pagination li a,
.archive-pagination li a:visited {
  background-color: var(--altbutton-color);
  border: 1px solid var(--altbutton-color);
  color: var(--white);
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin: 2px;
  padding: 5px 14px;
  text-decoration: none;
  font-family: var(--secondary-font-family);
  text-transform: uppercase;
  border-radius: 5px;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: var(--white);
  color: var(--altbutton-color);
}

.archive-pagination .pagination-next,
.archive-pagination .pagination-previous {
  display: none;
}

.adjacent-entry-pagination div {
  max-width: 45%;
}
/* Archive Widgets
--------------------------------------------- */

.archive-footer {
  clear: both;
  max-width: 100%;
  width: 980px;
  margin: 20px auto 20px;
}

.archive-footer .calltoaction {
  background-color: var(--theme-color6);
  color: #fff;
  display: flex;
  padding: 10px 35px 10px 20px;
  font-size: 18px;
  text-align: left;
}

.archive-footer .one-half {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.archive-footer .calltoaction h3 {
  line-height: 1.2;
  font-size: 32px;
  color: #fff;
}

.archive-footer .calltoaction .wp-block-button a {
  font-size: 22px;
}

.calltoaction .wp-block-buttons > .wp-block-button {
  margin-bottom: 0px;
}

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

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

.comment-list li {
  font-size: 17px;
  padding: 20px 0 0 20px;
}

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

.comment-author,
.comment-author-link,
.comment-time-link {
  color: #000;
  font-weight: 600;
  font-size: 19px;
  font-family: var(--secondary-font-family);
}

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

.comment-content {
  clear: both;
}

.comment-content p {
  margin-bottom: 0px;
}

.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 label {
  display: block;
  margin-right: 12px;
}

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

.comment-reply {
  text-align: right;
  text-transform: uppercase;
}

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

.comment-form-cookies-consent {
  clear: both;
}

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

.entry-comments h3,
.comment-respond h3,
.comment-respond h4 {
  font-size: 20px;
  font-family: var(--secondary-font-family);
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #000;
}

.entry-comments h3 {
  text-align: left;
  border-bottom: 1px solid #000;
}

#reply-title,
.comment-notes,
.logged-in-as {
  text-align: center;
}

#email-notes {
  display: block;
}

.comment-form input[type="submit"] {
  background-color: var(--button-color);
  border-color: var(--button-color);
}

.comment-form input[type="submit"]:hover {
  background-color: #fff;
  color: var(--button-color);
}

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

.sidebar {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

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

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

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

.sidebar .widget-title {
  font-size: 26px;
  font-family: var(--primary-font-family);
  font-weight: 500;
  text-align: center;
}

.sidebar h2 {
  color: var(--button-color);
  padding: 10px !important;
}

.sidebar .categories-listing {
  padding: 20px;
  display: block;
}

.sidebar .cat-item {
  display: inline-block;
  width: 28.33%;
  margin: 0px;
  padding-left: 0px;
  text-align: left;
  margin-bottom: 20px;
}

.sidebar .cat-item a,
.sidebar .cat-item a:visited {
  text-decoration: none;
  color: #1a1a1a;
}

.sidebar .cat-item a:hover,
.sidebar .cat-item a:focus {
  text-decoration: underline;
  color: #1a1a1a;
}

.sidebar .cat-item img {
  max-height: 40px;
}

/* Front Page Sidebar
---------------------------------------------------------------------------- */

.front-page-sidebar {
  text-align: center;
}

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

.before-footer-widgets .wrap {
  max-width: 1040px;
  margin: 20px auto;
}

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

.footer-widgets {
  background-color: var(--theme-color5);
  clear: both;
  padding: 30px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.footer-widgets .widget-title {
  font-family: var(--button-font-family);
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
  color: #000;
  border-bottom: 0px;
}

.footer-widgets .wrap {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 1140px;
  max-width: 100%;
  align-items: center;
}

.footer-widgets .ff__form input[type="text"] {
  border: 1px solid var(--accent-color);
  border-radius: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.footer-widgets .button {
  width: 100%;
}

.footer-widgets form input[type="submit"],
.footer-widgets form button {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  width: 100%;
}

.footer-widgets form input[type="submit"]:hover,
.footer-widgets form button:hover {
  background-color: var(--white);
  color: var(--accent-color);
  border-color: var(--accent-color);
}

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

.footer-widgets .simple-social-icons .widget-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-widgets .simple-social-icons .widget-title,
.footer-widgets .simple-social-icons ul {
  display: inline-block !important;
  background-color: transparent;
  float: none;
  margin-right: 4px;
}

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

.footer-widget-area {
  padding: 0 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

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

.footer-widgets h4 {
  font-family: var(--heading-h4-size);
  color: #000;
  line-height: 1;
  padding-top: 3px;
  padding-bottom: 5px;
  font-weight: 600;
}

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

.footer-widgets ul li {
  text-align: left;
  margin-bottom: 3px;
}

.footer-widgets ul li a,
.footer-widgets ul li a:visited {
  text-transform: uppercase;
  text-align: left;
  font-size: 19px;
  font-weight: 600;
  color: #000;
  font-family: var(--button-font-family);
  text-decoration: none;
}

.footer-widgets ul li a:focus,
.footer-widgets ul li a:hover {
  text-decoration: underline;
}

.footer-widget-area .widget_media_image img {
  margin-left: -20px;
}

.footer-widget-area .widget {
  padding: 0px auto 0px;
}

.footer-widgets .footer-widget-area {
  flex: 1;
}

.footer-widgets .footer-widget-area:first-child {
  flex-grow: 2;
}

.footer-widgets img.aligncenter {
  margin-bottom: 10px;
}

.footer-widgets img.aligncenter.wp-image-43 {
  margin-top: -10px;
}

.footer-widgets p {
  margin-bottom: 15px;
}

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

.site-footer {
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5;
  padding: 22px 10px 30px 10px;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  font-family: var(--button-font-family);
}

.site-footer a,
.site-footer a:visited {
  color: #000;
}

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

/* Lazy Loader
---------------------------------------------------------------------------- */

.lazy-load {
  transition: opacity 0.15s;
  opacity: 0;
}

.lazy-load.is-loaded {
  opacity: 1;
}

/* Front Page
---------------------------------------------------------------------------- */

.home .aboutsection h3 {
  font-family: var(--secondary-font-family);
  letter-spacing: 0.65px;
}

.home .aboutsection p {
  margin-bottom: 15px;
  line-height: 1.5;
}

.site-container .aboutsection .wp-block-media-text__content {
  background: rgba(255, 255, 255, 0.4);
  margin-right: 32px;
  border: 0.5px solid #535353;
  padding-bottom: 15px;
  height: 100%;
}

.site-container .aboutsection .content_column {
  border: 0.5px solid #535353;
  padding: 0px 40px;
  height: 100%;
  display: flex;
  align-items: center;
}

.site-container .btns .wp-block-button {
  width: 48%;
  margin-bottom: 20px;
  margin-right: 3%;
}

.site-container .btns .wp-block-button:nth-of-type(2n) {
  margin-right: 0px;
}

.site-container .btns::after {
  content: "";
  display: block;
  clear: both;
}

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

.site-container .aboutsection .wp-block-button a,
.site-container .aboutsection .wp-block-button a:visited {
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: var(--button-font-family);
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: bold;
  border: 0.5px solid #535353;
  background-color: #ffffff;
}

.aboutsection .wp-block-media-text__content .wp-block-button a:hover,
.aboutsection .wp-block-media-text__content .wp-block-button a:focus {
  background-color: #535353;
  color: #fff;
}

.site-container .aboutsection .wp-block-image {
  margin-bottom: 0px;
}

.wp-block-button.fullwidth a {
  width: 100%;
  display: block;
}

/* About Page
--------------------------------------------- */

.wp-block-media-text__content {
  margin-top: 30px;
}

.aboutsection .wp-block-media-text__content {
  margin-top: 0px;
}

.aboutsection.aboutpage .wp-block-media-text__content {
  margin-top: 30px;
}

.altbtn.aligncenter {
  margin-bottom: 12px;
}

.site-container .wp-block-button.altbtn .wp-block-button__link {
  width: 200px;
  max-width: 100%;
}

.site-container .wp-block-button.altbtn .wp-block-button__link:hover {
  background-color: #fff;
  color: #535353;
}

/* Extra Styles
---------------------------------------------------------------------------- */

.mainCategories figure {
  margin-bottom: 40px;
}

.mainCategories figure img {
  height: 200px;
  width: auto;
}

.linkHeading a,
.linkHeading a:visited {
  border-bottom: 1px solid;
  border-color: inherit;
}

.linkHeading a:hover,
.linkHeading a:focus {
  border-bottom-width: 2px;
  text-decoration: none;
}

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

.transBG {
  background-color: rgba(251, 250, 247, 0.9);
}

.number.margin-10 {
  margin-top: -10px;
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin-right: 0.6em;
}

.wp-block-gallery.columns-5 .blocks-gallery-item {
  width: calc(20% - 0.6em);
  margin-right: 0.6em;
}

.btnsCols .wp-block-buttons.aligncenter {
  margin-bottom: 0px;
}

.btnsCols .wp-block-column:not(:first-child) {
  margin-left: 8px;
}

.boxzilla-container .boxzilla {
  padding: 0px !important;
}

.boxzilla-container .boxzilla .formkit-form {
  margin: auto;
}

.boxzilla-container .boxzilla .formkit-header {
  text-align: center;
}

.boxzilla-container .boxzilla .formkit-content {
  font-weight: 400;
  text-align: center;
}
.boxzilla-container .boxzilla .formkit-submit {
  width: 100% !important;
  max-width: 100% !important;
}

.boxzilla-container .boxzilla .formkit-submit p {
  display: inline;
}

.ff__form input[type="text"] {
  border-radius: 10px;
  text-align: center;
  border: 0px;
}

.fd-is-show-captcha {
  background-color: #fff;
}

.ff__modal .ff__form input[type="text"] {
  border: 1px solid var(--accent-color);
}

.ff__modal .ff__form .ff__button {
  border-radius: 10px;
  font-weight: bold;
}

.ff__form .ff__success,
.ff__form .ff__error {
  display: none;
}

.fd-has-success .ff__success {
  display: block;
}
.fd-has-error .ff__error {
  display: block;
}

.is-style-linksection a,
.is-style-linksection a:visited {
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 2px solid #000000;
  color: #000;
  padding-bottom: 3px;
}

.is-style-linksection a:after {
  content: "»";
  display: inline-block;
  width: 20px;
  height: 20px;
  color: inherit;
  font-size: 28px;
  font-weight: 400;
}

.is-style-linksection a:hover,
.is-style-linksection a:focus {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.is-style-cursive {
  font-family: var(--primary-font-family);
}

.infoBox .is-style-cursive a,
.infoBox .is-style-cursive a:visited {
  color: inherit;
  text-decoration: none;
}

.infoBox a,
.infoBox a:visited,
.infoBox a:hover,
.infoBox a:focus {
  text-decoration: none;
  color: #000;
}

.infoBox:hover a,
.infoBox:focus a {
  color: rgba(0, 0, 0, 0.6);
}

.infoBox:hover h2 a,
.infoBox:hover h2 a:visited,
.infoBox:focus .is-style-cursive a,
.infoBox:focus .is-style-cursive a:visited {
  color: var(--accent-color);
}

.is-style-sectionheading {
  position: relative;
  margin: 0px 0px 10px !important;
}

.is-style-sectionheading:after {
  content: "";
  display: block;
  border-bottom: 1px solid var(--title-color);
  width: 100%;
  height: 2px;
  margin: 0 auto 5px auto;
  left: 0px;
  right: 0px;
  z-index: -1;
}

.is-style-sectionheading span {
  padding: 0px;
  display: inline-block;
  z-index: 1;
}

.site-container
  .wp-block-social-links:not(.is-style-logos-only)
  li.wp-social-link.wp-block-social-link {
  color: #fff !important;
  fill: #fff !important;
  background-color: #b2b2b2 !important;
  font-size: 18px !important;
  width: 36px;
  height: 36px;
}

.site-container
  .site-header
  .wp-block-social-links:not(.is-style-logos-only)
  li.wp-social-link.wp-block-social-link
  a {
  padding: 4px 0;
  font-size: 18px !important;
}

.site-container
  .wp-block-social-links:not(.is-style-logos-only)
  li.wp-social-link.wp-block-social-link:hover {
  color: #b2b2b2 !important;
  fill: #b2b2b2 !important;
  background-color: transparent !important;
}

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

.logos .wp-block-columns h6,
.logos .wp-block-columns .blocks-gallery-grid {
  margin-bottom: 0px;
}

.logosgallery .blocks-gallery-grid {
  display: flex;
  margin-bottom: 0px;
}

.logosgallery.wp-block-gallery .blocks-gallery-item {
  width: auto;
  height: 35px;
  margin-bottom: 0px;
}

.logosgallery.wp-block-gallery .blocks-gallery-item figure {
  justify-content: center;
}

.logosgallery.wp-block-gallery .blocks-gallery-item img {
  object-fit: contain;
}

.logosgallery.wp-block-gallery .blocks-gallery-item img.wp-image-40 {
  max-width: 80px;
}
.logosgallery.wp-block-gallery .blocks-gallery-item img.wp-image-46 {
  max-width: 50px;
}

.specialCols .gb-block-layout-column-inner {
  position: relative;
}

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

.bottombutton.wp-block-buttons {
  position: absolute;
  right: 20px;
  bottom: 40px;
}

.bottombutton.wp-block-buttons > .wp-block-button.wp-block-button__width-100  a {
  width:285px;
  max-width: 100%;
  padding: 5px 10px
}

.slick-arrow {
  clip: (0, 0, 0, 0);
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 0px;
  border-radius: 50%;
  background-color: var(--link-color);
  opacity: 1;
  transform: translatey(-200%);
  z-index: 00999;
  font-family: inherit;
  border: 0px;
  font-weight: 500;
  padding: 2px 10px 7px 10px !important;
}

.sp-testimonial-free-section .slick-prev,
.sp-testimonial-free-section .slick-next {
  width: auto;
  height: auto;
  line-height: 1;
}

.slick-arrow i {
  display: none;
}

.slick-arrow:after {
  margin-top: -3px;
  display: inline-block;
  font-size: 30px;
  line-height: 1;
}

.slick-arrow:hover,
.slick-arrow:focus {
  border: 0px;
  opacity: 1;
  background-color: var(--link-color);
}

.sp-testimonial-free-section .slick-prev,
.slick-prev {
  left: -10px;
  right: auto;
}

.sp-testimonial-free-section .slick-next,
.slick-next {
  right: -10px;
}

.slick-next:after {
  content: "»";
  color: #fff;
}

.slick-prev:after {
  content: "«";
  color: #fff;
}

.gb-3-col-equal .gb-layout-column-wrap,
.gb-2-col-equal .gb-layout-column-wrap {
  display: flex;
  align-items: stretch;
}

.gb-3-col-equal .gb-layout-column-wrap .gb-block-layout-column,
.gb-2-col-equal .gb-layout-column-wrap .gb-block-layout-column {
  height: auto;
  align-self: auto;
}

.gb-2-col-equal .gb-layout-column-wrap .gb-block-layout-column-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gb-2-col-equal figure {
  margin-bottom: 0px;
}

.equalCol .gb-layout-column-wrap figure,
.equalCol .gb-layout-column-wrap figure img {
  height: 100%;
  object-fit: cover;
}

.site-container article .has-bgcolor-background-color {
  color: #000 !important;
}

.borderboxes .gb-block-layout-column-inner {
  height: 100%;
  padding: 20px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 2px dashed #f3efeb;
}

.borderboxes .gb-block-layout-column-inner figure.aligncenter {
  margin-bottom: 0px;
}

.is-style-withicon a.wp-block-button__link svg {
  width: 20px;
  height: 20px;
  margin: 0px 0 -5px 5px;
  display: inline-block;
  background-color: inherit;
  fill: currentColor;
}

.desktoponly {
  display: block;
}

.content .dpsp-networks-btns-wrapper {
  text-align: center !important;
}

.content .dpsp-networks-btns-wrapper li {
  display: inline-block !important;
  float: none !important;
}

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

@media only screen and (max-width: 500px) {
  .gb-block-post-grid .is-list article {
    display: block;
    grid-template-columns: 1fr;
  }
}

@media only screen and (min-width: 480px) {
  table {
    table-layout: auto;
    word-break: normal;
  }
}

@media only screen and (min-width: 960px) {
  .mobileonly {
    display: none;
  }

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

  .sticky-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1023;
  }

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

  .header-widget-area {
    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 > .menu-bold > a {
    font-weight: 700;
  }

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

  .genesis-nav-menu > .menu-highlight > a:focus,
  .genesis-nav-menu > .menu-highlight > a:hover {
    background-color: #535353;
    text-decoration: underline;
  }

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

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

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

  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px;
  }
	
	.genesis-nav-menu .menu-item:hover > .sub-menu {
	  display: block;
	  left: auto;
	  opacity: 1;
	}

  /* Responsive Menu
	--------------------------------------------- */

  .genesis-responsive-menu {
    display: block;
    padding-top: 0px;
  }

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

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

  .nav-primary {
    clear: none;
    float: right;
    width: 80%;
    margin: 0px;
    text-align: right;
    top: 0px;
  }

  /* Site-Inner
	--------------------------------------------- */

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

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

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

  .content {
    float: left;
    width: 66%;
  }

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

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

  .full-width-content.page:not(.home):not(.landing-page):not(.archive)
    .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    max-width: 100%;
  }

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

  .sidebar {
    float: right;
    width: 350px;
  }

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

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

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

  .author-box {
    background-color: #f5f5f5;
    padding: 30px;
  }

  /* After Entry
	--------------------------------------------- */

  .after-entry {
    padding: 0px;
  }

  /* Column Classes
	--------------------------------------------- */

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

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

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

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

  .one-fourth {
    width: 23.776923076923077%;
  }

  .three-fourths {
    width: 74.35897435897436%;
  }

  .one-sixth {
    width: 14.52991452991453%;
  }

  .five-sixths {
    width: 82.90598290598291%;
  }

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

  /* Entry Misc.
	--------------------------------------------- */

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

  .posts .entry {
    margin-bottom: 60px;
  }

  .archive-description {
    margin-bottom: 40px;
  }

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

  .footer-widgets .wrap {
    max-width: 1220px;
  }

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

@media only screen and (max-width: 1300px) {
  .site-header .wrap {
    padding: 0 3%;
  }

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

  .nav-primary {
    width: 70%;
    float: right;
    display: block;
    padding: 0px;
    margin: 0px;
  }

  .nav-primary .wrap {
    display: block;
  }

  .nav-primary li {
    text-align: left;
  }

  .genesis-nav-menu a,
  .genesis-nav-menu a:visited {
    padding: 5px;
  }

  .site-inner,
  .home .site-inner {
    padding-left: 3%;
    padding-right: 3%;
  }

  .sidebar {
    width: 300px;
  }

  /* home buttons */
  .circlebtns.wp-block-columns {
    display: block;
  }

  .circlebtns:after {
    content: "";
    clear: both;
    display: block;
  }

  .circlebtns .wp-block-column {
    width: 33.33%;
    float: left;
    padding: 5px;
  }

  .subscriberow .wp-block-column:not(:first-child),
  .circlebtns .wp-block-column:not(:first-child) {
    margin-left: 0px;
  }

  .circlebtns .wp-block-buttons {
    justify-content: center;
  }

  .subscriberow {
    margin: 0px !important;
  }

  .subscriberow .wp-block-column {
    padding: 10px;
  }

  .logosrow .wp-block-columns,
  .logosrow .wp-block-column {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
  }

  .logosgallery.wp-block-gallery {
    justify-content: center;
  }
}

@media only screen and (max-width: 1023px) {
  .top-bar .widget .enews {
    flex-wrap: wrap;
    flex: 1 1 100%;
  }

  .sticky.wp-custom-logo .title-area img {
    max-width: 100%;
  }

  .nav-primary .genesis-nav-menu a {
    padding: 10px 5px;
    font-size: 14px;
  }

  .aboutsection {
    display: block;
    max-width: 700px;
    margin: auto;
  }

  .site-container .aboutsection .wp-block-media-text__content {
    margin-left: 0px;
  }

  .site-container .btns .wp-block-button {
    float: none;
    width: 100%;
  }

  .aboutsection.wp-block-media-text {
    max-width: 700px;
    margin: auto;
    display: block;
  }

  .footer-widgets .wrap {
    display: block;
  }

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

  .footer-widget-area:nth-of-type(2n) {
    width: 100%;
  }

  .footer-widget-area:nth-of-type(2n + 1) {
    width: 100%;
  }

  .wp-block-categories {
    display: block;
    width: 100%;
  }

  .entry.five-sixths,
  .entry.four-sixths,
  .entry.one-fourth,
  .listing-item.one-fourth,
  .entry.one-half,
  .entry.one-sixth,
  .entry.one-third,
  .listing-item.one-third,
  .entry.three-fourths,
  .entry.three-sixths,
  .entry.two-fourths,
  .entry.two-sixths,
  .entry.two-thirds {
    float: left;
    margin-left: 0;
    width: 50%;
    padding: 5px;
  }

  .entry.five-sixths:nth-of-type(2n + 1),
  .entry.four-sixths:nth-of-type(2n + 1),
  .entry.one-fourth:nth-of-type(2n + 1),
  .listing-item.one-fourth:nth-of-type(2n + 1),
  .entry.one-half:nth-of-type(2n + 1),
  .entry.one-sixth:nth-of-type(2n + 1),
  .entry.one-third:nth-of-type(2n + 1),
  .listing-item.one-third:nth-of-type(2n + 1),
  .entry.three-fourths:nth-of-type(2n + 1),
  .entry.three-sixths:nth-of-type(2n + 1),
  .entry.two-fourths:nth-of-type(2n + 1),
  .entry.two-sixths:nth-of-type(2n + 1),
  .entry.two-thirds:nth-of-type(2n + 1) {
    clear: both;
  }

  .equalCol .wp-block-image,
  .equalCol .wp-block-image img {
    height: 100%;
    object-fit: cover;
  }
}

@media only screen and (max-width: 960px) {
  .top-bar {
    position: relative;
    font-size: 14px;
    line-height: 1.5;
  }

  .top-bar .widget-area {
    padding-top: 0px;
  }

  .top-bar .widget-area .widget:first-child {
    float: none;
    width: 100%;
    padding: 5px;
    text-align: center;
  }

  .top-bar .widget-area .widget:last-child {
    display: none;
  }

  .top-bar input[type="submit"],
  .top-bar button,
  .top-bar .button {
    line-height: 1.5;
    padding: 0 5px;
    font-size: 12px;
  }

  .site-header {
    padding: 0px;
    box-shadow: 0px 1px 4px #ccc;
  }

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

  .wp-custom-logo .title-area img {
    width: auto;
    height: auto;
    float: left;
    max-width: 230px;
    max-height: 50px;
    padding: 5px;
  }

  .site-header .wrap,
  .sticky-header .wrap {
    display: block;
    position: relative;
  }

  .site-header {
    position: relative;
  }

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

  .menu-toggle {
    position: absolute;
    height: 50px;
  }

  .menu-toggle.activated,
  .sticky .menu-toggle {
    position: fixed;
    top: 0px;
  }

  .nav-primary {
    width: 0px;
    transition: 0.5s width linear;
    height: 100vh;
    box-sizing: 2px 2px 2px #ccc;
    padding: 40px 0px 40px 40px;
    transition: 0.5s cubic-bezier(0, 0, 100%, 100%);
  }

  .nav-primary {
    float: none;
    position: fixed;
    display: none;
    top: 0px;
    width: 90%;
    left: auto;
    right: 0px;
    background-color: #fff;
    z-index: 999;
    height: 100vh;
  }

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

  .sticky-header .genesis-nav-menu a,
  .sticky-header .genesis-nav-menu a:visited,
  .sticky-header .genesis-nav-menu a:focus,
  .sticky-header .genesis-nav-menu a:hover {
    color: #333;
  }

  .title-area,
  .wp-custom-logo .site-container .title-area {
    width: 100%;
    max-width: 100% !important;
    text-align: center;
    padding: 0px;
  }

  .wp-custom-logo .title-area img {
    float: none;
  }

  .genesis-nav-menu ul.sub-menu li a,
  .genesis-nav-menu ul.sub-menu li a:visited {
    background-color: transparent;
  }

  .menu-toggle {
    margin-left: 5px;
  }

  /* for mobile only*/
  .desktoponly {
    display: none;
  }

  .sidebar .cat-item {
    width: 100%;
  }

  .site-header .search-form,
  .site-header .search-form input[type="search"] {
    max-width: 100%;
    width: 100%;
  }

  .btnsCols .wp-block-column:not(:first-child) {
    margin-left: 0px;
  }

  .site-container .wp-block-search,
  .site-container .wp-block-search .wp-block-search__label {
    display: block;
    width: 100%;
  }

  .footer-widgets .footer-widget-area:first-child,
  .footer-widgets .footer-widget-area:last-child {
    padding-left: 50px;
  }

  .alignfull .gb-container-content {
    padding: 0 3%;
  }

  .aboutsection .gb-layout-column-wrap .gb-block-layout-column-inner {
    padding: 10px;
  }

  .after-entry .aboutsection .gb-block-layout-column-inner {
    padding: 10px !important;
  }

  .aboutsection .btnsCols {
    display: block;
  }

  .aboutsection .btnsCols .wp-block-column {
    width: 100%;
  }

  p.number {
    line-height: 1;
    margin-bottom: 0px;
  }

  p.number.firstn {
    margin-top: 10px;
  }

  /* archive */
  h2 {
    line-height: 1.2;
  }

  .archive-description.intro {
    display: block;
    padding: 20px;
    font-size: 18px;
  }

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

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

  .archive-footer .calltoaction {
    display: block;
    padding: 20px;
  }

  .archive-footer .calltoaction .first {
    margin-bottom: 20px;
  }

  .sub-categories-listing {
    background-color: var(--theme-color3);
    padding: 20px;
  }

  .sub-categories-listing .column-5 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sub-list li {
    width: 30%;
    padding: 0 5px 5px;
  }

  .sidebar {
    margin: 10px auto;
    float: none;
  }

  .entry-comments-link {
    display: block;
    margin: 10px 0 0;
  }

  .entry-comments-link::before {
    content: "";
    width: 20px;
    margin: 0 10px -3px 0px;
  }

  .hasBg.gb-block-container {
    padding-bottom: 40px !important;
  }

  .entry-footer .entryfooter {
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 700px) {
  .sticky .site-header .wrap {
    display: flex;
    align-items: center;
    position: relative;
  }

  .title-area {
    width: 100%;
    text-align: center;
    float: none;
    padding: 0px 10px;
    max-width: 100%;
    z-index: 1;
  }

  .header-widget-area {
    float: none;
    width: 100% !important;
    padding-top: 0px;
    z-index: 0;
  }

  .wp-custom-logo .header-widget-area {
    width: 100% !important;
  }

  .header-widget-area .widget {
    padding: 0 5px;
  }

  .header-widget-area .menu-toggle {
    display: block;
    width: 100%;
    text-align: center;
  }

  .site-header .menu-toggle::before {
    float: none;
  }

  .header-widget-area .widget {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }

  .header-widget-area .widget a.subscribe {
    margin: 0px 0px 5px 0px;
    width: 100%;
  }

  .wp-custom-logo .site-container .title-area {
    max-width: 100% !important;
    text-align: center !important;
  }

  .wp-custom-logo .title-area img {
    float: none;
  }

  .sticky .title-area {
    width: 100%;
    max-width: 60%;
    text-align: center;
    float: left;
  }

  .wp-custom-logo .site-container .title-area {
    max-width: 60%;
  }

  .sticky .header-widget-area {
    width: 90%;
    position: absolute;
    right: 10px;
    width: 100px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

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

  .sticky .header-widget-area .menu-toggle {
    text-align: right;
  }

  .after-entry .enews form {
    display: block;
  }

  .after-entry .rp4wp-related-posts ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .downloadsection {
    display: block;
  }
  .gb-3-col-equal .gb-layout-column-wrap,
  .gb-2-col-equal .gb-layout-column-wrap {
    display: grid;
  }

  .gb-3-col-equal .gb-layout-column-wrap .gb-block-layout-column {
    margin-bottom: 30px;
  }

  .gb-3-col-equal .gb-layout-column-wrap .gb-block-layout-column:last-child {
    margin-bottom: 0px;
  }

  .wp-block-book-review-block-book-review .wp-block-image {
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
  }

  .wp-block-book-review-block-book-review .wp-block-image figure {
    margin-right: 0px;
    float: none;
    text-align: center;
  }

  .wp-block-book-review-block-book-review
    div.wp-block-book-review-block-metadata,
  .wp-block-book-review-block-book-review div.wp-block-book-review-block-rating,
  .wp-block-book-review-block-book-review
    div.wp-block-book-review-block-description {
    float: none;
    width: 100%;
  }

  .footer-widget-area .widget_media_image img {
    max-width: 100%;
    width: 300px;
  }

  /* home buttons */
  .circlebtns.wp-block-columns {
    display: block;
  }

  .circlebtns:after {
    content: "";
    clear: both;
    display: block;
  }

  .circlebtns .wp-block-column {
    width: 50%;
    float: left;
    padding: 5px;
  }

  .circlebtns .wp-block-column:not(:first-child) {
    margin-left: 0px;
  }

  .circlebtns .wp-block-buttons {
    justify-content: center;
  }

  .circlebtns .wp-block-button.is-style-alt .wp-block-button__link {
    width: 170px;
    height: 170px;
    font-size: 14px !important;
    margin: auto;
  }

  .circlebtns .wp-block-button.is-style-alt .wp-block-button__link:before {
    width: 60px;
    height: 60px;
  }

  .sub-categories-listing .column-5 {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 480px) {
  .top-bar .enews .widget-title,
  .top-bar .enews p {
    display: block;
    width: 100%;
    flex-basis: 100%;
  }

  .top-bar .enews-widget form input,
  .top-bar .enews-widget form input[type="email"],
  .top-bar .enews-widget form input[type="submit"] {
    width: 33.33%;
  }

  .site-header {
    padding: 0px;
  }

  .sticky .title-area {
    max-width: 70%;
  }

  .site-title {
    font-size: 24px;
  }

  .subscriberow {
    margin: 0 20px;
  }

  .site-footer p .website {
    display: block;
  }

  .sub-list li {
    width: 50%;
    padding: 0 5px 5px;
  }

  .circlebtns .wp-block-button.is-style-alt .wp-block-button__link {
    width: 150px;
    height: 150px;
    font-size: 14px !important;
    margin: auto;
  }
}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important;
  }

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

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

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

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

  thead {
    display: table-header-group;
  }

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

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

  @page {
    margin: 2cm 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

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

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

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

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

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

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

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

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

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

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

  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}


/* custom css */
.content-sidebar-wrap {
	display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.sidebar-primary {
    overflow:visible ;
 	  margin-left: 40px;
}
.sidebar-primary  .widget:last-child {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}

.site-footer a, time a {
	text-decoration: none
}
.specialCols .gb-block-post-grid .is-list .gb-block-post-grid-title {
	margin: 0px 0 5px 0;
}
.logosgallery .blocks-gallery-grid {
	
	flex-wrap: nowrap;
}
.logosgallery.wp-block-gallery .blocks-gallery-item {
	display: block;
}
.sidebar table {
	  max-width: 300px;
    margin: auto;
	border: 0px;

}
.sidebar tbody,
.sidebar table tr td {
	border: 0px!important;
}
.sidebar table tr td {
	padding: 10px!important 
}
#div-gpt-ad-9819500-9,
#div-gpt-ad-9819500-10,
#div-gpt-ad-9819500-11 {
	margin: 25px!important;
	display: block;
	clear: both;
}
.sidebar .widget:nth-child(3n) {
	margin-bottom: 0px;
}
#div-gpt-ad-9819500-16 {
	max-width: 300px;
}
@media screen and (max-width: 1800px) {
	.logosgallery.wp-block-gallery .blocks-gallery-item {
	display: block;
		flex: auto;
}
}
@media screen and (max-width: 1024px) {
	.logosgallery .blocks-gallery-grid {
		margin-bottom: -20px;
	}
}
@media screen and (max-width: 960px) {
	.footer-widgets .footer-widget-area {
		width: 50%;
		margin: 0px;
		padding: 10px;
		float:left;
	}
	.footer-widgets .footer-widget-area:nth-child(2n+1) {
		clear: both;
	}
	.footer-widgets .footer-widget-area:first-child, .footer-widgets .footer-widget-area:last-child {
		padding: 10px;
	}
	.footer-widget-area .widget_media_image img {
		margin-left: 0px;
	}
	.content-sidebar-wrap {
			display: block;
	}
	.sidebar-primary {
    overflow:visible ;
		display: block;
		width: 340px;
		max-width: 100%;
		clear: both;
	  margin: auto!important;
 }
	.mainCategories figure {
		margin-bottom:0px;
	}
	.mainCategories .wp-block-buttons {
		margin-bottom: 20px;
	}
	.logosrow .wp-block-column:not(:first-child) {
		margin-left: 0px;
		margin-bottom: -20px;
	}
	.logosgallery .blocks-gallery-grid {
		margin-bottom: -20px;
		display: block;
	}
	
	.logosgallery.wp-block-gallery .blocks-gallery-item {
	 width: 33.33%;
		margin: 10px 0;
		float:left;
	}
	
	.single .entry {
		margin-bottom: 30px;
	}
	
	.after-entry.widget-area {
		padding: 0px;
		margin-bottom: 20px;
	}
	
	.single .entry-footer p {
		display: inline;
	}
}
@media screen and (max-width: 480px) {
	.bottombutton.wp-block-buttons {
		bottom: auto;
		right: auto;
		position: relative;
		margin-top: 20px;
	}
	.footer-widgets{
		padding: 20px;
	}
	.footer-widgets .footer-widget-area {
		width: 100%;
		padding: 10px;
	}
	.logosgallery.wp-block-gallery .blocks-gallery-item {
	 width: 50%;
		margin: 10px 0;
		float:left;
	}
	
}