a svg, a {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  font-size: 62.5%;
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html,
input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.wrap:after {
  content: "";
  display: table;
  clear: both;
}

.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 {
  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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.site-main {
  padding: 5.2rem 2.6rem 3rem 2.6rem;
}

.sidebar-primary {
  padding: 4.8rem 2.6rem 3rem 2.6rem;
}

@media (min-width: 992px) {
  .content-sidebar .site-main {
    float: left;
    width: 68.67%;
  }
  .content-sidebar .sidebar-primary {
    float: right;
    width: 31.33%;
  }
}

@media (min-width: 992px) {
  .sidebar-content .site-main {
    float: right;
    width: 68.67%;
  }
  .sidebar-content .sidebar-primary {
    float: left;
    width: 31.33%;
  }
}

@media (min-width: 992px) {
  .content .site-main {
    width: 70%;
    margin: 0 auto;
  }
}

input,
select,
textarea {
  background-color: #f9f9f9;
  color: #333;
  font-size: 2rem;
  font-weight: 400;
  padding: 12px;
  width: 100%;
}

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

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

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

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

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

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

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

button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
  background-color: #3B5998;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1rem 1.6rem;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover,
.button:focus,
.button:hover {
  background-color: #008140;
  border-width: 0;
  color: #fff;
}

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

.button {
  display: inline-block;
}

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

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

.wpcf7-form-control-wrap.recaptcha {
  display: inline-block;
}

@media (min-width: 580px) {
  .wpcf7-form input[type=text],
  .wpcf7-form input[type=email] {
    width: 60%;
  }
}

.most-popular input[type=submit] {
  font-size: 1.6rem;
  padding: 1rem 1.8rem;
}
.most-popular input[type=submit]:hover {
  background-color: #008140;
  opacity: 1;
}

.search-form {
  border: 1px solid #E0E0E0;
  max-width: 400px;
  position: relative;
  overflow: hidden;
}
.search-form .search-field {
  border: none;
  padding-right: 4.4rem;
  width: 100%;
}
.search-form .search-submit {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  min-width: 0;
  width: 4.4rem;
  height: 4.4rem;
  line-height: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -2.2rem;
  right: 0;
}
.search-form .search-submit svg {
  fill: #757575;
  width: 2rem;
  height: 2rem;
}
.search-form .search-submit svg:hover {
  fill: #1079c9;
}

html {
  font-size: 62.5%;
}

body {
  color: #4c4c4c;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.55;
}
@media (min-width: 768px) {
  body {
    font-size: 2rem;
  }
}
@media print {
  body {
    font-family: sans-serif;
  }
}

a {
  color: #183c6c;
  text-decoration: underline;
}
a:hover {
  color: #275085;
  text-decoration: none;
}
strong {
  font-weight: 700;
}

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

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 1.4rem;
}

code {
  padding: 0.2rem 0.4rem;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 0.9rem;
  margin: 0 0 1rem;
  line-height: 1.8rem;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

cite {
  font-style: normal;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

p {
  margin: 0 0 16px;
  padding: 0;
}
p.large, p.has-large-font-size {
  font-size: 2.1rem;
}
@media (min-width: 768px) {
  p.large, p.has-large-font-size {
    font-size: 2.4rem;
  }
}
p.has-normal-font-size {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  p.has-normal-font-size {
    font-size: 2rem;
  }
}
p.small, p.has-small-font-size {
  font-size: 1.4rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #424242;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 16px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #424242;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #1079c9;
  text-decoration: none;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  outline: none;
}

h1 {
  font-size: 3.2rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.4rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.6rem;
  }
}

h2 {
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 3.2rem;
  }
}

h3 {
  font-size: 2rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 2.4rem;
  }
}

h4, h5, h6 {
  font-size: 1.8rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  h4, h5, h6 {
    font-size: 2.2rem;
  }
}

.gridd {
  display: -ms-grid;
  display: grid;
  gap: 1.6rem;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
}
.gridd header, .gridd nav, .gridd aside, .gridd footer, .gridd .header {
  grid-column: 1/-1;
}

.cw-75 {
  grid-template-columns: repeat(auto-fill, minmax(7.5rem, 1fr));
}

.cw-100 {
  grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
}

.cw-125 {
  grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr));
}

.cw-150 {
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
}

.cw-175 {
  grid-template-columns: repeat(auto-fill, minmax(17.5rem, 1fr));
}

.cw-200 {
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
}

.cw-225 {
  grid-template-columns: repeat(auto-fill, minmax(22.5rem, 1fr));
}

.cw-250 {
  grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
}

.cw-275 {
  grid-template-columns: repeat(auto-fill, minmax(27.5rem, 1fr));
}

.cw-300 {
  grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
}

.cw-325 {
  grid-template-columns: repeat(auto-fill, minmax(32.5rem, 1fr));
}

.cw-350 {
  grid-template-columns: repeat(auto-fill, minmax(35rem, 1fr));
}

.cw-375 {
  grid-template-columns: repeat(auto-fill, minmax(37.5rem, 1fr));
}

