/*!
	Theme Name: Reading Middle Grade
	Theme URI: https://anchoreddesign.com

	Description: The Genesis Child Theme
	Author: Anchoreddesign
	Author URI: https://anchoreddesign.com

	Version: 1.1.5551221

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis

	Text Domain: reading-middle-grade
*/

@font-face {
  font-family: "Open Sans";
  src: local("Open Sans"), local("Open-Sans"), local("OpenSans"),
    url("assets/fonts/OpenSans-Regular.woff") format("woff"),
    url("assets/fonts/OpenSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: local("Open Sans SemiBold"), local("Open-Sans-SemiBold"),
    local("OpenSans-SemiBold"),
    url("assets/fonts/OpenSans-Semibold.woff") format("woff"),
    url("assets/fonts/OpenSans-Semibold.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Bold"), local("Open-Sans-Bold"), local("OpenSans-Bold"),
    url("assets/fonts/OpenSans-Bold.woff") format("woff"),
    url("assets/fonts/OpenSans-Bold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

:root {
  --para-font: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --heading-font: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --secondary-font: Georgia, "Times New Roman", Times, serif;
  --heading-h1-size: 33px;
  --heading-h2-size: 31px;
  --heading-h3-size: 24px;
  --heading-h4-size: 22px;
  --heading-h5-size: 23px;
  --heading-h6-size: 16px;
  --para-size: 18px;
}

@media screen and (max-width: 600px) {
  :root {
    --heading-h1-size: 31px;
    --heading-h2-size: 27px;
    --heading-h3-size: 23px;
    --heading-h4-size: 21px;
    --heading-h5-size: 18px;
    --heading-h6-size: 16px;
    --para-size: 18px;
  }
}

html {
  box-sizing: border-box;
}

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

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT Lifcense | http://necolas.github.io/normalize.css/ */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

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

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

mark {
  background-color: #ff0;
  color: #000;
}

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

svg:not(:root) {
  overflow: hidden;
}

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

figure {
  margin: 1em 40px;
}

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

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* ## Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
  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 {
  font-size: 62.5%;
  /* 10px browser default */
}

body {
  background-color: #fff;
  color: #000;
  font-family: var(--para-font);
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
  letter-spacing: 1px;
  /* Chrome fix */
}

@media screen and (max-width: 860px) {
  body {
    font-size: 16px;
  }
}

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

a {
  color: var(--wp--preset--color--link);
  text-decoration: underline;
}

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

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

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

b,
strong {
  font-weight: 700;
}

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

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

li {
  list-style-type: none;
}

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

.entry-content .wp-block-quote.is-large:where(:not(.is-style-plain)),
.entry-content .wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
  padding: 20px;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
  display: none;
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 10px;
  letter-spacing: 1px;
}

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

h2 {
  font-size: var(--heading-h2-size);
  font-size: 3rem;
}

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

h3 {
  font-size: 24px;
  font-size: 2.4rem;
}

h4 {
  font-size: 20px;
  font-size: 2rem;
}

h5 {
  font-size: 18px;
  font-size: 1.8rem;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

.single .entry-content h2,
.single .entry-content h3,
.single .entry-content h4,
.single .entry-content h5,
.single .entry-content h6 {
  margin-top: 35px;
  margin-bottom: 15px;
  font-family: var(--secondary-font);
}

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

img {
  height: auto;
}

figure {
  margin: 0;
}

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
  padding: 7px 15px;
  width: 100%;
  font-style: italic;
}

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

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

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

::-webkit-input-placeholder {
  color: #4d4d4d;
}
.footer-widgets input::-moz-placeholder {
  color: #4d4d4d;
  opacity: 1;
}

.footer-widgets input::-webkit-input-placeholder {
  color: #4d4d4d;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 7px 24px;
  text-decoration: none;
  white-space: normal;
  width: auto;
  border-radius: 0px;
  border: 1px solid;
  font-style: normal;
  letter-spacing: 0.5px;
  transition: all 0.3s ease-in-out;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
  background-color: #fff;

  color: #000;
}

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

.button {
  display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
  padding: 8px 16px;
}

.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;
}
.gform_wrapper ul li.gfield,
.hs-form .field {
  list-style-type: none;
  margin-bottom: 15px;
}
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea,
.gform_wrapper .gfield input,
.hs-form input,
.hs-form select,
.hs-form textarea {
  color: #333333;
  background-color: #ffffff;
  border-width: 0;
  border-color: #5e5e5e;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  padding: 8px;
  text-align: left;
  outline: none;
}
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea,
.gform_wrapper .gfield input,
.hs-form input,
.hs-form select,
.hs-form textarea {
  color: #333333;
  background-color: #ffffff;
  border-width: 1px;
  border-color: #5e5e5e;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border-style: solid;
  padding: 8px;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
  outline: none;
}
.hs-form textarea {
  border-width: 1px;
}
.gform_wrapper .gform_footer .button,
.hs-form .button,
.hs-form .hs-button {
  width: auto;
  color: #ffffff;
  background-color: #f6921e;
  padding: 10px 30px;
  white-space: normal;
  border-style: solid;
  border-width: 0;
  background-clip: padding-box;
  border-color: #f6921e;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-radius: 0px;
  box-shadow: 0px 0px 2px 2px #c6c6c6;
}
.gform_wrapper .gform_footer .button:hover,
.hs-form .hs-button:hover {
  background-color: #fff;
  color: #f6921e;
}
.hs-form .field li {
  list-style-type: none;
}
/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}

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

.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 img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
  border: 1px solid #999;
}

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

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

td,
th {
  text-align: left;
}

td {
  border-top: 0px solid #eee;
  padding: 6px;
}

th {
  font-weight: 400;
  padding: 0 6px;
}

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

tbody tr:nth-of-type(2n) {
  background-color: var(--wp--preset--color--bg);
}

.site-container .wp-block-table td,
.site-container .wp-block-table th {
  border: 1px solid var(--wp--preset--color--link);
}

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

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

.more-link {
  position: relative;
}

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,
.wp-block-image.aligncenter {
  display: block;
  margin: 0 auto 14px;
}

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

a.alignleft,
img.alignleft,
.wp-block-image.alignleft {
  margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-block-image.alignright {
  margin: 0 0 24px 24px;
}

.full-width-content .site-container .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}

.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  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 28px;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1200px;
}
.site-inner {
  padding-top: 150px;
}
.home .site-inner {
  max-width: 100%;
  width: 100%;
  padding: 0px;
  top: 0px;
  margin-top: 0px;
}
.home .site-inner article {
  padding: 0px;
}

.error404 .site-inner,
.full-width-content.page:not(.home) .site-inner {
  max-width: 900px;
}
@media screen and (max-width: 1340px) {
  .site-inner,
  .wrap {
    max-width: 1140px;
  }
  .site-inner,
  .wrap{
    padding: 0 3% 0;
  }
	.single-post .content {
		padding:0px;
	}
}



@media screen and (max-width: 1023px) {
  .site-inner,
  .wrap {
    max-width: 100%;
  }
}

.site-inner {
  clear: both;
  padding-top: 0px;
  word-wrap: break-word;
}