@media only screen and (min-width: 480px) {
  .cw-400 {
    grid-template-columns: repeat(auto-fill, minmax(40rem, 1fr));
  }
  .cw-450 {
    grid-template-columns: repeat(auto-fill, minmax(45rem, 1fr));
  }
  .cw-500 {
    grid-template-columns: repeat(auto-fill, minmax(50rem, 1fr));
  }
}
@media only screen and (min-width: 768px) {
  .col-1 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .col-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .col-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .col-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .col-5 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .col-6 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .col-7 {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
  }
  .col-8 {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
  .col-9 {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
  }
  .col-10 {
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
  }
  .col-11 {
    -ms-grid-columns: (1fr)[11];
    grid-template-columns: repeat(11, 1fr);
  }
  .col-12 {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }
}
.editor-post-title .editor-post-title__input {
  font-weight: 400;
}

.wp-block-button__link {
  border: 2px solid #0c5d9a;
  border-radius: 3px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 32px;
  padding: 1.6rem 3.2rem;
  text-decoration: none;
}
.is-style-full .wp-block-button__link, .wp-block-button__link.full {
  display: block;
  width: 100%;
}
.wp-block-button__link:not(.has-text-color) {
  color: white;
}
.wp-block-button__link:not(.has-text-color):hover {
  color: white;
}
.wp-block-button__link:not(.has-background) {
  background-color: #1079c9;
}
.wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
  background-color: #0c5d9a;
}
.wp-block-button__link.has-light_blue-color:hover, .wp-block-button__link.has-light_blue-color:focus {
  color: #1079c9;
}
.wp-block-button__link.has-light_blue-background-color:hover, .wp-block-button__link.has-light_blue-background-color:focus {
  background-color: #0c5d9a;
}
.wp-block-button__link.has-blue-color:hover, .wp-block-button__link.has-blue-color:focus {
  color: #004c59;
}
.wp-block-button__link.has-blue-background-color:hover, .wp-block-button__link.has-blue-background-color:focus {
  background-color: #002026;
}
.wp-block-button__link.has-black-color:hover, .wp-block-button__link.has-black-color:focus {
  color: #121212;
}
.wp-block-button__link.has-black-background-color:hover, .wp-block-button__link.has-black-background-color:focus {
  background-color: black;
}
.wp-block-button__link.has-green-color:hover, .wp-block-button__link.has-green-color:focus {
  color: #008140;
}
.wp-block-button__link.has-green-background-color:hover, .wp-block-button__link.has-green-background-color:focus {
  background-color: #004e27;
}
.wp-block-button__link.has-grey-color:hover, .wp-block-button__link.has-grey-color:focus {
  color: #FAFAFA;
}
.wp-block-button__link.has-grey-background-color:hover, .wp-block-button__link.has-grey-background-color:focus {
  background-color: #e1e1e1;
}

blockquote,
blockquote.wp-block-quote {
  background: transparent url(https://plrget.com/wp-content/themes/plrget/assets/icons/utility/quote.svg) no-repeat top left;
  background-size: 3.6rem auto;
  padding: 0.75rem 0.75rem 0.95rem 4.75rem;
  text-align: left;
}
blockquote p,
blockquote.wp-block-quote p {
  color: #4c4c4c;
  font-style: normal;
  font-weight: 400;
  font-style: italic;
}
blockquote cite,
blockquote .wp-block-quote__citation,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote .wp-block-quote__citation {
  color: #4c4c4c;
  display: block;
  margin-top: 1.2rem;
  margin-left: 1.2rem;
  opacity: 0.75;
}
blockquote p:last-of-type,
blockquote.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}

.wp-block-separator,
hr {
  background: transparent;
  border: none;
  width: 100%;
  height: 3.2rem;
  position: relative;
}
.wp-block-separator::before,
hr::before {
  background: #E0E0E0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto 1rem;
}
img.alignleft, img.alignright {
  float: none;
  margin: 0 auto 1rem;
}
@media (min-width: 768px) {
  img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
  }
  img.alignright {
    float: right;
    margin: 0 0 20px 20px;
  }
}

.gallery-caption,
.wp-block-image figcaption {
  color: #757575;
  text-align: left;
  font-size: 1.4rem;
  font-style: normal;
  text-align: center;
}

.wp-block-image img {
  border: 1px solid #ddd;
}

.wp-block-table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td, .wp-block-table th {
  padding: 0.5em;
  border: 1px solid;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 4rem;
  width: 100%;
}

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

td {
  border: 1px solid #ddd;
  padding: 1rem;
}

th {
  font-weight: 600;
  padding: 0 1rem 1rem;
}

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

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

.has-light_blue-color {
  color: #1079c9;
}

.has-light_blue-background-color {
  background-color: #1079c9;
}

.has-blue-color {
  color: #004c59;
}

.has-blue-background-color {
  background-color: #004c59;
}

.has-black-color {
  color: #121212;
}

.has-black-background-color {
  background-color: #121212;
}

.has-green-color {
  color: #008140;
}