@media screen and (max-width: 960px) {
  
  .full-width-content .alignfull,
  .alignfull.gb-block-container,
  .home .site-inner {
    padding-left: 3%;
    padding-right: 3%;
  }
  .alignfull.gb-block-container {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
  .fl-builder .site-inner {
    padding: 0px;
  }
}

@media screen and (max-width: 860px) {
  .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.landing-page .site-inner {
  max-width: 800px;
}

/* ## Column Widths and Positions
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 100%;
  }
}

/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 1060px;
}

@media screen and (max-width: 1340px) {
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 920px;
  }
}

@media screen and (max-width: 1200px) {
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
  }
}

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

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

/* ### Content */
.content {
  float: right;
  width: 840px;
}

@media screen and (max-width: 1340px) {
  .content {
    width: 800px;
  }
}

@media screen and (max-width: 1200px) {
  .content-sidebar .content {
    width: calc( 100% - 320px );
    max-width: 100%;
  }
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 660px;
}

@media screen and (max-width: 1340px) {
  .content-sidebar-sidebar .content,
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content {
    width: 580px;
    max-width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .content-sidebar-sidebar .content,
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content {
    width: 400px;
  }
}

@media screen and (max-width: 1023px) {
  .content-sidebar .content {
    width: 100%;
    max-width: 100%;
  }
	.sidebar-primary {
    width: 300px;
    clear: both;
    float: none;
    margin: 20px auto;
  }
}

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

.full-width-content .content {
  width: 100%;
}

/* ### Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 300px;
}

.sidebar .widget ul > li {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.widget ul > li.wp-social-link {
	margin-bottom: 0px;
	padding: 0px;
}

.sidebar ul li a.wp-block-social-link-anchor {
  font-size: 20px;
}

.site-container .sidebar h2.is-style-serifwithstars {
  line-height: 1.6;
}
.site-container .sidebar .has-underline-color {
  line-height: 1.4;
  display: inline;
  border-bottom: 2px solid currentColor;
}

.site-container .sidebar .has-underline-color::after {
  display: none;
}
.site-container .wp-block-image.is-style-withstars::before {
  position: absolute;
  bottom: 15px;
  left: 30px;
  width: 40px;
  height: 60px;
  background: no-repeat url(assets/images/bottomstars.svg) center / contain;
}
@media screen and (max-width: 1340px) {
  
  .site-container .sidebar .wp-block-columns.mobilecolumns2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

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

/* ### Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px;
}

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

/* Column Classes
--------------------------------------------- */
/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.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: 48.717948717948715%;
}

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

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

@media screen and (max-width: 860px) {
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 50%;
  }
  .entry.one-fourth {
    padding: 10px 0 10px 10px;
  }
  .entry.one-fourth:nth-of-type(2n + 1) {
    clear: both;
    padding: 10px 10px 10px 0;
  }
}

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

.alignleft .avatar {
  margin-right: 24px;
}

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

/* ## Buttons
--------------------------------------------- */
/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

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

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.beforeHeader {
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  border-bottom: 1px dashed #ccc;
  background-color: var(--wp--preset--color--bg);
}
.beforeHeader p,
.beforeHeader strong {
  font-size: 17px;
}
.beforeHeader .wrap {
  max-width: 100%;
  width: 100%;
}
.beforeHeader .widget {
  margin-bottom: 0px;
}
.beforeHeader .wp-block-columns {
  margin-bottom: 0px;
}

.beforeHeader .wp-block-columns .wp-block-column:first-child {
  text-align: left;
}

.beforeHeader .wp-block-columns .wp-block-column:last-child {
  text-align: right;
}
@media only screen and (max-width: 960px) {
  .beforeHeader .wp-block-columns .wp-block-column:first-child,
  .beforeHeader .wp-block-columns .wp-block-column:last-child {
    text-align: center;
  }
  .beforeHeader .wp-block-columns .wp-block-column:first-child p a {
    display: inline-block;
    margin: 0 0 -10px;
  }
  .beforeHeader .wp-block-columns .wp-block-column p,
  .beforeHeader .wp-block-columns .wp-block-column a,
  .beforeHeader p.is-style-parallel {
    font-size: 12px !important;
    text-align: center;
  }
  .beforeHeader p.is-style-parallel {
    display: block;
  }

  .beforeHeader .wrap {
    padding: 0px 10px !important;
  }
}
.tma .button {
  background: #fff;
  color: #666;
  text-transform: uppercase;
  font: 400 12px/14px var(--para-font);
  border-radius: 0px;
  padding: 7px 12px;
  margin-left: 20px;
}
header.site-header {
  width: 100%;
  padding: 10px 0px;
  position: relative;
}
.site-header .searchicon {
  display: none;
}
.sticky-header {
  display: none;
  background-color: #fff;
  border-bottom: 1px dashed #ccc;
}

.sticky .sticky-header {
  position: fixed;
  display: block;
  width: 100%;
  -webkit-transition: linear 0.5s; /* Safari */
  transition: linear 0.5s;
  z-index: 999;
  min-height: 50px;
}

.sticky-wrap {
  display: flex;
  width: 1200px;
  max-width: 100%;
  margin: auto;
  position: relative;
  height: 100%;
}

.sticky-header .genesis-nav-menu a {
  padding: 10px;
  font-size: 14px;
  margin: 0px;
}

.sticky-wrap > * {
  flex: 1;
  align-items: center;
  display: flex;
}

.sticky-wrap .title-area img {
  max-width: 250px;
}

.sticky-wrap .nav-bar {
  justify-content: flex-end;
}

.sticky-header .genesis-nav-menu {
  margin-right: 20px;
}
.sticky-header .title-area img {
  margin-bottom: -8px;
}

header.site-header .wrap {
  padding: 0px 20px;
  max-width: 100%;
  width: 1200px;
  position: relative;
}

.header-widget-area a {
  font: bold 15px/20px var(--para-font);
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 5px 0;
}

.searchicon svg {
  width: 16px;
  height: 16px;
  margin-bottom: -5px;
}

.searchicon span:last-of-type,
.searchicon.active span:first-of-type {
  display: none;
}
.searchicon.active span:last-child {
  display: inline-block;
}
.header-widget-area a.cart-contents:before {
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/reading-middle-grade/assets/images/cart.svg)
    center / contain;
  width: 20px;
  height: 20px;
}

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

#searchform {
  display: none;
  position: absolute;
  right: 0px;
  top: 40px;
  z-index: 9999;
  width: 250px;
}
#searchform.active {
  display: block;
}
.sticky-wrap #searchform.active {
  top: 100%;
}
#searchform .search-form-submit {
  display: none;
}
#searchform input[type="search"] {
  border-radius: 0px;
  font-weight: bold;
  font-size: 15px;
  max-width: 100%;
  width: 250px;
  margin: auto;
  background: #fff url(assets/images/searchicon.svg) no-repeat center right 10px /
    contain;
  background-size: 20px;
  padding: 10px;
}
.beforeHeader {
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 99;
}
.beforeHeader .button,
.beforeHeader a,
.beforeHeader a:visited {
  font: 600 18px/20px var(--para-font);
  padding: 4px 12px;
  margin-left: 10px;
  text-decoration: none;
  text-transform: none;
  background-color: var(--wp--preset--color--altbutton);
  border: 1px solid var(--wp--preset--color--altbutton);
  color: #ffffff;
}

.beforeHeader a:focus,
.beforeHeader a:hover {
  background-color: #ffffff;
  color: var(--wp--preset--color--altbutton);
}

@media only screen and (max-width: 1023px) {
  header.site-header .title-area {
    padding-top: 15px;
  }
  .site-header .searchicon {
    margin-top: -5px;
    display: flex;
    padding: 0px;
  }
  #searchform,
  #searchform input[type="search"] {
    width: 100%;
  }
  .beforeHeader {
    position: relative;
  }
}

@media only screen and (max-width: 768px) {
  .beforeHeader {
    font-size: 12px;
  }

  .beforeHeader .button {
    font: 400 12px/13px var(--para-font);
    padding: 5px;
  }

  .sticky-wrap .title-area img {
    max-width: 250px;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 600px) {
  .beforeHeader.sticky {
    position: relative;
  }

  .beforeHeader-active header.site-header.sticky,
  .beforeHeader-active.admin-bar header.site-header.sticky {
    top: 0px;
  }
}

@media only screen and (max-width: 440px) {
  .header-image .title-area {
    max-width: 240px;
  }
}

/* ## Title Area
--------------------------------------------- */
.title-area {
  float: none;
  padding: 10px 0 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.title-area img {
  max-width: 570px;
  margin-bottom: -15px;
}

.wp-custom-logo .title-area .site-title,
.wp-custom-logo .title-area .site-description {
  text-indent: -9999;
  font-size: 0px;
}

.sticky-wrap .title-area {
  padding-top: 0px;
}
.sticky-wrap .title-area img {
  margin-bottom: -10px;
}

@media only screen and (max-width: 1023px) {
  .title-area {
    width: 100%;
    text-align: center;
  }

  .title-area img {
    max-width: 270px;
    margin-top: -15px;
    margin-bottom: 0px;
  }
  .sticky-wrap {
    padding: 0 3%;
    height: 50px;
  }
  .sticky-header .title-area img {
    margin-top: 0px;
  }
}

.header-full-width .title-area {
  float: none;
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .site-description,
  .site-header .title-area,
  .site-header .widget-area,
  .site-title {
    text-align: center;
  }
}

.site-title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.site-description {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.site-description,
.site-title {
  margin-bottom: 0;
}

.header-image .title-area {
  margin: 0 auto;
  max-width: 300px;
  padding: 0;
}

@media only screen and (max-width: 1023px) {
  .header-image .title-area {
    float: left;
  }
}

.header-image .site-title > a {
  background-position: center !important;
  background-size: contain !important;
  float: left;
  min-height: 80px;
  width: 100%;
}

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
  text-align: right;
  width: 800px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.site-header .widget-area .widget {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1200px) {
  .site-header .widget-area {
    width: 620px;
  }
}

@media only screen and (max-width: 1023px) {
  .site-header .widget-area {
    width: 100%;
  }
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  width: 100%;
}

.genesis-nav-menu .withstar a {
  font-weight: bold;
  position: relative;
}

.genesis-nav-menu .withstar a:after {
  content: "";
  width: 20px;
  height: 15px;

  background: no-repeat url(assets/images/onlystar.svg) center / contain;
  display: inline-block;
  position: absolute;
  top: 2px;
  right: -6px;
}
@media only screen and (max-width: 1023px) {
  .genesis-nav-menu {
    text-align: center;
  }
  .genesis-nav-menu .genesis-nav-menu li,
  .site-header ul .genesis-nav-menu {
    float: none;
  }
}

.menu-item.support a:before {
  display: inline-block;
  content: "\f101";
  font-family: "dashicons" !important;
  margin-right: 3px;
}

.menu-item.phone a:before {
  display: inline-block;
  content: "\f525";
  font-family: "dashicons" !important;
  margin-right: 3px;
}

.menu-item.login a:before {
  display: inline-block;
  content: "\f110";
  font-family: "dashicons" !important;
  margin-right: 3px;
}

.menu-item.blog a:before {
  display: inline-block;
  content: "\f119";
  font-family: "dashicons" !important;
  margin-right: 3px;
}
.genesis-nav-menu {
  text-align: center;
}
.genesis-nav-menu .menu-item {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: left;
  margin: 0px;
  letter-spacing: 1px;
}

.genesis-nav-menu a {
  display: block;
  margin: 0 10px;
  padding: 11px 0;
  border-bottom: solid 2px transparent;
  text-transform: uppercase;
  font: 400 17px/17px var(--para-font);
  text-decoration: none;
  transition: 250ms all ease;
  color: #000;
}
.site-header .widget_nav_menu:first-of-type .genesis-nav-menu a {
  display: block;
  margin: 0 10px;
  padding: 11px 0;
  border-bottom: solid 2px transparent;
  text-transform: none;
  font: 600 12px/12px var(--para-font);
  text-decoration: none;
  transition: 250ms all ease;
  color: #5b8edb;
}
.site-header
  .widget_nav_menu:first-of-type
  .genesis-nav-menu
  .menu-item.highlight
  a {
  background-color: #fff;
  padding: 4px 10px;
  border-radius: 19px;
}
.site-header
  .widget_nav_menu:first-of-type
  .genesis-nav-menu
  .menu-item.highlight
  a:hover {
  background-color: #5b8edb;
  color: #fff;
  padding: 4px 10px;
  border-radius: 0px;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
  color: var(--wp--preset--color--link);
  text-decoration: underline;
}

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

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 20px;
  position: relative;
  width: 200px;
  word-wrap: break-word;
	margin: 0px;
}

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

.genesis-nav-menu .menu-item:hover {
  position: static;
}

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

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  float: right;
}

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

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


 .sub-menu-toggle:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #000
}
   
 .sub-menu-toggle.activated:before {
        transform: rotate(-180deg)
    }