.has-green-background-color {
  background-color: #008140;
}

.has-grey-color {
  color: #FAFAFA;
}

.has-grey-background-color {
  background-color: #FAFAFA;
}

.wp-block-group {
  padding: 4rem 1.6rem;
}
@media (min-width: 768px) {
  .wp-block-group {
    padding: 6rem 1.6rem;
  }
}
@media (min-width: 992px) {
  .wp-block-group {
    padding: 7rem 1.6rem;
  }
}
.wp-block-group .wp-block-group__inner-container {
  max-width: 798px;
  margin: 0 auto;
}
.wp-block-group .wp-block-group__inner-container:after {
  content: "";
  display: table;
  clear: both;
}
.wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.wp-block-group.has-background:not(.has-grey-background-color) {
  color: #fff;
}
.wp-block-group.has-background:not(.has-grey-background-color) h1, .wp-block-group.has-background:not(.has-grey-background-color) h2, .wp-block-group.has-background:not(.has-grey-background-color) h3, .wp-block-group.has-background:not(.has-grey-background-color) h4, .wp-block-group.has-background:not(.has-grey-background-color) h5, .wp-block-group.has-background:not(.has-grey-background-color) h6, .wp-block-group.has-background:not(.has-grey-background-color) p {
  color: #fff;
}

.alignnone {
  margin: 0.5rem 2rem 2rem 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0.5rem auto 0.5rem auto;
}

.alignright {
  float: right;
  margin: 0.5rem 0 2rem 2rem;
}

.alignleft {
  float: left;
  margin: 0.5rem 2rem 2rem 0;
}

a img.alignright {
  float: right;
  margin: 0.5rem 0 2rem 2rem;
}

a img.alignnone {
  margin: 0.5rem 2rem 2rem 0;
}

a img.alignleft {
  float: left;
  margin: 1rem 2rem 2rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 0.5rem 1.3rem 1rem;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 0.5rem 2rem 2rem 0;
}

.wp-caption.alignleft {
  margin: 0.5rem 2rem 2rem 0;
}

.wp-caption.alignright {
  margin: 0.5rem 0 2rem 2rem;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 0.4rem 0.5rem;
}

.boxed-header {
  font-size: 2.4rem;
  background: #f9f9f9;
  border-left: 7px solid #cacaca;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 1.5rem 2rem;
  margin-bottom: 1rem;
  margin-top: 4.5rem;
}
@media (min-width: 768px) {
  .boxed-header {
    font-size: 2.6rem;
  }
}

h3.emp {
  font-size: 2.6rem;
  margin: 5.5rem auto 1rem;
}
@media (min-width: 768px) {
  h3.emp {
    font-size: 2.8rem;
  }
}

h3.emp:first-of-type {
  margin: 1.5rem auto 1rem;
}

h4.emp {
  font-size: 2.2rem;
  background: #f9f9f9;
  padding: 1.5rem 2rem;
  margin: 4.5rem auto 1rem;
  border-left: 5px solid #cacaca;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 768px) {
  h4.emp {
    font-size: 2.4rem;
  }
}

.spbox {
  padding: 1em 1.25em;
  margin-bottom: 1em;
  border: 1px solid #ddd;
}
.spbox p {
  margin: 0;
}

.sdbox {
  padding: 1.25em;
  margin-bottom: 1em;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.lrm {
  margin: 0 0.75em 1em 0.75em;
}
@media (min-width: 769px) {
  .lrm {
    margin: 0 2em 1em 2em;
  }
}

.leftm {
  margin: 0 1em 1.2em 2em;
}

.lastm {
  margin-bottom: 2em;
}

.pbotm {
  margin-bottom: 1.5rem;
}

.mbotno {
  margin-bottom: 0;
}

.embed-frame {
  padding: 1.4rem;
  -webkit-box-shadow: 0 0 5px 3px rgb(191, 191, 191);
  box-shadow: 0 0 5px 3px rgb(191, 191, 191);
  margin: 1.6rem auto;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container video,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobox {
  margin: 1em auto;
  text-align: center;
}

.ytguide {
  display: inline-block;
  padding: 1em;
  -webkit-box-shadow: 0 0 5px 3px rgb(191, 191, 191);
  box-shadow: 0 0 5px 3px rgb(191, 191, 191);
}

.grow {
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.grow:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  z-index: 999;
}

.modern {
  display: inline-block;
  margin: 1rem;
  padding: 0.8rem 1.5rem;
  background: #B8ED01;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.7);
}

.modern:hover {
  background: #C7FE0A;
}

.embossed-link {
  -webkit-box-shadow: inset 0 3px 2px rgba(255, 255, 255, 0.22), inset 0 -3px 2px rgba(0, 0, 0, 0.17), inset 0 20px 10px rgba(255, 255, 255, 0.12), 0 0 4px 1px rgba(0, 0, 0, 0.1), 0 3px 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 3px 2px rgba(255, 255, 255, 0.22), inset 0 -3px 2px rgba(0, 0, 0, 0.17), inset 0 20px 10px rgba(255, 255, 255, 0.12), 0 0 4px 1px rgba(0, 0, 0, 0.1), 0 3px 2px rgba(0, 0, 0, 0.2);
}

.modern.embossed-link {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(0, 0, 0, 0.2), inset 0 3px 2px rgba(255, 255, 255, 0.22), inset 0 -3px 2px rgba(0, 0, 0, 0.15), inset 0 20px 10px rgba(255, 255, 255, 0.12), 0 0 4px 1px rgba(0, 0, 0, 0.1), 0 3px 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(0, 0, 0, 0.2), inset 0 3px 2px rgba(255, 255, 255, 0.22), inset 0 -3px 2px rgba(0, 0, 0, 0.15), inset 0 20px 10px rgba(255, 255, 255, 0.12), 0 0 4px 1px rgba(0, 0, 0, 0.1), 0 3px 2px rgba(0, 0, 0, 0.2);
}

.modern.embossed-link:active {
  -webkit-box-shadow: inset 0 -2px 1px rgba(255, 255, 255, 0.2), inset 0 3px 2px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0 -2px 1px rgba(255, 255, 255, 0.2), inset 0 3px 2px rgba(0, 0, 0, 0.12);
}

.socle {
  position: relative;
  z-index: 2;
}

.socle:after {
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(255, 255, 255, 0.7);
          box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(255, 255, 255, 0.7);
  top: -6px;
  bottom: -6px;
  right: -6px;
  left: -6px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

.cnt-box-1 {
  margin: 0 auto;
  padding: 20px;
  border: dashed #F0241A 3px;
  background-color: #FFFFCC;
  max-width: 500px;
  text-align: center;
}

.cnt-box-2 {
  margin: 3rem auto;
  padding: 20px;
  border: dashed #9B9B9B 3px;
  background-color: #f0f0f0;
  max-width: 90%;
}

.site-header {
  background: #f9f9f9;
  position: relative;
}

.site-header .wrap {
  min-height: 6.5rem;
}
@media (min-width: 769px) {
  .site-header .wrap {
    padding: 0 1.6rem;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
  .site-header .wrap:before, .site-header .wrap:after {
    display: none;
  }
}

@media (min-width: 769px) {
  .admin-bar .site-header {
    top: 32px;
  }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 9999;
  }
  .site-header.shrink .wrap {
    min-height: 4.2rem;
    transition: all 0.66s ease-in-out;
    -moz-transition: all 0.66s ease-in-out;
    -webkit-transition: all 0.66s ease-in-out;
    -o-transition: all 0.66s ease-in-out;
  }
  .site-header.shrink .site-title {
    font-size: 2rem;
  }
  .site-header.shrink .nav-menu a {
    font-size: 1.6rem;
    padding-bottom: 0.9rem;
    padding-top: 0.9rem;
  }
  .site-header.shrink .header-search {
    top: 4.8rem;
  }
  .wp-custom-logo .site-header.shrink .title-area {
    max-width: 200px;
  }
  .site-header.shrink .floating-cart-header {
    top: 7.5rem;
    transition: all 0.66s ease-in-out;
    -moz-transition: all 0.66s ease-in-out;
    -webkit-transition: all 0.66s ease-in-out;
    -o-transition: all 0.66s ease-in-out;
  }
}
.title-area {
  float: left;
  width: 100%;
  max-width: 300px;
  text-align: left;
  margin: 1.2rem 0.8rem 1.2rem 1.6rem;
}
@media (min-width: 769px) {
  .title-area {
    margin: 0;
  }
}
@media (max-width: 359px) {
  .title-area img {
    max-width: 60%;
    padding: 1rem 0;
  }
}
.title-area h1.site-title,
.title-area p.site-title {
  margin: 0;
  font-size: 2.4rem;
  line-height: 3rem;
  padding: 1.6rem;
}
.title-area h1.site-title a,
.title-area p.site-title a {
  color: #4c4c4c;
  text-decoration: none;
}

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

@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 3.2rem;
  }
}
@media (max-width: 782px) {
  .admin-bar .site-container {
    padding-top: 4.6rem;
  }
}
.nav-wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.nav-wrap:after {
  content: "";
  display: table;
  clear: both;
}
.nav-wrap > .menu-toggle, .nav-wrap > .search-toggle {
  width: 4.8rem;
  height: 4.8rem;
}
@media (min-width: 769px) {
  .nav-wrap > .menu-toggle, .nav-wrap > .search-toggle {
    display: none;
  }
}
.nav-wrap > .menu-toggle {
  float: left;
  margin: 0 0 0 1.5rem;
}
.nav-wrap > .search-toggle {
  float: right;
  margin: 0 0.8rem 0 0;
}
.nav-wrap .nav-search {
  list-style: none;
  cursor: pointer;
  float: right;
  position: absolute;
  right: 0.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-wrap .nav-search .search-toggle {
  padding: 1.2rem;
}
@media (max-width: 768px) {
  .nav-wrap .nav-search {
    display: none;
  }
}

.sec-navi {
  background-color: #154c6e;
}

.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
@media (max-width: 768px) {
  .nav-menu .menu-item {
    border-top: 1px solid #41789a;
  }
}
.nav-menu .menu-item a {
  display: block;
  line-height: 1;
  position: relative;
  text-decoration: none;
}
.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.7rem;
}
.nav-menu .submenu-expand svg {
  fill: #757575;
}
.nav-menu .nav-primary .menu-item a {
  color: #4c4c4c;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1.6rem 1.8rem;
  text-transform: uppercase;
}
.nav-menu .nav-primary .menu-item:hover > a {
  background-color: #424242;
  color: #f9f9f9;
}
.nav-menu .nav-primary .menu-item.cart {
  line-height: 0;
}
.nav-menu .nav-primary .menu-item.cart a {
  font-size: 1.4rem;
  padding: 1.1rem 0.4rem 1.1rem 1.4rem;
}
.nav-menu .nav-primary .menu-item.cart a.view-link {
  font-size: 1.2rem;
  color: #ffffff;
  padding: 1rem;
  margin-left: 0.6rem;
  background-color: #b90000;
}
.nav-menu .nav-primary .menu-item.cart a.view-link:hover {
  background-color: #4F7942;
}
.nav-menu .nav-primary .menu-item.cart:hover > a,
.nav-menu .nav-primary .menu-item.cart button {
  background-color: transparent;
}
.nav-menu .nav-primary .menu-item.cart svg {
  fill: none;
  stroke: #424242;
  stroke-width: 2;
}
.nav-menu .nav-primary .menu-item.cart svg:hover {
  stroke: #0273a4;
}
.nav-menu .nav-primary .menu-item.cart .total {
  margin-left: 0.5rem;
}
.nav-menu .nav-primary .menu-item .cart-after-menu {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-menu .nav-primary .sub-menu {
  background: #154c6e;
}
.nav-menu .nav-primary .sub-menu .menu-item.current-menu-item > a,
.nav-menu .nav-primary .sub-menu .menu-item.current-menu-ancestor > a {
  background-color: transparent;
}
.nav-menu .nav-primary .sub-menu .menu-item a {
  color: #f9f9f9;
  border-top: 1px solid #306e95;
  text-transform: capitalize;
}
.nav-menu .nav-primary .sub-menu .menu-item:hover > a {
  background-color: #424242;
  color: #fff;
}
.nav-menu .nav-primary .menu-item.search {
  line-height: 0;
}
.nav-menu .nav-primary .menu-item.search button {
  padding: 1.2rem;
  background-color: transparent;
  fill: #222;
}
@media (max-width: 768px) {
  .nav-menu .nav-primary .menu-item.search {
    display: none;
  }
}
.nav-menu .nav-primary li:hover .submenu-expand svg {
  fill: #f9f9f9;
}
.nav-menu .nav-secondary .menu-item a {
  color: #f9f9f9;
  font-size: 1.45rem;
  font-weight: 600;
  padding: 1.2rem 2rem;
  text-transform: uppercase;
}
.nav-menu .nav-secondary .menu-item:hover > a {
  color: #f9f9f9;
  background-color: #3b5998;
}
.nav-menu .nav-secondary .menu-item:hover svg {
  fill: #f9f9f9;
}
.nav-menu .nav-secondary .sub-menu {
  background: #062051;
}
.nav-menu .nav-secondary .sub-menu .menu-item a {
  color: #f9f9f9;
  font-weight: 400;
  border-top: 1px solid #204383;
}
.nav-menu .nav-secondary .sub-menu .menu-item:hover > a {
  background-color: #3b5998;
}
@media (max-width: 768px) {
  .nav-menu .nav-secondary .menu-item.search {
    padding: 0.4rem 1.6rem 1.6rem;
  }
}
@media (min-width: 769px) {
  .nav-menu .nav-secondary .menu-item.search {
    margin: 0.5rem 0 0 0.8rem;
  }
  .nav-menu .nav-secondary .menu-item.search .search-field {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    width: 26.8rem;
  }
}
@media (min-width: 769px) {
  .nav-menu .nav-secondary .menu-highlight > a {
    background-color: #143f76;
    border-radius: 3px;
    color: #fff;
    margin: 0.5rem;
    padding: 0.7rem 0.8rem;
  }
  .nav-menu .nav-secondary .menu-highlight > a:focus,
  .nav-menu .nav-secondary .menu-highlight > a:hover {
    background-color: #008140;
  }
}
.nav-menu .nav-secondary .submenu-expand svg {
  fill: #f9f9f9;
}
@media (min-width: 769px) {
  .nav-menu {
    float: right;
    width: calc(100% - 332px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse nowrap;
            flex-flow: column-reverse nowrap;
  }
  .nav-wrap .nav-menu {
    float: left;
    width: 100%;
  }
  .nav-menu .nav-primary,
  .nav-menu .nav-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .nav-wrap .nav-menu .nav-primary, .nav-wrap .nav-menu .nav-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .nav-menu .nav-primary + .nav-secondary {
    margin-bottom: 1.6rem;
  }
  .nav-menu .menu {
    display: inline-block;
    width: auto;
  }
  .nav-menu .menu-item {
    float: left;
  }
  .nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 21.5rem;
    z-index: 99;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .menu-item a {
    line-height: 1.25;
  }
  .nav-menu .sub-menu .menu-item:hover > a {
    background: #EEEEEE;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -4.8rem 0 0 21.5rem;
  }
}

@media (max-width: 768px) {
  .nav-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    height: 100vh;
    background: #154c6e;
    z-index: 9999;
    padding: 15px 0;
    overflow-x: auto;
  }
  .nav-menu.active {
    display: block;
    margin: 0;
    max-width: calc(100% + 96px);
  }
  .nav-menu.active .sub-menu {
    background: #156e64;
  }
  .nav-wrap .nav-menu.active {
    margin: 0;
  }
  .nav-menu .menu > .menu-item > a {
    color: #f9f9f9;
    padding: 1.2rem 1.8rem;
  }
  .nav-menu .menu > .menu-item.cart svg {
    stroke: #f9f9f9;
  }
  .nav-menu .menu > .menu-item:last-child > a {
    padding: 1.2rem 1.8rem;
    border-bottom: 1px solid rgba(125, 125, 125, 0.3);
  }
  .nav-menu .submenu-expand {
    top: 0;
    right: 7px;
    -webkit-transform: none;
            transform: none;
    width: 4.4rem;
    height: 4.4rem;
  }
  .nav-menu .submenu-expand svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: #4c4c4c;
    fill: #f9f9f9;
  }
  .nav-menu .submenu-expand:not(.expanded) {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .sub-menu {
    display: none;
    padding-left: 1rem;
  }
}

.search-toggle,
.cart-icon,
.menu-toggle {
  fill: #4c4c4c;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  line-height: 0;
  text-align: center;
}
.search-toggle .close,
.cart-icon .close,
.menu-toggle .close {
  display: none;
}
.search-toggle.active .close,
.cart-icon.active .close,
.menu-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.cart-icon.active .open,
.menu-toggle.active .open {
  display: none;
}

.site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
  position: absolute;
  top: 1rem;
  width: 4.8rem;
  height: 4.8rem;
  background: transparent;
}
@media (min-width: 769px) {
  .site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
    display: none;
  }
}
.site-header .wrap > .search-toggle {
  right: 6rem;
}
.site-header .wrap > .menu-toggle {
  right: 1rem;
}