@media only screen and (max-width: 1023px) {
	.sub-menu {
		display: none;
	}
	.sub-menu.active {
		display: block;
	}
  .sub-menu-toggle,
  .menu-toggle {
    border-width: 0;
    background-color: #fff;
    color: #333;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
  }
}

@media only screen and (max-width: 1023px) {
  .sub-menu-toggle {
    float: right;
        padding: 0 10px;
    margin: -5px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
  }
  .sub-menu-toggle:hover,
  .sub-menu-toggle:focus {
    border-width: 0;
  }
  .sub-menu-toggle:before {
    display: inline-block;
    text-rendering: auto;
    transform: translate(0, 0);
  }
  .menu-toggle {
    border-top: 1px solid #eee;
    line-height: 20px;
    position: relative;
    right: 0;
    z-index: 1000;
    width: 100%;
  }
  .site-header .menu-toggle {
    border: 0;
  }
  .menu-toggle:before,
  .menu-toggle.activated:before {
    margin-right: 10px;
    text-rendering: auto;
    transform: translate(0, 0);
  }
}

/* ## Breadcrumbs
--------------------------------------------- */
.breadcrumb {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 1px;
  padding: 12px 30px;
  font-weight: 500;
  color: var(--wp--preset--color--accent);
  text-align: center;
}

.breadcrumb a {
  text-decoration: none;
  color: var(--wp--preset--color--accent);
}

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
  display: block;
  margin: 5px 0;
}

.sticky-header .nav-primary {
  margin: 10px 0 0;
}

@media only screen and (max-width: 960px) {
  .nav-primary {
    display: none;
  }
}

.nav-primary a {
  padding: 10px 10px 20px;
}
.nav-secondary {
  background-color: #fff;
  border-top: 1px solid #eee;
}

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

@media only screen and (max-width: 860px) {
  .pagination {
    margin: 5% auto;
  }
}

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

.archive-pagination {
  display: block;
  text-align: center;
  margin-bottom: 80px;
}
.archive-pagination li {
  display: inline;
}

@media only screen and (max-width: 860px) {
  .archive-pagination li a {
    margin-bottom: 4px;
  }
}

.archive-pagination a,
.archive-pagination a:visited {
  background-color: #fff;
  border: 2px solid var(--wp--preset--color--button);
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  padding: 8px 15px;
  text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
  background-color: var(--wp--preset--color--button);
  color: #000;
}

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

.archive-intro,
.archive-inner,
.archive-description {
  position: relative;
  padding: 20px 0px;
}

.archive-description {
  text-align: center;
}

.archive-description a,
.archive-description a:visited {
  color: #000;
}

.archive-description a:focus,
.archive-description a:hover {
  text-decoration: underline !important;
}

.archive-intro::before,
.archive-inner::before,
.archive-description::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  border-left: 9999px solid var(--wp--preset--color--bg);
  box-shadow: 9999px 0 0 var(--wp--preset--color--bg);
  box-shadow: 9999px 0 0 var(--wp--preset--color--bg);
  content: "";
  height: 100%;
  width: 100%;
}

.archive-inner .widget .wp-block-image.newsletterimg {
  margin: -30px 0;
}

.archive-intro .wrap {
  display: flex;
}
.archive-intro .wrap > div {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.archive-intro .wrap .first {
  padding: 0 40px;
}

.archive-intro img {
  border: 3px solid #fff;
}

.favorite-wrap {
  margin: 60px 0;
}

.favorite-wrap .grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.favorite-wrap .grid a {
  text-decoration: none;
  display: block;
  line-height: 1.3;
  color: #000;
}

.favorite-wrap .grid a:hover,
.favorite-wrap .grid a:focus {
  text-decoration: underline;
  color: var(--wp--preset--color--link);
}

.favorite-wrap .grid a:hover img,
.favorite-wrap .grid a:focus img {
  opacity: 0.8;
}

.favorite-wrap .grid .grid-title {
  font-family: var(--secondary-font);
  font-size: 25px;
  text-align: center;
  margin-top: 10px;
}
.archive-inner {
  padding: 0px;
  margin: 20px 0;
}
.archive-inner::before {
  border-left: 9999px solid var(--wp--preset--color--colortwo);
  box-shadow: 9999px 0 0 var(--wp--preset--color--colortwo);
  box-shadow: 9999px 0 0 var(--wp--preset--color--colortwo);
}

.archive-inner .newsletterimg {
  margin: -30px 0;
}
.sub-list {
	display: block;
	text-align:center;
	width: 1200px;
	max-width: 100%;
	margin-bottom: 30px;
}

.sub-list li.init {
cursor: pointer;
}

.sub-list li:not(.init) {
	display: inline-block;
}

.sub-list li a {
	display: block;
	margin: 5px;
}

.sub-list li a,
.sub-list li a:visited,
.sub-list li.init {
  background-color: var(--wp--preset--color--link);
  border: 1px solid var(--wp--preset--color--link);
  color: #fff;
  padding: 7px 30px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 18px;
  text-transform: uppercase;
}

.sub-list li.init:hover,
.sub-list li.init:focus,
.sub-list li a:focus,
.sub-list li a:hover {
  background-color: var(--wp--preset--color--colorthree);
  border: 1px solid var(--wp--preset--color--colorthree);
}

li.mobileonly {
  display: none;
}

@media screen and (max-width: 960px) {
  .archive-intro .wrap .first {
    padding: 0;
  }
  .archive-intro .wrap > div:last-child {
    display: none;
  }
  .favorite-wrap .grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
	.sub-list li.init {
		display:block;
	}
	
	.sub-list li:not(.init) {
		display: none;
	}
	.sub-list li.show.cat-item {
		display: block;
	}
}
/* ## Footer Navigation
--------------------------------------------- */
.site-footer .genesis-nav-menu {
  padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
  padding: 0 20px 10px;
}

@media only screen and (max-width: 1023px) {
  .js .genesis-nav-menu .sub-menu,
  .js .genesis-nav-menu .sub-menu a {
    width: 100%;
  }
  .js .genesis-nav-menu .menu-item:hover {
    position: relative;
  }
  .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
  .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0;
  }
  .js .genesis-nav-menu > .menu-item-has-children > a:after {
    content: none;
  }
  .js .genesis-nav-menu .sub-menu {
    border: none;
    clear: both;
    display: none;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    width: 100%;
  }
  .js .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }
  .js .nav-primary .genesis-nav-menu .menu-item,
  .js .site-header .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    margin: 1px 0;
    position: relative;
    text-align: left;
  }
  .js .nav-primary .genesis-nav-menu .menu-item a,
  .js .site-header .genesis-nav-menu .menu-item a {
    border: none;
    padding: 12px 0;
    width: 100%;
  }
  .js nav button:hover,
  .js .menu-toggle:hover,
  .js .nav-primary,
  .js nav button:focus,
  .js .menu-toggle:focus {
    background-color: #fff;
  }
  .js nav button:hover,
  .js .menu-toggle:hover,
  .js .nav-primary {
    color: #000;
  }
  .js nav button:focus,
  .js .menu-toggle:focus {
    color: #5b8edb;
  }
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
.latest-articles--inner {
  font-size: 16px;
}

.latest-articles-inner .latest-articles--title {
  margin-bottom: 10px;
}
.latest-articles--inner a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.latest-articles--inner .latest-articles--info {
  display: none;
}

.entry {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 0px;
}
.single-post .content {
  padding: 0px 40px;
}
.header-featured-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 540px;
  text-align: center;
  color: #ffffff;
  width: 100%;
  position: relative;
}
.single-case-studies .header-featured-image img {
  min-height: 540px;
}
.header-featured-image:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 0;
}
.header-featured-image img {
  width: 100%;
  object-fit: cover;
  object-position: top center;
  min-height: 540px;
}
.header-featured-image h2 {
  position: absolute;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  top: 55%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1380px) {
  .header-featured-image {
    min-height: 200px;
  }
  .single .header-featured-image img {
    min-height: 200px;
  }
	.single-post .content {
    padding: 0px;
  }
}

@media only screen and (max-width: 960px) {
  
  .entry {
    padding: 30px;
    margin-bottom: 5%;
  }
  .single-post .entry {
    padding: 0px;
  }
	
}

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