.header-search {
  overflow: hidden;
  padding: 1.6rem;
  z-index: 999;
  border-radius: 1px;
}
.header-search input {
  border-radius: 0;
}
@media (min-width: 768px) {
  .header-search {
    background: #EEEEEE;
    position: absolute;
    top: 6.5rem;
    right: 1rem;
    padding: 0.8rem;
    width: 40%;
  }
  .header-search .search-form {
    margin: 0;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .header-search {
    background: #EEEEEE;
    position: relative;
    margin: 0.6rem 0 0;
    width: 100%;
  }
  .header-search .search-form {
    max-width: 100%;
  }
}
.header-search:not(.active) {
  display: none;
}

.post-summary {
  margin-bottom: 32px;
}

@media (max-width: 580px) {
  .post-summary {
    margin: 0 auto 32px;
  }
}
.post-summary__title {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
}
.post-summary__title a {
  color: #212121;
  text-decoration: none;
}
.post-summary__title a:hover {
  color: #1079c9;
}

.post-summary__content p {
  font-size: 1.6rem;
  margin: 0.5rem 0;
}

.post-summary__image {
  display: block;
}
@media (min-width: 769px) {
  .post-summary__image {
    margin-bottom: 1.2rem;
  }
}

.entry-category {
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
}
.entry-category a {
  color: #616161;
  text-decoration: none;
}
.entry-category a:hover {
  color: #1079c9;
}

.search-no-results .gridd {
  display: block;
}

.archive-description {
  text-align: center;
  width: 100%;
  max-width: 798px;
  margin: 0 auto 32px;
}
.archive-description > *:last-child {
  margin-bottom: 0;
}
.archive-description .search-form {
  margin: 0 auto;
}

.author-archive-description .avatar {
  border-radius: 50%;
  display: block;
  margin: 0 auto 1.6rem;
}
@media (min-width: 768px) {
  .author-archive-description h3:last-child {
    margin-top: 4.8rem;
  }
}

.author-title {
  color: #616161;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .author-title {
    font-size: 2rem;
  }
}