.entry-meta a,
.entry-meta a:visited {
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

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

.single .entry-meta a,
.single .entry-meta a:visited {
	color: #000;
	text-transform: none;
}

/* ## Entry Header
--------------------------------------------- */

h1.entry-title {
  font-size: var(--heading-h2-size);
  font-size: 3.1rem;
  font-family: var(--secondary-font);
}

h2.entry-title {
  font-size: 25px;
  font-family: var(--secondary-font);
  text-align: center;
}

.entry-title a {
  color: #333;
  text-decoration: none;
}
.entry.one-fourth:hover img,
.entry.one-fourth:focus img {
  opacity: 0.8;
}

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

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

.single .entry-header .entry-meta {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.entry-header .entry-meta .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.entry-header .entry-wrapper {
  text-align: left;
}

.entry-header .entry-meta a {
  font-weight: 400;
}

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

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

.single .entry-header {
  text-align: center;
}

.hs-featured-image-wrapper img.hs-featured-image {
  float: none !important;
  max-width: 100% !important;
  object-fit: cover;
  height: 260px;
}
.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 30px;
}

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

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

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

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

/* ## Entry Footer
--------------------------------------------- */

.entry-footer::before {
  content: "";
  display: block;
  border-bottom: 3px solid var(--wp--preset--color--button);
  padding: 0;
  width: 200px;
  height: 1px;
  margin: 20px auto;
}
.entry-footer {
  text-align: center;
}
.entry-footer .entry-meta {
  padding-top: 24px;
  margin-bottom: 0;
  text-align: center;
}

.entry-footer .label {
  display: block;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

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

.single .entry-footer a,
.single .entry-footer a:visited {
  background-color: var(--wp--preset--color--colorthree);
  border: 2px solid var(--wp--preset--color--colorthree);
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  margin: 5px 2px;
}

.single .entry-footer a:focus,
.single .entry-footer a:hover {
  background-color: var(--wp--preset--color--link);
  border-color: var(--wp--preset--color--link);
}

/* # After Entry
--------------------------------------------- */
.after-entry {
  background-color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 40px;
  padding: 0;
}

@media screen and (max-width: 860px) {
  .after-entry {
    padding: 10px;
    margin-bottom: 5%;
  }
}

.widget .wp-block-image.newsletterimg {
  margin: 0px auto;
}
/* # Author Box
--------------------------------------------- */
.author-box .avatar {
  margin-right: 24px;
}

.author-box .author-wrap {
  display: flex;
  gap: 20px;
  border-bottom: 2px solid var(--wp--preset--color--accent);
  margin-bottom: 10px;
}

.author-box .left {
  float: left;
}

.author-box .author-name {
  font-family: var(--secondary-font);
  font-size: vaR(--heading-h2-size);
  font-weight: normal;
  color: var(--wp--preset--color--accent);
}

.author-box .social {
  margin-top: 5px;
}

.author-box .desc {
  font-size: 17px;
}

.author-box .social a,
.author-box .social a:visited {
  background-color: var(--wp--preset--color--link);
  color: #fff;
  border-radius: 50%;
  padding: 5px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.author-box .social a:hover,
.author-box .social a:focus {
  background-color: var(--wp--preset--color--colorthree);
}

.author-box .social a svg {
  width: 20px;
  fill: #fff;
  height: 20px;
}

@media screen and (max-width: 960px) {
  .author-box .left {
    float: none;
    display: block;
    text-align: Center;
  }
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
}

@media only screen and (max-width: 860px) {
  .comment-respond,
  .entry-comments,
  .entry-pings {
    padding: 30px;
    margin-bottom: 5%;
  }
}

.comment-respond,
.entry-pings {
  padding: 0px 0px 32px;
}

.entry-comments {
  padding: 60px;
}

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

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

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

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

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

.comment .avatar {
  margin: 0 16px 24px 0;
}

.comment-content {
  clear: both;
}

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

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

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

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
}

.sidebar .widget {
  background-color: #fff;
  padding: 0px;
}

.wp-block-image.fbbooksimg img {
  margin: 0 -2%;
  max-width: calc(104%);
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  margin-bottom: 40px;
  word-wrap: break-word;
}

.widget ul > li {
  margin-bottom: 10px;
  padding-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 p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
  margin-bottom: 0;
}

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

.widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.widget_calendar table {
  width: 100%;
}

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

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  background: none;
  padding: 0;
}

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

.featured-content .entry-title {
  font-size: 20px;
  font-size: 2rem;
}

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

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

.site-header .search-form {
  float: right;
  margin: 0px auto 0;
}

@media only screen and (max-width: 1023px) {
  .site-header .search-form {
    float: none;
    margin: 16px auto;
  }
}

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

.genesis-nav-menu .search 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;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #f9f2f8;
  font-size: 18px;
  font-size: 1.8rem;
  clear: both;
  padding: 20px 0 30px;
  border-top: 1px dashed #cccccc;
}

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

.footer-widgets .widget_media_image {
  margin-bottom: 20px;
}

.footer-widgets ul li {
  padding: 0px 0 0px 0px;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 4px;
}

.footer-widgets ul li:last-of-type {
  border-bottom: 0px;
}

.footer-widgets h2 {
  font: 600 23px/23px var(--para-font);
  font-weight: bold;
}

.footer-widgets ul li a {
  font: 300 17px/20px var(--para-font);
  color: #000;
  font-weight: nomarl;
  text-decoration: none;
}

.footer-widgets ul li a.wp-block-social-link-anchor {
  font: 300 20px/20px var(--para-font);
}

.footer-widgets .widget-title {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font: 500 12px/12px var(--para-font);
}

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

.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
  width: 25%;
  padding: 0 20px;
  float: left;
}

@media only screen and (max-width: 1023px) {
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4 {
    width: 100%;
  }
}

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

@media only screen and (max-width: 1200px) {
  .footer-widgets-1 {
    margin-right: 0px;
  }
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  float: left;
}

@media only screen and (max-width: 1023px) {
  .footer-widgets-1 {
    margin: 0 auto 0px;
  }

  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4,
  .footer-widgets-5 {
    width: 100%;
    margin-bottom: 30px;
  }

  .before-footer .wp-block-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer-widgets .menu-toggle {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .before-footer .wp-block-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.wp-block-search .wp-block-search__input {
  border-radius: 0px;
  font-weight: bold;
  font-size: 15px;
  max-width: 100%;
  width: 225px;
  margin: auto;
  background: #fff url(assets/images/searchicon.svg) no-repeat center right 10px /
    contain;
  background-size: 20px;
  border: 1px solid var(--wp--preset--color--accent);
}

.wp-block-search__button {
  display: none;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 20px 0;
  text-align: center;
  color: #000;
}

.siteFooter {
  display: none;
}

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

.site-footer a {
  color: #000;
  text-decoration: none;
}
.footer.wrap {
  padding: 46px 0 10px 0;
  border-top: solid 1px #262c32;
}
.footer p {
  float: left;
  margin-left: 16px;
  padding-left: 16px;
  border-left: solid 1px #262c32;
  font: 300 11px/14px var(--para-font);
  color: #c2c6c9;
}
.footer .footer-right {
  display: flex;
}

.footer .footer-right .widget {
  margin-right: 20px;
}
.footer-right .widget p > a {
  display: inline-block;
  margin-right: 8px;
  text-decoration: none;
  color: #5b8edb;
}

/* # New mapping
---------------------------------------------------------------------------------------------------- */

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

@media only screen and (max-width: 500px) {
  .site-footer p > a:last-child {
    display: block;
  }
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.sidebar .enews-widget {
  background-color: #333;
}

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
  color: #fff;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
  border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
  background-color: #5b8edb;
  color: #fff;
}

.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"] {
  background-color: #fff;
  color: #5b8edb;
}

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

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

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

/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}

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

.archive-description {
  background-color: var(--wp--preset--color--bg);
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 40px;
  position: relative;
}

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

@media screen and (max-width: 860px) {
  .archive-description {
    padding: 20px 10px;
    margin-bottom: 5%;
  }
}

.archive-description .entry-title,
.archive-title {
  font-size: var(--heading-h2-size);
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  --box-wave-color: #ead5e7;
  text-align: center;
}

.archive-description a {
  font-weight: 500;
  text-decoration: none;
}

/** tabs css */
.ad-block-tabs {
  min-height: 500px;
}
.ad-block-tabs .tabs {
  text-align: center;
  margin-bottom: 0px;
}
.posts-loader {
  min-height: 400px;
  background: no-repeat url(assets/images/loader1.gif) center / 150px;
  display: block;
}
@media (max-width: 1199px) {
  .ad-block-tabs .tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.ad-block-tabs .ad-tab {
  cursor: pointer;
  display: inline-block;
  margin: 5px 5px 0px;
  position: relative;
  min-width: 110px;
  z-index: 1;
}
.ad-block-tabs .ad-tab .category-image-wrap {
  display: block;
  margin: 0 auto 20px;
  text-align: center;
}
@media (max-width: 1199px) {
  .ad-block-tabs .ad-tab .category-image-wrap {
    display: none !important;
  }
}
.ad-block-tabs .ad-tab .category-image-wrap img {
  border-radius: 50%;
  width: 140px;
  height: 140px;
  aspect-ratio: 1/1;
  outline: 3px solid var(--wp--preset--color--secondarybg);
  outline-offset: 5px;
  margin: auto;
}
.ad-block-tabs .ad-tab .tab-title {
  padding: 7px 20px;
  font-size: 18px;
  border-radius: 0px;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: var(--mv-trellis-font-heading);
  width: 100%;
  display: block;
}

.ad-block-tabs .ad-tab::after {
  content: "";
  width: 20px;
  height: 20px;
  margin: 10px auto;

  mask: no-repeat url(assets/images/arrow.svg) center / contain;
  -webkit-mask: no-repeat url(assets/images/arrow.svg) center / contain;
  background-color: var(--arrow-color);
  display: none;
  rotate: 90deg;
}

.ad-block-tabs .ad-tab.active:after,
.ad-block-tabs .ad-tab:hover:after,
.ad-block-tabs .ad-tab:focus:after {
  display: block;
}

.ad-block-tabs .ad-tab.active > .tab-title,
.ad-block-tabs .ad-tab:hover > .tab-title,
.ad-block-tabs .ad-tab:focus > .tab-title {
  background-color: var(--wp--preset--color--button);
  border-color: var(--wp--preset--color--button);
  color: #fff;
}

.ad-block-tabs .ad-tab.active .category-image-wrap img,
.ad-block-tabs .ad-tab:hover .category-image-wrap img,
.ad-block-tabs .ad-tab:focus .category-image-wrap img {
  outline: 3px solid var(--wp--preset--color--link);
}
.ad-block-tabs .ad-tabscontent:not(:first-of-type) {
  display: none;
}
.ad-block-tabs .ad-tab-button-wrap {
  text-align: center;
  margin: 40px 0 0;
}
.ad-block-tabs .ad-tab-button-wrap a.button {
  font-size: 18px;
  padding: 0 10px;
  margin: auto;
  border: 0px;
  background-color: transparent;
  box-shadow: inset 0px -10px 0px var(--wp--preset--color--button);
  -webkit-box-shadow: inset 0px -10px 0px var(--wp--preset--color--button);
  -moz-box-shadow: inset 0px -10px 0px var(--wp--preset--color--button);
  color: #000;
  font-weight: 500;
  letter-spacing: 1px;
}

.ad-block-tabs .ad-tab-button-wrap a.button:hover,
.ad-block-tabs .ad-tab-button-wrap a.button:focus {
  box-shadow: inset 0px -100px 0px var(--wp--preset--color--button);
  -webkit-box-shadow: inset 0px -100px 0px var(--wp--preset--color--button);
  -moz-box-shadow: inset 0px -100px 0px var(--wp--preset--color--button);
  background-color: transparent;
}

.ad-tab-posts .wp-block-post-title {
  margin-top: 10px;
}

@media screen and (max-width: 1023px) {
  .ad-block-tabs .tabs {
    margin-bottom: 20px;
  }
  .ad-block-tabs .ad-tab .tab-title {
    font-size: 14px !important;
    padding: 3px 8px;
  }
  .ad-block-tabs .ad-tab {
    margin: 5px;
    min-width: auto;
  }
  .ad-block-tabs .ad-tab.active::after,
  .ad-block-tabs .ad-tab:hover::after,
  .ad-block-tabs .ad-tab:focus::after {
    display: none;
  }
  .ad-block-tabs .ad-tab.active .tab-title:after,
  .ad-block-tabs .ad-tab:hover .tab-title:after,
  .ad-block-tabs .ad-tab:focus .tab-title:after {
    width: 16px;
    height: 16px;
    bottom: -7px;
    display: none;
  }
  .ad-block-tabs .ad-tab-button-wrap a.button {
    display: inline-block;
  }
}

.rp4wp-related-posts {
  background-color: var(--wp--preset--color--bg);
  padding: 20px;
}

.rp4wp-related-posts h3 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

.rp4wp-related-posts ul {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.rp4wp-related-posts ul li {
  flex: 1;
  width: 100% !important;
  list-style-type: none;
  max-width: calc(25% - 10px);
}

.rp4wp-related-post-content a {
  font-size: 21px;
}

.rp4wp-related-post-content {
  text-align: center;
  margin-top: 10px;
  line-height: 1.3;
}
.rp4wp-related-post-content a {
  font-family: var(--secondary-font);
  font-size: 21px;
  text-decoration: none;
  color: #000;
}
.rp4wp-related-post-content a:hover,
.rp4wp-related-post-content a:focus {
  text-decoration: underline !important;
}

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

/* ratign block */

.align-center {
  text-align: center;
}

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

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

.ad-book-block__rating-button {
  margin-right: 0.3em;
}

.ad-book-block__rating-button span {
  display: inline-flex;
  overflow: hidden;
  width: 12px;

}

.ad-book-block__rating-button svg path {
  fill: var(--wp--preset--color--accent);
  stroke: var(--wp--preset--color--accent);
}

.ad-book-block__rating-button span svg {
  flex-shrink: 0;
  max-width: none;
}

.ad-book-block__rating-button span:last-child svg {
  margin-left: -12px;
}

.ad-book-block__rating-button span:nth-child(even) {
  justify-content: flex-end;
}

.ad-book-block__rating-button .is-rating-unfilled {
  fill-opacity: 0;
  stroke-width: 2px;
}

/* ALL EXTRA CSS (pages) */

.sponsoredpost .wp-block-button a {
  font-size: 16px;
  padding: 7px 15px;
}

.sponsoredpost h4 {
  font-family: var(--para-font) !important;
  font-size: 17px;
  font-weight: bold;
}

.sponsoredpost h4 .has-underline-color:after {
  width: 100%;
}

.sponsoredpost .author {
  font-family: var(--secondary-font);
  font-size: 23px;
}

.is-style-rating.gb-block-container {
  padding: 0px 40px 20px !important;
  position: relative;
  margin: 70px 0 30px;
}

.is-style-rating.gb-block-container .gb-container-content {
  padding-top: 50px;
}

.is-style-rating figure:first-child {
  top: -50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0px auto;
}
.is-style-rating figure img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.entry-content .is-style-rating h2 {
  font-family: var(--para-font);
  font-size: 22px;
  font-weight: bold;
  margin: 20px auto 10px !important;
}

.entry-content .is-style-rating h2 .has-underline-color::after {
  max-width: 200px;
  border-width: 3px;
  margin: 15px auto 0;
}
.entry-content .is-style-rating h3 {
  font-size: 18px;
  font-family: var(--para-font);
  text-transform: uppercase;
  margin: 10px auto !important;
  font-weight: bold;
}

.entry-content .gb-block-testimonial {
  padding: 20px;
}

.gb-block-testimonial .gb-testimonial-text > strong {
  font-size: 22px;
  display: inline-block;
}

.gb-block-testimonial .gb-testimonial-text > strong:after {
  content: "";
  display: block;
  --box-shadow-color: var(--wp--preset--color--button);
  border-bottom: 3px solid var(--box-shadow-color);
  padding: 0;
  width: 100%;
  height: 1px;
}

.gb-block-testimonial .gb-testimonial-text em {
  font-family: var(--secondary-font);
  font-size: 19px;
}

.entry-content .gb-block-testimonial .gb-testimonial-info {
  align-items: center;
  gap: 10px;
  display: flex;
}

.entry-content
  .gb-block-testimonial
  .gb-testimonial-info
  .gb-testimonial-avatar-wrap {
  position: relative;
}

.entry-content .gb-block-testimonial .gb-testimonial-info .gb-testimonial-name {
  margin: 0px;
  font-size: 18px;
  font-family: var(--para-font);
  font-weight: 400;
}

.is-style-warning::before {
  content: "";
  width: 30px;
  height: 30px;
  background: no-repeat
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path d="M11.57,9A2.51,2.51,0,0,1,13,6.69a2.37,2.37,0,0,1,2.68.22,2.41,2.41,0,0,1,1,2.51c-.48,2.66-.95,5.32-1.43,8-.11.66-.47,1-1,1.06s-1-.38-1.08-1.07q-.7-4-1.43-8C11.61,9.25,11.59,9.1,11.57,9Z" fill="%23667043"/><path d="M14.11,19.31a1.53,1.53,0,0,1,1.53,1.5,1.53,1.53,0,1,1-3.05,0A1.52,1.52,0,0,1,14.11,19.31Z" fill="%23667043"/><path d="M9.5,2.8a12.05,12.05,0,1,1,.18,22.46,3.38,3.38,0,0,1-.44-.18,1.07,1.07,0,1,1,.81-2,17.43,17.43,0,0,0,3.44.78A9.93,9.93,0,1,0,11.69,4.3a10,10,0,0,0-7.39,12,10.85,10.85,0,0,0,1.63,3.58,1,1,0,0,1-.79,1.65,1.37,1.37,0,0,1-1-.52,11.53,11.53,0,0,1-2.24-7.14A11.84,11.84,0,0,1,8.09,3.47,12.26,12.26,0,0,1,9.5,2.8Z" fill="%23ceb3cc"/></svg>')
    center / contain;
  display: inline-block;
  margin: 0 5px -5px 0;
}

.is-style-warning,
.is-style-recommends,
.is-style-correct {
  font-family: var(--secondary-font);
  font-size: 26px;
}

.is-style-recommends::before {
  content: "";
  width: 35px;
  height: 35px;
  background: no-repeat
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M4.66,17.88a12.05,12.05,0,1,1,21.5,6.52q-.15.2-.3.36a1.13,1.13,0,0,1-1.58.22,1.15,1.15,0,0,1-.08-1.59,17.62,17.62,0,0,0,1.78-3A9.94,9.94,0,1,0,6.74,16.23,10,10,0,0,0,16,26.86a11.27,11.27,0,0,0,3.91-.49,1,1,0,0,1,1.34,1.24,1.36,1.36,0,0,1-.79.77,11.58,11.58,0,0,1-7.49,0,11.84,11.84,0,0,1-8.07-9A11.59,11.59,0,0,1,4.66,17.88Z" fill="%23ceb3cc"/><path d="M11.53,13.56h2.78c.07,0,.09,0,.1-.09.47-1.43.93-2.87,1.4-4.31.09-.29.18-.58.28-.86a1.23,1.23,0,0,1,.14-.25.54.54,0,0,1,.91,0,.9.9,0,0,1,.12.24c.53,1.65,1.07,3.3,1.6,5a2.41,2.41,0,0,1,.08.25c0,.07,0,.08.12.08h5.46a.6.6,0,0,1,.65.49.59.59,0,0,1-.25.6l-.88.63-3.58,2.59a.13.13,0,0,0-.05.16q.86,2.6,1.7,5.19a.59.59,0,0,1-.4.8.58.58,0,0,1-.52-.11l-2.74-2-1.71-1.26c-.06,0-.09,0-.14,0l-3.68,2.69-.78.57a.59.59,0,0,1-.91-.29.64.64,0,0,1,0-.43l.94-2.89L12.94,18a.11.11,0,0,0,0-.16L8.44,14.64a.58.58,0,0,1,.08-1,.68.68,0,0,1,.32-.06Zm8.89,8.31a.13.13,0,0,1,0-.05c-.43-1.3-.85-2.59-1.27-3.88a.61.61,0,0,1,.23-.76l2.81-2,.56-.4H18.59a.61.61,0,0,1-.64-.46c-.36-1.11-.71-2.22-1.07-3.33-.07-.2-.13-.4-.2-.62l0,.07L15.4,14.3a.6.6,0,0,1-.62.45H10.62L13,16.45l1,.74a.59.59,0,0,1,.24.69c-.38,1.19-.77,2.38-1.16,3.57l-.14.42.06,0,3.3-2.4a.58.58,0,0,1,.78,0l2.74,2Z" fill="%23667043" stroke="%23667043" stroke-miterlimit="10" stroke-width="0.5"/></svg>')
    center / contain;
  display: inline-block;
  margin: 0 5px -8px 0;
}

.is-style-correct {
  margin-bottom: 0px !important;
}

.is-style-correct::before {
  content: "";
  width: 35px;
  height: 35px;
  background: no-repeat url(assets/images/correct.svg) center / contain;
  display: inline-block;
  margin: 0 0px -8px 5px;
}

.entry-content .is-style-carrow {
  font-family: var(--para-font) !important;
  font-weight: bold;
  font-size: 22px;
  padding: 10px 10px 15px;
  background-color: var(--wp--preset--color--bg);
  color: var(--wp--preset--color--accent);
}

.is-style-carrow::before {
  content: "";
  width: 35px;
  height: 35px;
  background: no-repeat
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M3,16a12,12,0,0,1,23.78-3.53,11.94,11.94,0,0,1-2.28,10.05c-.09.13-.2.25-.3.37a1.08,1.08,0,1,1-1.65-1.37,18.73,18.73,0,0,0,1.77-3.05A9.93,9.93,0,1,0,5.07,14.31,10,10,0,0,0,14.3,24.94a11,11,0,0,0,3.91-.49,1,1,0,0,1,1.34,1.24,1.35,1.35,0,0,1-.78.77,11.58,11.58,0,0,1-7.49,0,11.84,11.84,0,0,1-8.08-9C3.07,17,3,16.37,3,16Z" fill="%23ceb3cc"/><path d="M18.06,13.89c-.09-.09-.13-.15-.18-.2q-1.71-1.71-3.4-3.43a1.07,1.07,0,0,1,0-1.5,1.09,1.09,0,0,1,1.49-.12l.17.16,5.31,5.35a1.08,1.08,0,0,1,0,1.66l-5.35,5.4a1.1,1.1,0,1,1-1.58-1.52l3.25-3.27a4,4,0,0,1,.31-.27l0-.07H9a1.1,1.1,0,0,1-1.16-.78,1.09,1.09,0,0,1,.94-1.4h9.27Z" fill="%23667043"/></svg>')
    center / contain;
  display: inline-block;
  margin: 0 5px -8px 5px;
}

.single .entry-content p.has-background {
  padding: 32px;
  margin-top: 20px;
}

.abouttxt a,
.abouttxt a:visited {
  font-weight: 600;
  text-decoration: none;
  color: var(--wp--preset--color--accent);
}

.before-footer p a,
.before-footer p a:visited {
  font-weight: 600;
  text-decoration: none;
  color: var(--wp--preset--color--link);
}

.before-footer p a:focus,
.before-footer p a:hover,
.abouttxt a:hover,
.abouttxt a:focus {
  text-decoration: underline;
}

.ad-block-heading {
  display: inline-block;
}
.ad-block-heading h2 {
  font-family: var(--secondary-font);
  margin-bottom: 5px;
}
.ad-block-heading .alignleft,
.ad-block-heading .alignright {
  float: none;
}
.heading-border {
  border: 1px solid currentColor;
  display: block;
}

.wp-block-separator {
  max-width: 520px;
  margin-left: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.page:not(.home) .entry-content .wp-block-separator,
.single .entry-content .wp-block-separator {
  margin: 32px auto;
  max-width: 200px;
  background-color: var(--wp--preset--color--accent);
  border-color: var(--wp--preset--color--accent);
}

.page:not(.home) .entry-content .wp-block-separator.is-style-wide {
  max-width: 100%;
  margin: 10px 0;
}

.wp-block-separator.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.margin0 {
  margin-bottom: 0px !important;
}

.margin10 {
  margin-bottom: 10px !important;
}
.gallerywrapper .swiper {
  background-color: #fff;
  border: 1px dashed #ccc;
  padding: 15px 15px 10px;
  margin: 0 50px;
}
.gallerywrapper .swiper-wrapper {
  gap: 0px !important;
  position: relative;
}
.gallerywrapper .swiper-wrapper figure img {
  object-fit: cover;
}

.gallerywrapper .swiper-wrapper a:hover img,
.gallerywrapper .swiper-wrapper a:focus img {
  opacity: 0.8;
}

.gallerywrapper .navigation .swiper-arrow {
  background-color: transparent;
  border: 0px;
  display: block;
  transform: translateY(50%);
}

.gallerywrapper .navigation .gallery-prev:after {
  content: "" !important;
  width: 25px;
  height: 25px;
  margin: 0px 0 0 -25px;
  mask: no-repeat url(assets/images/arrowwithbg.svg) center / contain;
  -webkit-mask: no-repeat url(assets/images/arrowwithbg.svg) center / contain;
  background-color: var(--wp--preset--color--accent);
  display: block;
  rotate: 180deg;
}

.gallerywrapper .navigation .gallery-next:after {
  content: "" !important;
  width: 25px;
  height: 25px;
  margin: 0px;
  mask: no-repeat url(assets/images/arrowwithbg.svg) center / contain;
  -webkit-mask: no-repeat url(assets/images/arrowwithbg.svg) center / contain;
  background-color: var(--wp--preset--color--accent);
  display: block;
}

.gallerywrapper .navigation .swiper-arrow:hover:after,
.gallerywrapper .navigation .swiper-arrow:focus:after {
  background-color: var(--wp--preset--color--link);
}

@media screen and (max-width: 800px) {
  .gallerywrapper .swiper-wrapper figure img {
    height: auto !important;
  }
}

.categoryicons .wp-block-image {
  text-align: center;
  display: block !important;
}

.categoryicons figure img {
  display: block;
  margin: auto;
  text-align: center;
}

.categoryicons .category-outdoor:hover img {
  animation: circle 6s linear infinite;
}

.categoryicons figcaption,
.categoryicons figcaption a {
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 2px 5px;
  text-transform: uppercase;
  width: 100%;
}

.categoryicons figure:hover figcaption,
.categoryicons figure:hover figcaption a {
  background-color: #000;
  color: #fff;
}

.hide {
  display: none;
}

.is-style-serif,
.is-style-serifwithstars {
  font-family: var(--secondary-font);
  position: relative;
}

.is-style-withstars::before {
  content: "";
  width: 20px;
  height: 30px;
  margin: 0px 10px -10px 0;
  background: no-repeat url(assets/images/stars.svg) center / contain;
  display: inline-block;
}

.is-style-serifwithstars::before {
  content: "";
  width: 50px;
  height: 40px;
  top: -20px;
  right: -10px;
  background: no-repeat url(assets/images/stars3.svg) center / contain;
  display: inline-block;
  position: absolute;
}

.sidebar .is-style-serifwithstars::before {
  width: 40px;
  height: 40px;
  top: -15px;
  right: 10px;
}

.ad-block-heading.is-style-withstars::before {
  display: none;
}

.ad-block-heading.is-style-withstars {
  position: relative;
}

.ad-block-heading.is-style-withstars.align-center {
  margin: 10px auto;
}

.ad-block-heading.is-style-withstars h2 {
  padding-right: 30px;
}

.ad-block-heading.is-style-withstars.align-center h2 {
  padding-right: 0px;
}

.ad-block-heading.is-style-withstars::after {
  content: "";
  width: 50px;
  height: 40px;
  top: -20px;
  right: -10px;
  background: no-repeat url(assets/images/stars3.svg) center / contain;
  display: inline-block;
  position: absolute;
}

.ad-block-heading.is-style-withstars.align-center:after {
  right: -40px;
}

@media screen and (max-width: 1023px) {
  .ad-block-heading.is-style-withstars.align-center:after {
    right: 0px;
  }
}

.author-box .left,
.is-style-roundedwithbooks {
  position: relative;
}

.author-box .left .avatar,
.is-style-roundedwithbooks img {
  border-radius: 50%;
  padding: 7px;
  background-color: #fff;
}

.author-box .left:before,
.is-style-roundedwithbooks::before {
  content: "";
  width: 90px;
  height: 90px;
  background: no-repeat url(assets/images/booksicon.png) center / contain;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 10px;
}

.author-box .left:before {
  width: 50px;
  height: 50px;
}

.author-box .left .avatar {
  border: 3px solid var(--wp--preset--color--button);
  padding: 2px;
  float: none;
}

p.is-style-parallel {
  padding: 5px 10px !important;
  transform: skew(-10deg);
  display: inline-block;
}

p.is-style-parallel::after {
  content: "";
  width: 25px;
  height: 25px;
  margin: 0px 0 -8px 10px;
  mask: no-repeat url(assets/images/arrowwithbg.svg) center / contain;
  -webkit-mask: no-repeat url(assets/images/arrowwithbg.svg) center / contain;
  background-color: var(--wp--preset--color--altbutton);
  display: inline-block;
}

p.is-style-parallel a {
  background-color: transparent;
  border-color: transparent;
  padding: 0px;
  color: currentColor;
}

p.is-style-parallel:hover {
  background-color: var(--wp--preset--color--colortwo) !important;
}

p.is-style-parallel a:hover,
p.is-style-parallel a:focus {
  background-color: transparent;
  border-color: transparent;
  text-decoration: underline;
}

.is-style-witharrow:after {
  content: "";
  width: 20px;
  height: 20px;
  margin: 0px 0 -5px 15px;
  mask: no-repeat url(assets/images/arrowwithbg.svg) center / contain;
  -webkit-mask: no-repeat url(assets/images/arrowwithbg.svg) center / contain;
  background-color: var(--wp--preset--color--altbutton);
  display: inline-block;
}

.sidebar .is-style-witharrow:after {
  background-color: var(--wp--preset--color--accent);
  mask: no-repeat url(assets/images/arrow.svg) center / contain;
  -webkit-mask: no-repeat url(assets/images/arrow.svg) center / contain;
}

.is-style-logos.wp-block-gallery.has-nested-images {
  display: flex;
  flex-wrap: nowrap;
}
.is-style-logos.wp-block-gallery.has-nested-images
  figure.wp-block-image:not(#individual-image) {
  width: auto !important;
  flex: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0 !important;
}

.is-style-logos.wp-block-gallery.has-nested-images
  figure.wp-block-image:not(#individual-image)
  img {
  width: auto;
  object-fit: contain;
  max-height: 40px;
}

.is-style-logos.wp-block-gallery.has-nested-images
  figure.wp-block-image:not(#individual-image):last-child
  img {
  max-height: 55px;
}
.site-container
  .wp-block-buttons
  .is-style-bottomborder:not(.is-style-custom)
  a.wp-block-button__link {
  padding: 0px 5px;
  line-height: 1.4;
  --box-shadow-color: #000;
  box-shadow: inset 0px -10px 0px var(--box-shadow-color);
  -webkit-box-shadow: inset 0px -10px 0px var(--box-shadow-color);
  -moz-box-shadow: inset 0px -10px 0px var(--box-shadow-color);
  background-color: transparent !important;
  border: 0px;
}

.site-container
  .wp-block-buttons
  .is-style-bottomborder:not(.is-style-custom)
  a.wp-block-button__link:not(.has-text-color):hover,
.site-container
  .wp-block-buttons
  .is-style-bottomborder:not(.is-style-custom)
  a.wp-block-button__link:not(.has-text-color):focus {
  background-color: transparent !important;
  box-shadow: inset 0px -100px 0px var(--box-shadow-color);
  -webkit-box-shadow: inset 0px -100px 0px var(--box-shadow-color);
  -moz-box-shadow: inset 0px -100px 0px var(--box-shadow-color);
}

.site-container
  .wp-block-buttons
  .is-style-arrow:not(.is-style-custom)
  a.wp-block-button__link {
  padding: 0px;
  line-height: 1.4;
  background-color: transparent !important;
  border: 0px;
  color: #000 !important;
  border-bottom: 2px solid transparent !important;
  font-size: 18px;
}

.site-container
  .wp-block-buttons
  .is-style-arrow:not(.is-style-custom)
  a.wp-block-button__link:after {
  content: "";
  width: 20px;
  height: 20px;
  margin: 0px 0 -3px 5px;

  mask: no-repeat url(assets/images/arrow.svg) center / contain;
  -webkit-mask: no-repeat url(assets/images/arrow.svg) center / contain;
  background-color: var(--arrow-color);
  display: inline-block;
}
.site-container
  .wp-block-buttons
  .is-style-arrow:not(.is-style-custom)
  a.wp-block-button__link:hover:after,
.site-container
  .wp-block-buttons
  .is-style-arrow:not(.is-style-custom)
  a.wp-block-button__link:hover:focus {
  animation: animate 0.5s ease;
}

.is-style-books.wp-block-gallery.has-nested-images {
  gap: 10px 25px;
  --wp--style--unstable-gallery-gap: 30px;
}

.is-style-books.wp-block-gallery.has-nested-images
  figure.wp-block-image
  figcaption {
  position: relative;
  background: transparent;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  padding: 0px;
}

.is-style-books figcaption a {
  text-decoration: none;
}
.is-style-books figure:hover img,
.is-style-books figure:focus img {
  opacity: 0.8;
}
.is-style-books figure:hover figcaption,
.is-style-books figure:focus figcaption {
  text-decoration: underline;
}
.subscribeformhtml .enews-form {
  display: flex;
}

.subscribeformhtml #subbutton {
  background-color: var(--wp--preset--color--accent);
  border-color: var(--wp--preset--color--accent);
  width: 160px;
  margin-left: 10px;
}

.subscribeformhtml #subbutton:hover,
.subscribeformhtml #subbutton:focus {
  color: var(--wp--preset--color--accent);
  background-color: #fff;
}

.tabsBtn a:last-child {
  margin-right: 0px;
}

.tabscontent {
  text-align: center;
}

.tabscontent a.button {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin: 10px auto;
  text-decoration: none;
  clear: both;
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
}

.tabscontent a.button:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.tabscontent .listing-item a,
.tabscontent .listing-item a:visited {
  font-weight: 400;
  border: 0px;
  font-size: var(--title-size);
  margin-bottom: 0px;
}

.tabscontent .listing-item:hover a {
  text-decoration: underline;
  color: #000000;
}

.tabscontent .listing-item:hover img {
  opacity: 0.8;
}

.site-container .wp-block-columns {
  gap: 1em !important;
}

.site-container .wp-block-query ul {
  padding: 0px;
  margin: 0px;
  gap: 0 15px;
}
.site-container .wp-block-query li {
  list-style-type: none;
}

.site-container .wp-block-query .taxonomy-category {
  margin: 10px 0;
  letter-spacing: 1px;
}
.site-container .wp-block-query .taxonomy-category a {
  color: var(--wp--preset--color--accent);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--para-font);
}

.wp-block-query .wp-block-post,
.wp-block-query .wp-block-post.entry {
  padding: 0px !important;
  background-color: transparent !important;
}

.columns-4.wp-block-post-template {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.site-container .wp-block-query .wp-block-post-featured-image {
  border: 3px solid #fff;
}

.site-container .wp-block-query h2.wp-block-post-title,
.site-container .wp-block-query h2.wp-block-post-title a,
.site-container .wp-block-query h2.wp-block-post-title a:visited {
  color: #000;
  text-decoration: none;
  font-family: var(--secondary-font);
}

.site-container .wp-block-query h2.wp-block-post-title a:focus,
.site-container .wp-block-query h2.wp-block-post-title a:hover {
  color: var(--wp--preset--color--link);
}

.wp-block-post-excerpt__excerpt,
.wp-block-post-excerpt__more-text {
  display: inline;
}

.wp-block-post-excerpt__more-text a,
.wp-block-post-excerpt__more-text a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.wp-block-post-excerpt__more-text a:focus,
.wp-block-post-excerpt__more-text a:hover {
  text-decoration: underline;
}

.site-container .wp-block-query h2.wp-block-post-title a:hover {
  text-decoration: underline;
}

@media (max-width: 960px) {
  .site-container
    .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.wp-block-button .wp-block-button__link,
.wp-block-button .wp-block-button__link:visited {
  font-size: 20px;
  font-weight: 500;
  padding: 5px 40px;
  height: auto;
  border: 1px solid var(--wp--preset--color--accent);
  background-color: var(--wp--preset--color--accent);
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
  background-color: #fff;
  color: var(--wp--preset--color--accent);
}

@media screen and (max-width: 960px) {
  .wp-block-buttons > .wp-block-button.is-style-arrow {
    display: block;
    width: 100%;
  }
}
.has-underline-color {
  display: inline-block;
  line-height: 1;
}

.current-archive {
  margin-top: 40px;
}

h2.title,
h2.archive-title,
h1.entry-title {
  text-align: center;
  position: relative;
  --box-shadow-color: #ead5e7;
  margin-bottom: 20px;
  font-weight: bold;
}

h1.entry-title {
  font-weight: 400;
}

h2.title:after,
.has-underline-color:after,
h1.entry-title::after,
h2.archive-title:after {
  content: "";
  display: block;
  border-bottom: 3px solid var(--box-shadow-color);
  padding: 0;
  width: calc(100% - 20px);
  height: 1px;
  margin: 10px auto;
}
h2.archive-title::before {
  content: "";
  width: 70px;
  height: 90px;
  background: no-repeat url(assets/images/booksicon.png) center / contain;
  margin: 10px auto;
  display: block;
}
h2.title:after,
h2.archive-title:after,
h1.entry-title:after {
  max-width: 200px;
  margin: 10px auto;
}

h1.entry-title:after {
  border-bottom-width: 3px;
  max-width: 300px;
  margin-top: 20px;
}

.has-underline-wave {
  font-family: var(--para-font);
  font-weight: 500;
  display: inline-block;
  line-height: 1;
}



.has-underline-wave:after {
  content: "";
  width: 100%;
  
  mask: no-repeat
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 197.93 17"><path d="M2.56,11.32A27.56,27.56,0,0,1,28,4.55c8.06,2,13.87,8.59,22.21,10.05,14.31,2.52,28.16-5.25,41.81-8.13a39.76,39.76,0,0,1,25.59,2.9c7,3.12,14,6.91,21.88,6.8,9-.12,17.35-4.58,26-6.65a86.51,86.51,0,0,1,31-1.52c1.9.24,1.88-2.74,0-3C180.41,3,166.25,6.07,151,10.9c-8.16,2.59-15.41,2.88-23.44-.33C121.15,8,115.13,4.36,108.28,3,96.69.75,85.2,5.12,74.28,8.46c-6.14,1.88-12.48,3.69-19,3.62-8-.09-13.28-4.22-20-7.81C24-1.85,9.78.43.46,9.22c-1.4,1.31.71,3.42,2.1,2.1Z" fill="%23ead5e7"/></svg>')
    center / 100% 40px;
  -webkit-mask: no-repeat
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 197.93 17"><path d="M2.56,11.32A27.56,27.56,0,0,1,28,4.55c8.06,2,13.87,8.59,22.21,10.05,14.31,2.52,28.16-5.25,41.81-8.13a39.76,39.76,0,0,1,25.59,2.9c7,3.12,14,6.91,21.88,6.8,9-.12,17.35-4.58,26-6.65a86.51,86.51,0,0,1,31-1.52c1.9.24,1.88-2.74,0-3C180.41,3,166.25,6.07,151,10.9c-8.16,2.59-15.41,2.88-23.44-.33C121.15,8,115.13,4.36,108.28,3,96.69.75,85.2,5.12,74.28,8.46c-6.14,1.88-12.48,3.69-19,3.62-8-.09-13.28-4.22-20-7.81C24-1.85,9.78.43.46,9.22c-1.4,1.31.71,3.42,2.1,2.1Z" fill="%23ead5e7"/></svg>')
    center / 100% 40px;
    background-color: var(--box-wave-color);
  height: 25px;
  display: inline-block;
}

h1.archive-title:after,
.is-style-wave2 .has-underline-wave:after {
  content: "";
  width: 100%;
  height: 16px;
  mask: no-repeat url(assets/images/wavethick.svg) center / 100% 40px;
  -webkit-mask: no-repeat url(assets/images/wavethick.svg) center / 100% 40px;
  display: inline-block;
  background-color: var(--box-wave-color);
  height: 25px;
}



h1.archive-title::after {
  max-width: 200px;
  display: block;
  margin: 10px auto;
}

ol.coloredBullet {
  counter-reset: li;
}

ol.coloredBullet li {
  list-style-type: none;
  position: relative;
  margin-bottom: 15px;
}

ol.coloredBullet li::before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -30px;
  top: 5px;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  justify-content: center;
}

.product-data {
  padding: 10px 10px 20px;
  text-align: center;
  background-color: #fff;
}

.product-data .product-title {
  font-size: 18px;
  margin-top: 10px;
}

.product-data span.price {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin: 15px 0;
}

.product-data .button {
  padding: 5px 20px;
  font-size: 16px;
  text-transform: uppercase;
}

.gform_wrapper .gform_body ul.gform_fields {
  margin-left: 0px;
}

.features .fl-row-content-wrap {
  padding: 0px;
}

.features .fl-col {
  background: #fff;
}

.pp-pricing-table-inner-wrap li {
  list-style-type: none !important;
  text-align: left;
  font-size: 16px;
}

.pp-pricing-table .pp-pricing-table-price .pp-pricing-table-duration {
  color: #828282;
}

.yes:before,
.no:before {
  content: "\f147";
  border: 1px solid #6698cb;
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  font-style: normal;
  font-family: "dashicons" !important;
  color: #6698cb;
}

.no:before {
  color: red;
  border-color: red;
  content: "\f335";
}

.nobutton .fl-button {
  display: none !important;
}

.expandfeatures .pp-icon:before {
  color: #5b8edb !important;
}

.pp-member-wrapper .pp-member-image img {
  height: 280px;
  object-fit: cover;
}

.pp-pricing-table {
  display: flex !important;
}

.pp-pricing-table .pp-pricing-table-col .pp-pricing-table-column {
  height: 100%;
}

.pp-pricing-table .pp-pricing-table-col.pp-pricing-table-highlight {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.pp-pricing-table
  .pp-pricing-table-col.pp-pricing-table-highlight
  .pp-pricing-table-column {
  background: #fff !important;
}

.pp-testimonial a {
  font-size: 13px !important;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.pp-testimonial h4 {
  font-size: 17px;
  font-weight: 600;
}

.pp-testimonial h5 {
  font-size: 14px;
  font-weight: 600;
}

.contactus li {
  padding: 10px 0;
  display: block;
}

.contactus .phone:before {
  display: inline-block;
  content: "\f525";
  font-family: "dashicons" !important;
  margin-right: 3px;
}

.contactus .email:before {
  display: inline-block;
  content: "\f466";
  font-family: "dashicons" !important;
  margin-right: 3px;
}

.contactus .contact:before {
  display: inline-block;
  content: "\f230";
  font-family: "dashicons" !important;
  margin-right: 3px;
}

.calltoactionimg {
  position: absolute;
  bottom: 0px;
}

.adjacent-entry-pagination {
  display: block;
  max-width: 960px;
  margin: 40px auto !important;
}
.single-post .adjacent-entry-pagination {
  width: 1200px;
  margin: 0px auto 40px auto !important;
  max-width: 100%;
}

.adjacent-entry-pagination .alignleft a,
.adjacent-entry-pagination .alignright a {
  text-decoration: none;
  color: #333;
}
.adjacent-entry-pagination .alignright {
  margin-top: -25px;
}

/* # Animations
---------------------------------------------------------------------------------------------------- */

@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* # Mobile Menu
---------------------------------------------------------------------------------------------------- */
.pocket-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #312e2e;
  transition: all 0.75s ease;
  background: rgba(49, 46, 46, 0.85);
  transform: translate3d(0, 0, 0);
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  z-index: 999;
  -webkit-backface-visibility: hidden;
}
.fw-top-navigation .fw-top-navigation-inner .fs-menu-trigger {
  position: relative;
  height: 65px;
  line-height: 65px;
  padding: 0 25px 0 50px;
  margin-left: 13px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  background: #514d4d;
  cursor: pointer;
  transition: background 0.3s;
}
.fw-nav-trigger-bar {
  fill: #000;
  color: #000;
}

.fs-menu-trigger {
  display: none;
  padding: 0 20px;
}
#fsmobile-nav-trigger {
  text-align: right;
}
#fsmobile-nav-trigger:hover {
  cursor: pointer;
}
.fw-fsmobile-navigation {
  padding-top: 0px;
  display: none;

  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.75s ease;
  height: 100vh;
  width: 300px;
  transform: translate3d(300px, 0, 0);
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
  background: #fff;
  box-shadow: 4px 1px 8px #999;
}

html.open-fsmobile-nav .fw-fsmobile-navigation {
  animation: slide 0.35s;
  transform: translate3d(0, 0, 0);
}
.pocket-header {
  position: relative;
  height: 65px;
  border-bottom: 1px solid #d3cfc4;
}
.pocket-close,
.span-close {
  display: block;
  position: absolute;
  top: 24px;
  left: 21px;
  height: 24px;
  width: 24px;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: transform 0.3s;
  cursor: pointer;
  z-index: 99999;
}

.pocket-close span,
.span-close span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 3px;
  background: #635344;
  transition: transform 0.3s;
}

.pocket-close span:nth-of-type(1),
.span-close span:nth-of-type(1) {
  top: 10px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pocket-close span:nth-of-type(2),
.span-close span:nth-of-type(2) {
  top: 10px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pocket-container .mobile-widget {
  padding: 10px;
  padding: 70px 20px 0;
}

.pocket-container .widget_nav_menu:first-of-type .menu-item {
  display: inline-block;
}

.pocket-container ul {
  margin-bottom: 0px;
}

.pocket-container ul li {
  margin-bottom: 0px;
  position: relative;
}

.pocket-container ul .menu-item a {
  color: #000 !important;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  padding: 2px;
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  .site-header .widget-area {
    display: none;
  }

  .site-header .widget-area.mobile-widget {
    display: block;
    text-align: left;
  }

  header.site-header .wrap {
    max-width: 100%;
    padding: 0 3%;
    display: flex;
    height: 45px;
  }

  .fs-menu-trigger {
    display: block;
    padding: 0px 5px 0 5px;
  }

  .fs-menu-trigger,
  .searchicon {
    display: flex;
    align-items: flex-end;
    padding-bottom: 10px;
    height: 100%;
  }

  .sticky-header .searchicon {
    margin-bottom: -5px;
  }

  .latest-articles--inner .hs-featured-image-wrapper {
    text-align: center;
    display: block;
  }

  .latest-articles--inner .hs-featured-image-wrapper img.hs-featured-image {
    margin: 12px auto !important;
    display: block;
    float: none;
    max-width: 400px;
  }
  h2.entry-title,
  .site-container .wp-block-query h2.wp-block-post-title,
  .site-container .wp-block-query h2.wp-block-post-title a,
  .site-container .wp-block-query h2.wp-block-post-title a:visited,
  .favorite-wrap .grid .grid-title {
    font-size: 20px !important;
  }

  .subscribeformhtml #subbutton {
    padding: 5px;
  }
  .wp-block-column p.is-style-witharrow {
    text-align: center;
  }
  .is-style-logos.wp-block-gallery.has-nested-images {
    flex-wrap: wrap;
  }
  .home
    .alignfull:not(.nopadding)
    > .gb-container-inside
    > .gb-container-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .beforeHeader p.is-style-parallel {
    line-height: 1;
  }

  .beforeHeader .is-style-withstars::before {
    width: 25px !important;
    height: 25px !important;
    margin: -5px 5px -10px -5px;
  }
  .beforeHeader p,
  .beforeHeader strong {
    font-size: 12px;
  }
}

@media screen and (max-width: 800px) {
  .calltoactionimg {
    position: relative;
  }

  .pp-pricing-table {
    display: block !important;
  }
  .has-underline-color {
    display: inline;
  }
  .rp4wp-related-posts ul,
  .wp-block-columns.mobilecolumns2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 1em;
  }
  .rp4wp-related-posts ul li {
    width: 100%;
    max-width: 100%;
  }
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: translate(-8px, 0);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