.pagination {
  font-size: 2rem;
  text-align: center;
  margin: 4rem auto;
}
.pagination ul {
  margin: 0;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0.5rem 0.2rem;
}
.pagination ul li a {
  color: #4c4c4c;
  background-color: #f5f5f5;
  color: #424242;
  display: block;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  padding: 0.5rem 1.6rem;
  border: 1px solid #3b5998;
}
.pagination ul li.pagination-next a, .pagination ul li.pagination-previous a {
  width: auto;
}
.pagination ul li.active > a {
  background: #1079c9;
  color: #fff;
  font-weight: 700;
}
.pagination ul li:hover > a {
  color: #fff;
  background-color: #6f4405;
}

.entry-content {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.entry-content ul, .entry-content ol {
  padding-left: 3.5rem;
}
.entry-content ul li, .entry-content ol li {
  padding-bottom: 0.5rem;
}
.entry-content ul li:last-child, .entry-content ol li:last-child {
  padding-bottom: 0;
}
.entry-content ul li ul, .entry-content ul li ol, .entry-content ol li ul, .entry-content ol li ol {
  padding-top: 0.5rem;
}
.entry-content ul.wp-block-gallery, .entry-content ol.wp-block-gallery {
  padding-left: 0;
}
.entry-content ul.wp-block-gallery li, .entry-content ol.wp-block-gallery li {
  padding-bottom: 0;
}

.entry-content > *,
.block-area > * {
  margin: 20px 0;
  max-width: 100%;
}
.entry-content > *:first-child,
.block-area > *:first-child {
  margin-top: 0;
}
.entry-content > *:last-child,
.block-area > *:last-child {
  margin-bottom: 0;
}
.full-width-content .entry-content > *.alignwide, .content .entry-content > *.alignwide,
.full-width-content .block-area > *.alignwide,
.content .block-area > *.alignwide {
  margin: calc(2 * 20px) calc(50% - 50vw);
  max-width: 100vw;
  width: auto;
}
@media (min-width: 768px) {
  .full-width-content .entry-content > *.alignwide, .content .entry-content > *.alignwide,
  .full-width-content .block-area > *.alignwide,
  .content .block-area > *.alignwide {
    margin: calc(2 * 20px) calc(25% - 25vw);
  }
}
.full-width-content .entry-content > *.alignfull, .content .entry-content > *.alignfull,
.full-width-content .block-area > *.alignfull,
.content .block-area > *.alignfull {
  margin: calc(2 * 20px) calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.entry-content > *.alignleft,
.block-area > *.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.entry-content > *.alignright,
.block-area > *.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.entry-content > *.aligncenter,
.block-area > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.entry-content > *.wp-block-quote, .entry-content > *.post-listing-block,
.block-area > *.wp-block-quote,
.block-area > *.post-listing-block {
  margin-top: calc(2 * 20px);
  margin-bottom: calc(2 * 20px);
}
.entry-content > *.wp-block-search,
.block-area > *.wp-block-search {
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
}

.entry-content > .alignfull:first-child {
  margin-top: -3.6rem;
}
@media (min-width: 768px) {
  .entry-content > .alignfull:first-child {
    margin-top: -4.8rem;
  }
}
.entry-content > .alignfull:last-child {
  margin-bottom: -3.6rem;
}
@media (min-width: 768px) {
  .entry-content > .alignfull:last-child {
    margin-bottom: -4.8rem;
  }
}

.singular .entry-header {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 1.8rem;
}
.singular .sticky {
  background: none;
}

.after-entry {
  background: #f9f9f9;
  margin: 5rem 0 2.5rem;
  padding: 1rem 1.5rem;
  border: 1px solid #ddd;
}

@supports (display: grid) {
  @media (min-width: 768px) {
    .related-posts {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1.6rem 1fr 1.6rem 1fr 1.6rem 1fr;
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 1.6rem;
    }
    .related-posts header {
      grid-column: 1/-1;
    }
  }
}
.related-posts .post-summary {
  text-align: center;
}
.related-posts .post-summary img {
  margin: 0 auto 0.8rem;
}

.nav-links:after {
  content: "";
  display: table;
  clear: both;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}

.sidebar-primary .gridd {
  gap: 2.8rem;
}
.sidebar-primary a {
  text-decoration: none;
}
.sidebar-primary a:hover {
  text-decoration: underline;
}
.sidebar-primary .widget {
  margin-bottom: 4rem;
}
.sidebar-primary .widget ul,
.sidebar-primary .widget ol {
  list-style: none;
  text-align: center;
}
.sidebar-primary .widget img {
  display: block;
  margin: 0 auto;
}
.sidebar-primary .post-title {
  font-size: 2.2rem;
}
.sidebar-primary .textwidget img:hover {
  outline: 1px solid #333333;
}
.sidebar-primary .widget-title {
  font-family: "Source Sans Pro", sans-serif;
  margin: 0 0 1.5rem 0;
  padding: 0.9rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: #154c6e;
}

.sidebar-posts-list {
  margin: 0;
  padding: 0;
}
.sidebar-posts-list li {
  list-style: none;
  margin: 0;
  padding: 0 0 2rem 0;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.sidebar-posts-list li:last-of-type {
  margin: 0 0 0.5rem 0;
  border-bottom: none;
}
.sidebar-posts-list .post-title {
  padding: 0.5rem 0;
  display: block;
}
.sidebar-posts-list .wp-post-image {
  max-width: 100%;
  height: auto;
}
.sidebar-posts-list img.alignleft {
  margin: 1rem 1.5rem 0 0;
}
.sidebar-posts-list a img.alignnone {
  margin: 0;
}
@media (max-width: 360px) {
  .sidebar-posts-list.gridd {
    display: block;
  }
}

.sidebar-primary .shopping_cart {
  font-size: 1.6rem;
}

.sidebar-primary .eStore_cart_item_qty_value input {
  font-size: 1.6rem;
  padding: 0.3rem;
}

.eStore_empty_cart_block {
  font-size: 1.4rem;
}

.shopping_cart h2 {
  font-size: 1.4rem;
  margin: 0.5rem 0 0 0;
}

.site-footer {
  background: #2f3030;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.4rem;
  padding: 2rem 1.6rem;
  text-align: center;
}
.site-footer .wrap > *:last-child {
  margin-bottom: 0;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
.site-footer a:hover {
  color: white;
  text-decoration: underline;
}
.site-footer .footer-links a + a {
  margin-left: 1.2rem;
}
.site-footer .backtotop {
  background: rgba(0, 0, 0, 0.75);
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  padding: 0.5rem;
  text-decoration: none;
}
.site-footer .backtotop svg {
  fill: #fff;
  margin-left: 0.4rem;
  vertical-align: middle;
}
.site-footer .backtotop:hover {
  background: black;
}
@media (min-width: 768px) {
  .site-footer {
    text-align: left;
  }
  .site-footer p {
    margin: 0;
  }
  .site-footer .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
  }
  .site-footer .wrap:before,
  .site-footer .wrap:after {
    display: none;
  }
  .site-footer .footer-left {
    float: left;
  }
  .site-footer .footer-left > *:last-child {
    margin-bottom: 0;
  }
  .site-footer .footer-right {
    float: right;
  }
  .site-footer .copyright,
  .site-footer .footer-links {
    display: inline-block;
    margin-right: 2rem;
  }
  .site-footer .backtotop {
    float: right;
  }
}

.footernav-menu {
  list-style-type: none;
  position: relative;
  display: inline-block;
}
.footernav-menu li {
  float: left;
  position: relative;
}
.footernav-menu li:before {
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  content: "";
  -webkit-mask: url(../icons/utility/dot.svg) no-repeat 50% 50%;
          mask: url(../icons/utility/dot.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 0.8rem;
}
.footernav-menu li:first-child:before {
  content: none;
}

.scrollToTop {
  background: #154c6e;
  position: fixed;
  width: 4rem;
  height: 4rem;
  right: 1rem;
  bottom: 1rem;
  display: block;
  z-index: 1000;
  padding: 0 !important;
  border-radius: 3px;
  text-decoration: none;
}
.scrollToTop:hover {
  background: #144563;
  text-decoration: none;
}
.scrollToTop svg {
  fill: #f9f9f9;
  margin: 0.8rem;
}

.ibutton input[type=submit] {
  border: 0;
  color: #ebebeb;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  white-space: normal;
  width: auto;
  margin: 1rem;
  padding: 0.8rem 1.5rem;
  background: #183c6c;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(0, 0, 0, 0.2);
}
.ibutton input[type=submit]:hover {
  color: #fff;
  background: #275085;
  opacity: 1;
}
.ibutton.dload input[type=submit] {
  font-size: 2.2rem;
  text-transform: uppercase;
}

.shopping_cart h2 {
  font-size: 1.4rem;
  margin: 0.5rem 0 0 0;
}

.eStore_fancy1_cart_wrapper {
  margin-bottom: 6rem;
}

.eStore_cart_fancy1 {
  border: 1px solid #CDCDCD;
  border-radius: 5px;
}

.eStore_cart_fancy1_inside {
  margin: 0 1rem;
}

.eStore_cart_fancy1 a img {
  border: none;
}

.eStore_cart_fancy1_continue_shopping {
  text-align: right;
}

.eStore_cart_fancy1_header {
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  color: #fff;
  background-color: #3b557e;
  border-radius: 5px 5px 0px 0px;
}

.eStore_cart_fancy1_footer {
  background: #F2F2F2;
  border-top: 1px solid #CDCDCD;
  margin-top: 0.5rem;
  padding: 0.5rem 1rem 1rem 1rem;
  border-radius: 0px 0px 5px 5px;
}

.shopping_cart input, .eStore_cart_fancy1 input, .eStore_cart_fancy2 input {
  width: auto !important;
}

.eStore_reset_cart_form input[type=image],
.estore_cart_item_remove_form input[type=image] {
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
}

.eStore_paypal_checkout_button {
  margin-top: 0.5rem;
  padding: 0.4rem;
  border: 1px solid #ccc;
  min-width: 14.3rem;
  min-height: 4.1rem;
  cursor: pointer;
}

.eStore_buy_now_button {
  width: auto;
  max-width: 100%;
  opacity: 0.95;
}
.eStore_buy_now_button:hover {
  opacity: 1 !important;
}

.eStore_cart_fancy1 td {
  border: none;
  padding: 0.5rem;
}

.eStore_cart_item_qty_value input {
  padding: 0.5rem;
}

.eStore_coupon_section input {
  padding: 0.5rem 1rem;
}