@charset "UTF-8";
/**
 * CSS Reset by Eric Meyer (http://meyerweb.com/eric/tools/css/reset/)
 * v2.0 | 20110126
 * -----------------------------------------------------------------------------
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, .site-title, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small,
.site-description, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Reset box model
 * -----------------------------------------------------------------------------
 */
html {
  box-sizing: border-box;
}

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

/**
  * CSS Font Smoothing
  * -----------------------------------------------------------------------------
  */
html {
  /* Adjust font size */
  font-size: 100%;
  font-smoothing: antialiased;
  /* Font varient */
  text-rendering: optimizeLegibility;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  /* Smoothing */
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/**
 * Container styles
 * -----------------------------------------------------------------------------
 */
.container, [class*="__inner-container"], .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .main-navigation-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 0) {
  .container, [class*="__inner-container"], .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .main-navigation-wrapper {
    max-width: none;
  }
}

@media (min-width: 576px) {
  .container, [class*="__inner-container"], .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .main-navigation-wrapper {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, [class*="__inner-container"], .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .main-navigation-wrapper {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, [class*="__inner-container"], .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .main-navigation-wrapper {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, [class*="__inner-container"], .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .main-navigation-wrapper {
    max-width: 1140px;
  }
}

@media (min-width: 2400px) {
  .container, [class*="__inner-container"], .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .main-navigation-wrapper {
    max-width: 2320px;
  }
}

@media (min-width: 4800px) {
  .container, [class*="__inner-container"], .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .main-navigation-wrapper {
    max-width: 4640px;
  }
}

/**
 * Row styles
 * -----------------------------------------------------------------------------
 */
.row, .header-widgets .header-widgets-wrapper, .navigation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/**
 * Column styles
 * -----------------------------------------------------------------------------
 */
@media (min-width: 0) {
  .col-xs-1 {
    width: 8.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-2 {
    width: 16.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-3 {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-4 {
    width: 33.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-5 {
    width: 41.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-6 {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-7 {
    width: 58.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-8 {
    width: 66.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-9 {
    width: 75%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-10 {
    width: 83.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-11 {
    width: 91.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-12, .site-branding, .main-navigation, .header-widgets .header-widgets-wrapper > .widget, .secondary-navigation, .content-area, #main-blog.row .entry-column, .header-widgets #main-blog.header-widgets-wrapper .entry-column, #main-blog.navigation .entry-column, .widget-area, .footer-widgets .footer-widget, .colophon-widgets,
  .footer-navigation,
  .social-icon,
  .copyright {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) {
  .col-sm-1 {
    width: 8.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-2 {
    width: 16.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-3 {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-4 {
    width: 33.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-5 {
    width: 41.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-6 {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-7 {
    width: 58.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-8 {
    width: 66.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-9 {
    width: 75%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-10 {
    width: 83.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-11 {
    width: 91.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-12 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    width: 8.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-2 {
    width: 16.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-3 {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-4, .archive.blog-entry-columns-3 #main-blog.row .entry-column, .archive.blog-entry-columns-3 .header-widgets #main-blog.header-widgets-wrapper .entry-column, .header-widgets .archive.blog-entry-columns-3 #main-blog.header-widgets-wrapper .entry-column, .archive.blog-entry-columns-3 #main-blog.navigation .entry-column,
  .search.blog-entry-columns-3 #main-blog.row .entry-column,
  .search.blog-entry-columns-3 .header-widgets #main-blog.header-widgets-wrapper .entry-column, .header-widgets .search.blog-entry-columns-3 #main-blog.header-widgets-wrapper .entry-column,
  .search.blog-entry-columns-3 #main-blog.navigation .entry-column,
  .blog.blog-entry-columns-3 #main-blog.row .entry-column,
  .blog.blog-entry-columns-3 .header-widgets #main-blog.header-widgets-wrapper .entry-column, .header-widgets .blog.blog-entry-columns-3 #main-blog.header-widgets-wrapper .entry-column,
  .blog.blog-entry-columns-3 #main-blog.navigation .entry-column {
    width: 33.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-5 {
    width: 41.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-6, .archive.blog-entry-columns-2 #main-blog.row .entry-column, .archive.blog-entry-columns-2 .header-widgets #main-blog.header-widgets-wrapper .entry-column, .header-widgets .archive.blog-entry-columns-2 #main-blog.header-widgets-wrapper .entry-column, .archive.blog-entry-columns-2 #main-blog.navigation .entry-column,
  .search.blog-entry-columns-2 #main-blog.row .entry-column,
  .search.blog-entry-columns-2 .header-widgets #main-blog.header-widgets-wrapper .entry-column, .header-widgets .search.blog-entry-columns-2 #main-blog.header-widgets-wrapper .entry-column,
  .search.blog-entry-columns-2 #main-blog.navigation .entry-column,
  .blog.blog-entry-columns-2 #main-blog.row .entry-column,
  .blog.blog-entry-columns-2 .header-widgets #main-blog.header-widgets-wrapper .entry-column, .header-widgets .blog.blog-entry-columns-2 #main-blog.header-widgets-wrapper .entry-column,
  .blog.blog-entry-columns-2 #main-blog.navigation .entry-column, .archive.blog-entry-columns-4 #main-blog.row .entry-column, .archive.blog-entry-columns-4 .header-widgets #main-blog.header-widgets-wrapper .entry-column, .header-widgets .archive.blog-entry-columns-4 #main-blog.header-widgets-wrapper .entry-column, .archive.blog-entry-columns-4 #main-blog.navigation .entry-column,
  .search.blog-entry-columns-4 #main-blog.row .entry-column,
  .search.blog-entry-columns-4 .header-widgets #main-blog.header-widgets-wrapper .entry-column, .header-widgets .search.blog-entry-columns-4 #main-blog.header-widgets-wrapper .entry-column,
  .search.blog-entry-columns-4 #main-blog.navigation .entry-column,
  .blog.blog-entry-columns-4 #main-blog.row .entry-column,
  .blog.blog-entry-columns-4 .header-widgets #main-blog.header-widgets-wrapper .entry-column, .header-widgets .blog.blog-entry-columns-4 #main-blog.header-widgets-wrapper .entry-column,
  .blog.blog-entry-columns-4 #main-blog.navigation .entry-column {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-7 {
    width: 58.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-8 {
    width: 66.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-9 {
    width: 75%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-10 {
    width: 83.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-11 {
    width: 91.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-12 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-2 {
    width: 16.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-3, .archive.blog-entry-columns-4 #main-blog.row .entry-column, .archive.blog-entry-columns-4 .header-widgets #main-blog.header-widgets-wrapper .entry-column, .header-widgets .archive.blog-entry-columns-4 #main-blog.header-widgets-wrapper .entry-column, .archive.blog-entry-columns-4 #main-blog.navigation .entry-column,
  .search.blog-entry-columns-4 #main-blog.row .entry-column,
  .search.blog-entry-columns-4 .header-widgets #main-blog.header-widgets-wrapper .entry-column, .header-widgets .search.blog-entry-columns-4 #main-blog.header-widgets-wrapper .entry-column,
  .search.blog-entry-columns-4 #main-blog.navigation .entry-column,
  .blog.blog-entry-columns-4 #main-blog.row .entry-column,
  .blog.blog-entry-columns-4 .header-widgets #main-blog.header-widgets-wrapper .entry-column, .header-widgets .blog.blog-entry-columns-4 #main-blog.header-widgets-wrapper .entry-column,
  .blog.blog-entry-columns-4 #main-blog.navigation .entry-column, .footer-widgets-columns-4 .footer-widgets .footer-widget {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-4, .widget-area, .footer-widgets .footer-widget, .footer-widgets-columns-3 .footer-widgets .footer-widget {
    width: 33.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-5 {
    width: 41.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-6, .footer-widgets-columns-2 .footer-widgets .footer-widget {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-7 {
    width: 58.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-8, .content-area {
    width: 66.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-9 {
    width: 75%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-10 {
    width: 83.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-11 {
    width: 91.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-12, .page-template-full-width-page .content-area,
  .page-template-gutenberg-fullwidth .content-area, .footer-widgets-columns-1 .footer-widgets .footer-widget {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-2 {
    width: 16.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-3 {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-4 {
    width: 33.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-5 {
    width: 41.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-6 {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-7 {
    width: 58.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-8 {
    width: 66.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-9 {
    width: 75%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-10 {
    width: 83.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-11 {
    width: 91.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-12 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 2400px) {
  .col-xxl-1 {
    width: 8.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xxl-2 {
    width: 16.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xxl-3 {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xxl-4 {
    width: 33.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xxl-5 {
    width: 41.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xxl-6 {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xxl-7 {
    width: 58.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xxl-8 {
    width: 66.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xxl-9 {
    width: 75%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xxl-10 {
    width: 83.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xxl-11 {
    width: 91.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xxl-12 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 4800px) {
  .col-xxxl-1 {
    width: 8.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xxxl-2 {
    width: 16.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xxxl-3 {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xxxl-4 {
    width: 33.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xxxl-5 {
    width: 41.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xxxl-6 {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xxxl-7 {
    width: 58.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xxxl-8 {
    width: 66.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xxxl-9 {
    width: 75%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xxxl-10 {
    width: 83.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xxxl-11 {
    width: 91.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xxxl-12 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Hide/show styles
 * -----------------------------------------------------------------------------
 */
@media (min-width: 0) {
  .hide-xs, .main-navigation .menu, .secondary-navigation .menu {
    display: none;
  }
}

@media (min-width: 0) {
  .show-xs, .secondary-navigation .menu-toggle {
    display: block;
  }
}

@media (min-width: 576px) {
  .hide-sm {
    display: none;
  }
}

@media (min-width: 576px) {
  .show-sm {
    display: block;
  }
}

@media (min-width: 768px) {
  .hide-md {
    display: none;
  }
}

@media (min-width: 768px) {
  .show-md {
    display: block;
  }
}

@media (min-width: 992px) {
  .hide-lg {
    display: none;
  }
}

@media (min-width: 992px) {
  .show-lg {
    display: block;
  }
}

@media (min-width: 1200px) {
  .hide-xl {
    display: none;
  }
}

@media (min-width: 1200px) {
  .show-xl {
    display: block;
  }
}

@media (min-width: 2400px) {
  .hide-xxl {
    display: none;
  }
}

@media (min-width: 2400px) {
  .show-xxl {
    display: block;
  }
}

@media (min-width: 4800px) {
  .hide-xxxl, .secondary-navigation .menu-toggle {
    display: none;
  }
}

@media (min-width: 4800px) {
  .show-xxxl, .main-navigation .menu, .secondary-navigation .menu {
    display: block;
  }
}

/**
 * Base styles
 * -----------------------------------------------------------------------------
 */
body,
button,
input,
select,
textarea {
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  background-color: #ffffff;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

/**
 * Block elements styles
 * -----------------------------------------------------------------------------
 */
address,
blockquote,
dl,
figure,
hr,
h1, h2, h3, .site-title, h4, h5, h6,
ol,
p,
pre,
table,
ul {
  margin-top: 28px;
  margin-bottom: 28px;
}

address:first-child,
blockquote:first-child,
dl:first-child,
figure:first-child,
hr:first-child,
h1:first-child, h2:first-child, h3:first-child, .site-title:first-child, h4:first-child, h5:first-child, h6:first-child,
ol:first-child,
p:first-child,
pre:first-child,
table:first-child,
ul:first-child {
  margin-top: 0;
}

address:last-child,
blockquote:last-child,
dl:last-child,
figure:last-child,
hr:last-child,
h1:last-child, h2:last-child, h3:last-child, .site-title:last-child, h4:last-child, h5:last-child, h6:last-child,
ol:last-child,
p:last-child,
pre:last-child,
table:last-child,
ul:last-child {
  margin-bottom: 0;
}

address,
blockquote,
pre {
  padding: 28px;
  background-color: #eaeaea;
  font-style: italic;
}

pre {
  font-family: monospace;
  overflow: auto;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin-left: 28px;
}

figure {
  max-width: 100%;
  height: auto;
}

figure img {
  display: block;
  margin: 0 auto;
}

figure figcaption {
  padding: 7px;
  font-size: 13px;
  font-style: italic;
  text-align: center;
}

hr {
  border: 0;
  border-bottom: 4px solid #eaeaea;
}

h1 {
  color: #333333;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.25;
}

@media (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  color: #333333;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.25;
}

@media (max-width: 768px) {
  h2 {
    font-size: 25px;
  }
}

h3, .site-title {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
}

@media (max-width: 768px) {
  h3, .site-title {
    font-size: 20px;
  }
}

h4 {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  font-size: 1.3333333333333rem;
}

h5,
h6 {
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.25;
}

h5, .entry-content h5 {
  font-size: 1.2rem;
}

h6, .entry-content h6 {
  font-size: 1rem;
}

ol, ul {
  margin-left: 28px;
  list-style: decimal;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

table {
  width: 100%;
  border: 1px solid #eaeaea;
  border-collapse: collapse;
}

table td,
table th {
  padding: 7px;
  border: 1px solid #eaeaea;
}

table th {
  font-weight: bold;
}

/**
 * Inline elements styles
 * -----------------------------------------------------------------------------
 */
a {
  color: #10659c;
  text-decoration: none;
}

a:focus, a:hover {
  color: #999999;
}

abbr[title],
acronym[title] {
  cursor: help;
  text-decoration-style: dotted;
}

big {
  font-size: 20px;
}

cite {
  font-weight: bold;
}

blockquote cite {
  display: block;
  margin-top: 28px;
}

code,
kbd,
tt,
var {
  padding: 3.5px;
  background-color: #eaeaea;
  font-family: monospace;
}

del,
s,
strike {
  text-decoration: line-through;
}

em {
  font-style: italic;
}

img {
  max-width: 100%;
  height: auto;
}

ins,
u {
  text-decoration: underline;
}

q {
  font-style: italic;
}

q:before {
  content: '\201c';
}

q:after {
  content: '\201d';
}


small,
.site-description {
  font-size: 13px;
}

strong {
  font-weight: bold;
}

sub,
sup {
  position: relative;
  font-size: 13px;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/**
 * Input styles
 * -----------------------------------------------------------------------------
 */
button,
input,
select,
textarea {
  display: inline-block;
  padding: 2.5px 1em;
  width: 100%;
}

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

input[type="image"] {
  width: fit-content;
}

button,
input[type="button"],
input[type="submit"] {
  background-color: #0066cc;
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 28px;
  text-transform: uppercase;
  width: auto;
}

button:focus, button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  background-color: #10659c;
}

input[type="search"] {
  -webkit-appearance: initial;
  -moz-appearace: inherit;
}

body div.wpforms-container-full .wpforms-form select,
.entry-content div.wpforms-container-full .wpforms-form select,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(50% + 2px), calc(100% - 15px) calc(50% + 2px), calc(100% - .5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
  background-repeat: no-repeat;
}

/**
 * Site header and Header Menu styles
 * -----------------------------------------------------------------------------
 */
.site-header .container, .site-header [class*="__inner-container"], .site-header .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .main-navigation-wrapper, .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-header .main-navigation-wrapper {
  position: relative;
}

.site-header .row, .site-header .header-widgets .header-widgets-wrapper, .header-widgets .site-header .header-widgets-wrapper, .site-header .navigation {
  align-items: center;
}

@media (min-width: 4800px) {
  .site-header .row, .site-header .header-widgets .header-widgets-wrapper, .header-widgets .site-header .header-widgets-wrapper, .site-header .navigation {
    justify-content: space-between;
  }
}

.site-header a {
  color: #333333;
  text-decoration: none;
}

.site-header a:focus, .site-header a:hover {
  color: #10659c;
}

.header-full-width .site-header .container, .header-full-width .site-header [class*="__inner-container"], .header-full-width .site-header .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .main-navigation-wrapper, .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .header-full-width .site-header .main-navigation-wrapper {
  max-width: none;
}

@media (min-width: 4800px) {
  .site-branding {
    width: auto;
  }
}

.site-header-layout-horizontal .site-branding {
  min-width: 20%;
}

@media (max-width: 576px) {
  .site-mobile-header-layout-horizontal .site-branding {
    max-width: 250px;
  }
}

@media (max-width: 576px) {
  .site-header-row-container .site-branding {
    max-width: 250px;
  }
}

@media (max-width: 576px) {
  .site-mobile-header-layout-vertical .site-branding {
    width: 100%;
    max-width: 100%;
  }
}

.site-branding-wrapper {
  padding-top: 28px;
  padding-bottom: 28px;
}

.site-title,
.site-description {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 28px;
}

.site-description {
  line-height: 28px;
}

.main-navigation:after, .main-navigation:before {
  display: table;
  content: '';
}

.main-navigation:after {
  clear: both;
}

@media (min-width: 4800px) {
  .main-navigation {
    width: auto;
  }
}

.main-navigation ul {
  list-style: none;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  padding: 10px 18px;
  font-weight: 600;
}

.main-navigation.toggled .menu-toggle {
  position: absolute;
  margin: auto;
  top: 0;
  right: 15px;
  height: 49px;
  font-size: 20px;
  line-height: 49px;
  text-align: center;
  z-index: 999;
}

.main-navigation.toggled .menu-toggle-cancel {
  display: none;
}

.main-navigation.toggled .menu-toggle i {
  margin: 0;
}

.main-navigation .menu {
  margin: 0;
}

.main-navigation .menu:after, .main-navigation .menu:before {
  display: table;
  content: '';
}

.main-navigation .menu:after {
  clear: both;
}

.main-navigation .menu li.focus > .children,
.main-navigation .menu li.focus > .sub-menu, .main-navigation .menu li:hover > .children,
.main-navigation .menu li:hover > .sub-menu, .main-navigation .menu li:focus > .children,
.main-navigation .menu li:focus > .sub-menu {
  left: 0;
}

.main-navigation .menu > li {
  border-bottom: 1px solid rgba(170, 170, 170, 0.2);
}

@media (min-width: 4800px) {
  .main-navigation .menu > li {
    margin-left: 2px;
    float: left;
    border-bottom: 0;
  }
}

@media (min-width: 4800px) {
  .main-navigation .menu > li.menu-item-has-children > a:after,
  .main-navigation .menu > li.page_item_has_children > a:after {
    margin-left: 5px;
    font-family: icomoon;
    content: '\f107';
  }
}

@media (min-width: 4800px) {
  .main-navigation .children,
  .main-navigation .sub-menu {
    position: absolute;
    top: 100%;
    left: -9999em;
    width: 240px;
    margin-left: 0;
    background-color: #ffffff;
    box-shadow: 0 5px 10px #eaeaea;
    z-index: 9999;
  }
}

@media (min-width: 4800px) {
  .main-navigation .children > li.focus > .children,
  .main-navigation .children > li.focus > .sub-menu, .main-navigation .children > li:hover > .children,
  .main-navigation .children > li:hover > .sub-menu,
  .main-navigation .sub-menu > li.focus > .children,
  .main-navigation .sub-menu > li.focus > .sub-menu,
  .main-navigation .sub-menu > li:hover > .children,
  .main-navigation .sub-menu > li:hover > .sub-menu {
    top: 0;
    left: 100%;
  }
}

@media (min-width: 4800px) {
  .main-navigation .children > li:first-child,
  .main-navigation .sub-menu > li:first-child {
    border-top: 0;
  }
}

@media (min-width: 4800px) {
  .main-navigation .children > li.menu-item-has-children > a:after,
  .main-navigation .children > li.page_item_has_children > a:after,
  .main-navigation .sub-menu > li.menu-item-has-children > a:after,
  .main-navigation .sub-menu > li.page_item_has_children > a:after {
    margin-left: 5px;
    float: right;
    font-family: icomoon;
    content: '\f105';
  }
}

@media (min-width: 4800px) {
  .main-navigation .children a,
  .main-navigation .sub-menu a {
    padding: 5px 15px;
  }
}

.main-navigation.toggled .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (min-width: 4800px) {
  .site-header-layout-horizontal.site-header-main-navigation-site-branding .main-navigation .menu > li {
    margin-right: 2px;
    margin-left: 0;
  }
}

.site-header-layout-horizontal.site-header-site-branding-main-navigation .main-navigation:not(.toggled) .menu {
  float: right;
}

.site-header-layout-horizontal.site-header-main-navigation.last-item-spread-away.site-branding-off .res-last-item {
  float: right;
}

.last-item-spread-away .main-navigation .menu > li.res-custom-text-menu,
.last-item-spread-away .main-navigation .menu > li.res-button-menu,
.last-item-spread-away .main-navigation .menu > li.res-cart-link,
.last-item-spread-away .main-navigation .menu > li.res-search-link {
  float: right;
}

.site-mobile-header-layout-horizontal .main-navigation .menu-toggle {
  top: auto;
  bottom: 28px;
}

.site-mobile-header-layout-horizontal .secondary-navigation .menu-toggle {
  top: auto;
  bottom: 28px;
}

@media (min-width: 4800px) {
  .site-header-layout-vertical .site-header .row, .site-header-layout-vertical .site-header .header-widgets .header-widgets-wrapper, .header-widgets .site-header-layout-vertical .site-header .header-widgets-wrapper, .site-header-layout-vertical .site-header .navigation {
    flex-direction: column;
  }
}

.site-header-layout-vertical .site-branding,
.site-header-layout-vertical .main-navigation {
  width: 100%;
}

@media (min-width: 4800px) {
  .site-header-layout-vertical .main-navigation .menu > li {
    margin-right: 2px;
    margin-left: 0;
  }
}

.site-header-layout-vertical .main-navigation .menu > li.res-search-link, .site-header-layout-vertical .main-navigation .menu > li.res-cart-link {
  float: right;
  cursor: pointer;
}

.site-header-layout-vertical .main-navigation #searchform {
  right: 0;
}

@media (min-width: 4800px) {
  .site-header-layout-vertical .secondary-navigation .menu > li {
    margin-right: 2px;
    margin-left: 0;
  }
}

.site-header-layout-vertical .secondary-navigation .menu > li.res-search-link, .site-header-layout-vertical .secondary-navigation .menu > li.res-cart-link {
  float: right;
  cursor: pointer;
}

.site-header-layout-vertical .secondary-navigation #searchform {
  right: 0;
}

.site-header-layout-vertical.site-header-site-branding-main-navigation.site-header-full-width-main-navigation .main-navigation {
  border-top: 1px solid #eaeaea;
}

@media (min-width: 4800px) {
  .site-header-layout-vertical.site-header-site-branding-main-navigation.site-header-site-branding-main-navigation:not(.responsive-site-full-width):not(.header-full-width):not(.site-header-full-width-main-navigation) .main-navigation div {
    border-top: 1px solid #eaeaea;
  }
}

.site-header-layout-vertical.site-header-site-branding-main-navigation.site-header-full-width-main-navigation .main-navigation div {
  border-top: 0;
}

.site-header-layout-vertical.site-header-site-branding-main-navigation.last-item-spread-away .main-navigation .menu {
  width: 100%;
  float: left;
}

.site-header-layout-vertical.site-header-site-branding-main-navigation.last-item-spread-away .main-navigation .menu > li.res-custom-text-menu,
.site-header-layout-vertical.site-header-site-branding-main-navigation.last-item-spread-away .main-navigation .menu > li.res-button-menu,
.site-header-layout-vertical.site-header-site-branding-main-navigation.last-item-spread-away .main-navigation .menu > li.res-cart-link,
.site-header-layout-vertical.site-header-site-branding-main-navigation.last-item-spread-away .main-navigation .menu > li.res-search-link {
  float: right;
}

.site-header-layout-vertical.site-header-main-navigation-site-branding.site-header-full-width-main-navigation .main-navigation {
  border-top: 0;
  border-bottom: 1px solid #eaeaea;
}

@media (min-width: 4800px) {
  .site-header-layout-vertical.site-header-main-navigation-site-branding.site-header-main-navigation-site-branding:not(.responsive-site-full-width):not(.header-full-width) .main-navigation div {
    border-top: 0;
    border-bottom: 1px solid #eaeaea;
  }
}

.site-header-layout-vertical.site-header-main-navigation-site-branding.site-header-full-width-main-navigation .main-navigation div {
  border-bottom: 0;
}

.site-header-layout-vertical.site-header-main-navigation-site-branding.last-item-spread-away .main-navigation .menu {
  width: 100%;
  float: left;
}

.site-header-layout-vertical.site-header-main-navigation-site-branding.last-item-spread-away .main-navigation .menu > li.res-custom-text-menu,
.site-header-layout-vertical.site-header-main-navigation-site-branding.last-item-spread-away .main-navigation .menu > li.res-button-menu,
.site-header-layout-vertical.site-header-main-navigation-site-branding.last-item-spread-away .main-navigation .menu > li.res-cart-link,
.site-header-layout-vertical.site-header-main-navigation-site-branding.last-item-spread-away .main-navigation .menu > li.res-search-link {
  float: right;
}

@media (min-width: 4800px) {
  .site-header-layout-vertical.site-header-full-width-main-navigation .main-navigation {
    width: 100vw;
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

.site-header-layout-vertical.site-header-main-navigation.site-header-alignment-left.last-item-spread-away.site-branding-off .res-last-item, .site-header-layout-vertical.site-header-main-navigation.site-header-alignment-center.last-item-spread-away.site-branding-off .res-last-item {
  float: right;
}

.site-mobile-header-layout-vertical .main-navigation .menu-toggle {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  width: auto;
  text-align: left;
}

.site-mobile-header-layout-vertical .main-navigation .menu-toggle i {
  padding: 15px;
}

.site-mobile-header-layout-vertical .secondary-navigation .menu-toggle {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  width: auto;
  text-align: left;
}

.site-mobile-header-layout-vertical .secondary-navigation .menu-toggle i {
  padding: 15px;
}

.sidebar-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9998;
}

.header-widgets {
  border-bottom: 1px solid #eaeaea;
  background-color: #ffffff;
  font-size: 13px;
}

.header-widget-position-with_logo .header-widgets {
  background-color: transparent;
}

.header-widgets .header-widgets-wrapper {
  justify-content: space-between;
  padding: 14px;
}

.header-widget-alignment-left .header-widgets .header-widgets-wrapper {
  justify-content: flex-start;
}

.header-widget-alignment-right .header-widgets .header-widgets-wrapper {
  justify-content: flex-end;
}

.header-widget-alignment-center .header-widgets .header-widgets-wrapper {
  justify-content: center;
}

.header-widget-alignment-space-around .header-widgets .header-widgets-wrapper {
  justify-content: space-around;
}

.header-widgets .header-widgets-wrapper > .widget {
  align-items: center;
  width: auto;
  margin: auto 0;
}

.site-header-layout-vertical.header-widget-position-with_logo:not(.site-header-alignment-center) .header-widgets {
  width: 50%;
  padding: 28px 0;
  float: left;
  border: 0;
}

.site-header-layout-vertical.header-widget-position-with_logo:not(.site-header-alignment-center) .header-widgets .header-widgets-wrapper {
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  .site-header-layout-vertical.header-widget-position-with_logo:not(.site-header-alignment-center) .header-widgets {
    width: 100%;
  }
}

.site-header-layout-vertical.header-widget-position-with_logo:not(.site-header-alignment-center) .site-branding .site-branding-wrapper {
  width: 50%;
  float: left;
}

@media screen and (max-width: 768px) {
  .site-header-layout-vertical.header-widget-position-with_logo:not(.site-header-alignment-center) .site-branding .site-branding-wrapper {
    width: 100%;
  }
}

.site-header-layout-vertical.header-widget-position-with_logo:not(.site-header-alignment-center).site-header-alignment-right .site-branding {
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .site-header-layout-vertical.header-widget-position-with_logo:not(.site-header-alignment-center).site-header-alignment-right .site-branding {
    flex-wrap: wrap;
  }
}

.site-header-layout-horizontal.header-widget-position-with_logo .site-branding {
  display: flex;
  flex-wrap: wrap;
  width: -webkit-fill-available;
}

.site-header-layout-horizontal.header-widget-position-with_logo .site-branding-wrapper {
  flex: auto;
  flex-wrap: wrap;
}

.site-header-layout-horizontal.header-widget-position-with_logo .header-widgets {
  min-width: 60%;
  margin: auto 0;
  border: 0;
}

.site-header-layout-horizontal.header-widget-position-with_logo.header-widget-alignment-left .site-branding {
  flex-direction: row-reverse;
}

.site-header-layout-horizontal.header-widget-position-with_logo.header-widget-alignment-left .site-branding .site-branding-wrapper {
  text-align: right;
}

.site-header-layout-horizontal.header-widget-position-with_logo .site-header .row, .site-header-layout-horizontal.header-widget-position-with_logo .site-header .header-widgets .header-widgets-wrapper, .header-widgets .site-header-layout-horizontal.header-widget-position-with_logo .site-header .header-widgets-wrapper, .site-header-layout-horizontal.header-widget-position-with_logo .site-header .navigation {
  flex-wrap: wrap;
}

@media screen and (min-width: 4800px) {
  .site-header-layout-horizontal .site-header .row, .site-header-layout-horizontal .site-header .header-widgets .header-widgets-wrapper, .header-widgets .site-header-layout-horizontal .site-header .header-widgets-wrapper, .site-header-layout-horizontal .site-header .navigation {
    flex-wrap: nowrap;
  }
}

body.mega-menu-header-menu button.menu-toggle {
  display: none;
}

@media screen and (min-width: 576px) {
  .inline-logo-site-title .site-branding-wrapper {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
  }
  .inline-logo-site-title .site-branding-wrapper .site-title {
    margin-left: 15px;
  }
}

.res-transparent-header:not(.woocommerce-cart):not(.woocommerce-checkout) #masthead {
  position: absolute;
  right: 0;
  left: 0;
  background: none;
  z-index: 99998;
}

.site-header-item #searchform {
  display: flex;
  visibility: hidden;
  position: relative;
  top: 0;
  z-index: 9999;
}

.site-header-item #searchform .res-search-wrapper {
  display: flex;
  flex-grow: 1;
  position: relative;
}

.site-header-item #searchform .res-search-wrapper .res-search-icon.icon-search {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 16px;
}

.site-header-item #searchform .res-search-wrapper input[type="search"]:focus + .res-search-icon.icon-search, .site-header-item #searchform .res-search-wrapper input[type="search"]:hover + .res-search-icon.icon-search {
  display: none;
}

.res-custom-html {
  padding: 10px 14px;
}

.res-custom-html a {
  padding: 0;
}

.full-screen.site-header-layout-vertical .main-navigation .main-navigation-wrapper .full-screen-search-wrapper .full-screen-search-container {
  left: 25%;
}

.full-screen .site-header-item .full-screen-search-wrapper {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
}

.full-screen .site-header-item .full-screen-search-wrapper #search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-family: icomoon !important;
  font-size: 28px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  cursor: pointer;
  z-index: 9;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

.full-screen .site-header-item .full-screen-search-wrapper #search-close:before {
  content: "\f00d";
}

.full-screen .site-header-item .full-screen-search-wrapper .full-screen-search-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.full-screen .site-header-item .full-screen-search-wrapper .full-screen-search-container #searchform {
  width: 50%;
  margin: 20px auto;
  box-shadow: none;
  visibility: visible;
}

.full-screen .site-header-item .full-screen-search-wrapper .full-screen-search-container #searchform .res-search-wrapper {
  height: auto;
  padding: 6px 15px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: 0 0;
  font-weight: 900;
}

.full-screen .site-header-item .full-screen-search-wrapper .full-screen-search-container #searchform .res-search-wrapper input[type="search"] {
  background: none;
}

.full-screen .site-header-item .full-screen-search-wrapper .full-screen-search-container #searchform .res-search-wrapper input[type="search"]:focus + .res-search-icon.icon-search, .full-screen .site-header-item .full-screen-search-wrapper .full-screen-search-container #searchform .res-search-wrapper input[type="search"]:hover + .res-search-icon.icon-search {
  display: none;
}

.full-screen .site-header-item .full-screen-search-wrapper .full-screen-search-container #searchform .res-search-icon.icon-search {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
}

.site-header .custom-logo-link.sticky-custom-logo {
  display: none;
}

.site-header.sticky-header.sticky-logo .custom-logo-link {
  display: none;
}

.site-header.sticky-header .custom-logo-link.sticky-custom-logo {
  display: inline-block;
}

.res-search-wrapper {
  display: inline-block;
  border: 1px solid currentColor;
}

.res-search-wrapper input[type="search"] {
  border: 0;
  padding: 0;
}

.search-form input {
  outline: none;
}

.custom-logo-link {
  display: none;
}

.mobile-custom-logo {
  display: inline-block;
}

/* Retina Logo Support */
.custom-logo {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .custom-logo {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-resolution: 124.8dpi) {
  .custom-logo {
    transform: scale(1);
    backface-visibility: hidden;
  }
}

.main-navigation .menu li.focus > .children, .main-navigation .menu li.focus > .sub-menu, .main-navigation .menu .menu-item-has-children.focus > ul.sub-menu {
  display: block;
}

.secondary-navigation .menu li.focus > .children, .secondary-navigation .menu li.focus > .sub-menu, .secondary-navigation .menu .menu-item-has-children.focus > ul.sub-menu {
  display: block;
}

.res-iconify {
  display: inline-block;
  position: absolute;
  top: -0.7px;
  right: -8px;
  font-weight: bold;
  line-height: 3;
}

.res-iconify.no-menu {
  display: block;
  height: 0.4rem;
  position: absolute;
  transform: rotate(-47deg);
  width: 1.5rem;
  right: -0.7rem;
  top: calc(50% - 0.6rem);
}

.res-iconify.no-menu:after, .res-iconify.no-menu:before {
  content: "";
  left: 0;
  display: block;
  background-color: currentColor;
  position: absolute;
  bottom: calc(50% - 0.1rem);
}

.res-iconify.no-menu:after {
  height: 0.1rem;
  width: 0.55rem;
}

.res-iconify.no-menu:before {
  height: 0.6rem;
  width: 0.1rem;
}

.main-navigation .menu li.focus > .children, .main-navigation .menu .page_item_has_children.focus > ul.children, .main-navigation .menu li:focus > .children, .main-navigation .menu .page_item_has_children:focus > ul.children {
  display: block;
}

.secondary-navigation .menu li.focus > .children, .secondary-navigation .menu .page_item_has_children.focus > ul.children, .secondary-navigation .menu li:focus > .children, .secondary-navigation .menu .page_item_has_children:focus > ul.children {
  display: block;
}

@media screen and (min-width: 768px) {
  .res-iconify-inner,
  .res-iconify.no-menu.res-iconify-inner {
    display: block;
  }
  .res-iconify-outer,
  .res-iconify.no-menu.res-iconify-outer {
    display: none;
  }
  .res-iconify.no-menu {
    position: relative;
    top: 1px;
    padding-right: 5px;
  }
  .main-navigation .menu.nav-menu > .page_item_has_children > a > .res-iconify.no-menu {
    top: 4px;
  }
  .secondary-navigation .menu.nav-menu > .page_item_has_children > a > .res-iconify.no-menu {
    top: 4px;
  }
  .res-iconify {
    position: relative;
    padding-right: 6px;
    line-height: inherit;
  }
  .page_item_has_children > a,
  .menu-item-has-children > a {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .res-iconify-inner,
  .res-iconify.no-menu.res-iconify-inner {
    display: none;
  }
  .res-iconify-outer,
  .res-iconify.no-menu.res-iconify-outer {
    display: block;
  }
}

.secondary-navigation:after, .secondary-navigation:before {
  display: table;
  content: '';
}

.secondary-navigation:after {
  clear: both;
}

@media (min-width: 4800px) {
  .secondary-navigation {
    width: auto;
  }
}

.secondary-navigation ul {
  list-style: none;
}

.secondary-navigation li {
  position: relative;
}

.secondary-navigation a {
  display: block;
  padding: 10px 18px;
  font-weight: 600;
}

.secondary-navigation .menu-toggle {
  position: absolute;
  margin: auto;
  top: 24.5px;
  right: 15px;
  width: 49px;
  height: 49px;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #333333;
  font-size: 20px;
  line-height: 49px;
  text-align: center;
  z-index: 9999;
}

.secondary-navigation .menu-toggle-cancel {
  display: none;
}

.secondary-navigation .menu-toggle i {
  margin: 0;
}

.secondary-navigation .menu {
  margin: 0;
}

.secondary-navigation .menu:after, .secondary-navigation .menu:before {
  display: table;
  content: '';
}

.secondary-navigation .menu:after {
  clear: both;
}

.secondary-navigation .menu li.focus > .children,
.secondary-navigation .menu li.focus > .sub-menu, .secondary-navigation .menu li:hover > .children,
.secondary-navigation .menu li:hover > .sub-menu, .secondary-navigation .menu li:focus > .children,
.secondary-navigation .menu li:focus > .sub-menu {
  left: 0;
}

@media (min-width: 4800px) {
  .secondary-navigation .menu > li {
    margin-left: 2px;
    float: left;
    border-bottom: 0;
  }
}

@media (min-width: 4800px) {
  .secondary-navigation .menu > li.menu-item-has-children > a:after,
  .secondary-navigation .menu > li.page_item_has_children > a:after {
    margin-left: 5px;
    font-family: icomoon;
    content: '\f107';
  }
}

.secondary-navigation .children,
.secondary-navigation .sub-menu {
  position: absolute;
  top: 100%;
  left: -9999em;
  width: 240px;
  margin-left: 0;
  background-color: #ffffff;
  box-shadow: 0 5px 10px #eaeaea;
  z-index: 9999;
}

@media (min-width: 4800px) {
  .secondary-navigation .children > li.focus > .children,
  .secondary-navigation .children > li.focus > .sub-menu, .secondary-navigation .children > li:hover > .children,
  .secondary-navigation .children > li:hover > .sub-menu,
  .secondary-navigation .sub-menu > li.focus > .children,
  .secondary-navigation .sub-menu > li.focus > .sub-menu,
  .secondary-navigation .sub-menu > li:hover > .children,
  .secondary-navigation .sub-menu > li:hover > .sub-menu {
    top: 0;
    left: 100%;
  }
}

@media (min-width: 4800px) {
  .secondary-navigation .children > li:first-child,
  .secondary-navigation .sub-menu > li:first-child {
    border-top: 0;
  }
}

@media (min-width: 4800px) {
  .secondary-navigation .children > li.menu-item-has-children > a:after,
  .secondary-navigation .children > li.page_item_has_children > a:after,
  .secondary-navigation .sub-menu > li.menu-item-has-children > a:after,
  .secondary-navigation .sub-menu > li.page_item_has_children > a:after {
    margin-left: 5px;
    float: right;
    font-family: icomoon;
    content: '\f105';
  }
}

@media (min-width: 4800px) {
  .secondary-navigation .children a,
  .secondary-navigation .sub-menu a {
    padding: 5px 15px;
  }
}

.secondary-navigation.toggled .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#header-secondary-menu {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 700px) {
  .site-header-item-secondary-navigation {
    display: none !important;
  }
}

.site-header .site-header-item .responsive-header-html .responsive-header-html-inner.responsive-header-html-underline-link a {
  text-decoration: underline;
}

.site-header-item .responsive-header-button-wrap .responsive-header-button-inner-wrap .responsive-header-button {
  display: inline-block;
}

.site-header-item .responsive-header-button-wrap .responsive-header-button-inner-wrap .responsive-header-button.responsive-header-button-sm-size {
  padding: 4px 6px;
}

.site-header-item .responsive-header-button-wrap .responsive-header-button-inner-wrap .responsive-header-button.responsive-header-button-md-size {
  padding: 10px 16px;
}

.site-header-item .responsive-header-button-wrap .responsive-header-button-inner-wrap .responsive-header-button.responsive-header-button-lg-size {
  padding: 18px 26px;
}

@media (min-width: 768px) {
  .site-header-row {
    display: grid;
    grid-template-columns: auto auto;
  }
  .site-header-section-right {
    justify-content: flex-end;
  }
}

.site-header-row.site-header-row-center-column {
  grid-template-columns: 1fr auto 1fr;
}

.site-header-section {
  display: flex;
  max-height: inherit;
  align-items: center;
}

.site-header-section > .site-header-item:last-child {
  margin-right: 0;
}

.site-header-section-center {
  justify-content: center;
}

.site-header-item {
  display: flex;
  align-items: center;
  margin-right: 10px;
  max-height: inherit;
}

.site-header-item .social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor {
  text-decoration: none;
  height: 2em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: auto;
  padding: 0 0.4em;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-twitter {
  background-color: #1DA1F2 !important;
  color: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-twitter:hover {
  background-color: #1DA1F2 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-twitter {
  background-color: #1DA1F2 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-twitter:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-facebook {
  background-color: #3b5998 !important;
  color: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-facebook:hover {
  background-color: #3b5998 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-facebook {
  background-color: #3b5998 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-facebook:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-linkedin {
  background-color: #4875B4 !important;
  color: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-linkedin:hover {
  background-color: #4875B4 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-linkedin {
  background-color: #4875B4 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-linkedin:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-youtube {
  background-color: #FF3333 !important;
  color: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-youtube:hover {
  background-color: #FF3333 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-youtube {
  background-color: #FF3333 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-youtube:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-stumbleupon {
  background-color: #F1440C !important;
  color: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-stumbleupon:hover {
  background-color: #F1440C !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-stumbleupon {
  background-color: #F1440C !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-stumbleupon:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-rss {
  background-color: #FF6200 !important;
  color: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-rss:hover {
  background-color: #FF6200 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-rss {
  background-color: #FF6200 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-rss:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-instagram {
  background-color: #517fa4 !important;
  color: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-instagram:hover {
  background-color: #517fa4 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-instagram {
  background-color: #517fa4 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-instagram:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-pinterest {
  background-color: #C92228 !important;
  color: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-pinterest:hover {
  background-color: #C92228 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-pinterest {
  background-color: #C92228 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-pinterest:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-yelp {
  background-color: #c41200 !important;
  color: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-yelp:hover {
  background-color: #c41200 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-yelp {
  background-color: #c41200 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-yelp:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-vimeo {
  background-color: #4EBBFF !important;
  color: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-vimeo:hover {
  background-color: #4EBBFF !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-vimeo {
  background-color: #4EBBFF !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-vimeo:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-foursquare {
  background-color: #F94877 !important;
  color: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-foursquare:hover {
  background-color: #F94877 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-foursquare {
  background-color: #F94877 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-foursquare:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-email {
  background-color: #181818 !important;
  color: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-email:hover {
  background-color: #181818 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-email {
  background-color: #181818 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-email:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-bandcamp {
  background-color: #1DA0C3 !important;
  color: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-bandcamp:hover {
  background-color: #1DA0C3 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-bandcamp {
  background-color: #1DA0C3 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-bandcamp:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-behance {
  background-color: #1769ff !important;
  color: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-behance:hover {
  background-color: #1769ff !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-behance {
  background-color: #1769ff !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-behance:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-discord {
  background-color: #7289DA !important;
  color: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-discord:hover {
  background-color: #7289DA !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-discord {
  background-color: #7289DA !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-discord:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-github {
  background-color: #4078c0 !important;
  color: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-github:hover {
  background-color: #4078c0 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-github {
  background-color: #4078c0 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-github:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-googlereviews {
  background-color: #DB4437 !important;
  color: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-googlereviews:hover {
  background-color: #DB4437 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-googlereviews {
  background-color: #DB4437 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-googlereviews:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-medium {
  background-color: #181818 !important;
  color: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-medium:hover {
  background-color: #181818 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-medium {
  background-color: #181818 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-medium:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-patreon {
  background-color: #052D49 !important;
  color: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-patreon:hover {
  background-color: #052D49 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-patreon {
  background-color: #052D49 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-patreon:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-phone {
  background-color: #181818 !important;
  color: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-phone:hover {
  background-color: #181818 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-phone {
  background-color: #181818 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-phone:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-reddit {
  background-color: #ff4500 !important;
  color: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-reddit:hover {
  background-color: #ff4500 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-reddit {
  background-color: #ff4500 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-reddit:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-soundcloud {
  background-color: #ff7700 !important;
  color: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-soundcloud:hover {
  background-color: #ff7700 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-soundcloud {
  background-color: #ff7700 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-soundcloud:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-spotify {
  background-color: #23CF5F !important;
  color: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-spotify:hover {
  background-color: #23CF5F !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-spotify {
  background-color: #23CF5F !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-spotify:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-telegram {
  background-color: #0088cc !important;
  color: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-telegram:hover {
  background-color: #0088cc !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-telegram {
  background-color: #0088cc !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-telegram:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-threads {
  background-color: #000000 !important;
  color: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-threads:hover {
  background-color: #000000 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-threads {
  background-color: #000000 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-threads:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-tiktok {
  background-color: #69C9D0 !important;
  color: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-tiktok:hover {
  background-color: #69C9D0 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-tiktok {
  background-color: #69C9D0 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-tiktok:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-vk {
  background-color: #45668e !important;
  color: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-vk:hover {
  background-color: #45668e !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-vk {
  background-color: #45668e !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-vk:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-whatsapp {
  background-color: #28cf54 !important;
  color: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-whatsapp:hover {
  background-color: #28cf54 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-whatsapp {
  background-color: #28cf54 !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-whatsapp:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-wordpress {
  background-color: #00749C !important;
  color: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-wordpress:hover {
  background-color: #00749C !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-wordpress {
  background-color: #00749C !important;
  color: #fff;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-wordpress:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-custom1, .site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-custom2, .site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-custom3 {
  color: #FFFFFF;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-custom1, .site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-custom2, .site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-custom3 {
  color: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-custom1:hover, .site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-custom2:hover, .site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-custom3:hover, .site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-custom1:hover, .site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-custom2:hover, .site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-custom3:hover {
  background-color: #2B6CB0 !important;
  color: #fff;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor .responsive-social-icon-wrapper {
  display: inline-flex;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor .responsive-social-icon-wrapper.responsive-social-icon-wrapper-brand {
  fill: #FFFFFF;
}

.site-header-item .social-icons .responsive-social-icon .responsive-social-icon-anchor .responsive-social-icon-label {
  margin-left: 6px;
}

.site-header-row {
  margin-right: -15px;
  margin-left: -15px;
}

.site-header-row > .site-header-section {
  flex-wrap: nowrap;
}

.site-header-row.site-header-row-only-center-column {
  display: flex;
  justify-content: center;
}

.site-header-row.site-header-row-center-column:has(.main-navigation.toggled) {
  justify-content: normal;
}

.site-header-section:has(.main-navigation.toggled) {
  display: block;
}

.res-transparent-header #masthead,
.res-transparent-header .responsive-site-above-header-wrap,
.res-transparent-header .responsive-site-primary-header-wrap,
.res-transparent-header .responsive-site-below-header-wrap,
.res-transparent-header .responsive-site-below-header-wrap:hover,
.res-transparent-header .responsive-site-primary-header-wrap:hover,
.res-transparent-header .responsive-site-above-header-wrap:hover {
  background: transparent;
}

.site-header-focus-item > .customize-partial-edit-shortcut button {
  left: 0;
}

.site-header-item .responsive-header-contact-info .responsive-header-contact-info-icons-types {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}

.site-header-item .responsive-header-contact-info .responsive-header-contact-info-icons-types .responsive-header-contact-info-icons-list {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 15px;
  align-items: center;
}

.site-header-item .responsive-header-contact-info .responsive-header-contact-info-icons-types .responsive-header-contact-info-icons-list .responsive-header-contact-info-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 240ms ease-in-out, border-color 240ms ease-in-out;
}

.site-header-item .responsive-header-contact-info .responsive-header-contact-info-icons-types .responsive-header-contact-info-icons-list .responsive-header-contact-info-icon-container.responsive-header-contact-info-rounded {
  border-radius: 50%;
}

.site-header-item .responsive-header-contact-info .responsive-header-contact-info-icons-types .responsive-header-contact-info-icons-list .responsive-header-contact-info-icon-container svg {
  transition: fill 240ms ease-in-out;
}

.site-header-item .responsive-header-contact-info .responsive-header-contact-info-icons-types .responsive-header-contact-info-icons-list .responsive-header-contact-info-contact-info .responsive-header-contact-info-contact-title {
  display: block;
}

.site-header-item .responsive-header-contact-info .responsive-header-contact-info-icons-types .responsive-header-contact-info-icons-list .responsive-header-contact-info-contact-info .responsive-header-contact-info-contact-text {
  display: block;
}

.responsive-header-search-icon {
  display: flex;
}

.responsive-header-search-icon-wrap {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.responsive-header-search-icon-wrap .responsive-header-search-label {
  display: none;
}

.responsive-header-search {
  position: relative;
}

.responsive-header-search .responsive-header-inline-search #searchform {
  display: flex;
  visibility: visible;
  position: relative;
  top: 0;
  transition: all .3s ease;
  z-index: 0;
}

.responsive-header-search .search-submit {
  background: none;
  border: none;
  color: currentColor;
  padding: 0;
}

.responsive-header-search .search-type-responsive-slide.search-active #searchform {
  visibility: visible;
  transition: all 0.2s ease;
  opacity: 1;
  transform: translateY(0);
}

.responsive-header-search .search-type-responsive-slide #searchform {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s;
}

.site-header-section-left .responsive-header-search #searchform {
  left: 0;
}

.site-header-section-left .search-type-responsive-slide .res-search-wrapper {
  flex-direction: row-reverse;
  gap: 10px;
}

.live-search-results {
  display: flex;
  flex-direction: column;
  top: 40px;
  right: 0;
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  width: 100%;
  z-index: 999;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  box-sizing: border-box;
}

.live-search-results.active {
  max-height: 500px;
  height: auto;
  opacity: 1;
}

.live-search-results .live-search-section-title {
  margin-bottom: 0px;
  margin-top: 0px;
  text-transform: capitalize;
  padding: 16px 16px 10px;
  color: #333333;
  font-size: 14px;
}

.live-search-results .live-search-section-title.posts {
  border-top: 1px solid #cccccc;
}

.live-search-results .live-search-result-link {
  color: #0066CC;
  font-size: 0.9em;
  padding: 10px 20px;
}

/**
 * Content Header Area styles
 * -----------------------------------------------------------------------------
 */
.site-content,
.give-wrap {
  padding: 28px 0;
}

.site-content-header {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 28px;
  background-color: #ffffff;
  text-align: left;
}

.site-content-header:first-child {
  margin-top: 0;
}

.site-content-header:last-child {
  margin-bottom: 0;
}

.responsive-site-style-flat .site-content-header {
  padding: 0;
  background-color: transparent;
}

.responsive-site-style-content-boxed .site-content-header {
  margin: 0;
  border-bottom: 1px solid #eaeaea;
}

.site-content-header .page-header,
.site-content-header .breadcrumbs {
  margin-top: 28px;
  margin-bottom: 28px;
}

.site-content-header .page-header:first-child,
.site-content-header .breadcrumbs:first-child {
  margin-top: 0;
}

.site-content-header .page-header:last-child,
.site-content-header .breadcrumbs:last-child {
  margin-bottom: 0;
}

.site-content-header .page-header .page-title {
  color: #333333;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 7px;
  color: #333333;
}

.site-content-header .page-header .page-description {
  color: #999999;
  font-size: 16px;
}

.site-content-header .breadcrumb-list {
  color: #1e73be;
  font-size: 13px;
}

.site-content-header-alignment-left .site-content-header {
  text-align: left;
}

.site-content-header-alignment-center .site-content-header {
  text-align: center;
}

.site-content-header-alignment-right .site-content-header {
  text-align: right;
}

.page-template-gutenberg-fullwidth:not(.front-page):not(.res-transparent-header) .site-content {
  padding: 0;
}

.page-template-gutenberg-fullwidth:not(.front-page):not(.res-transparent-header) .site-content .content-area {
  padding: 0;
}

.page-template-gutenberg-fullwidth:not(.front-page):not(.res-transparent-header).responsive-site-style-content-boxed .site-content, .page-template-gutenberg-fullwidth:not(.front-page):not(.res-transparent-header).responsive-site-style-boxed .site-content {
  background-color: #ffffff;
}

.page-template-gutenberg-fullwidth:not(.front-page):not(.res-transparent-header).responsive-site-style-content-boxed .hentry, .page-template-gutenberg-fullwidth:not(.front-page):not(.res-transparent-header).responsive-site-style-content-boxed article.product, .page-template-gutenberg-fullwidth:not(.front-page):not(.res-transparent-header).responsive-site-style-boxed .hentry, .page-template-gutenberg-fullwidth:not(.front-page):not(.res-transparent-header).responsive-site-style-boxed article.product {
  background-color: transparent;
}

/**
 * Hentry Area styles
 * -----------------------------------------------------------------------------
 */
.hentry, article.product {
  margin-top: 28px;
  margin-bottom: 28px;
}

.hentry:first-child, article.product:first-child {
  margin-top: 0;
}

.hentry:last-child, article.product:last-child {
  margin-bottom: 0;
}

.responsive-site-style-content-boxed .hentry, .responsive-site-style-content-boxed article.product,
.responsive-site-style-boxed .hentry,
.responsive-site-style-boxed article.product {
  padding: 28px;
}

.page-template-gutenberg-fullwidth.responsive-site-style-content-boxed .hentry, .page-template-gutenberg-fullwidth.responsive-site-style-content-boxed article.product,
.page-template-gutenberg-fullwidth.responsive-site-style-boxed .hentry,
.page-template-gutenberg-fullwidth.responsive-site-style-boxed article.product {
  padding: 0;
}

.responsive-site-style-content-boxed .hentry, .responsive-site-style-content-boxed article.product {
  margin: 0;
  border-bottom: 1px solid #eaeaea;
}

.hentry .entry-title, article.product .entry-title {
  margin-top: 14px;
  margin-bottom: 14px;
}

.hentry .thumbnail, article.product .thumbnail {
  margin-top: 14px;
  margin-bottom: 14px;
}

.hentry .thumbnail .thumbnail-caption, article.product .thumbnail .thumbnail-caption {
  font-size: 13px;
}

.hentry .post-data, article.product .post-data,
.hentry .post-edit-link,
article.product .post-edit-link,
.hentry .post-meta,
article.product .post-meta {
  margin-top: 14px;
  margin-bottom: 14px;
  color: #999999;
  font-size: 13px;
}

.hentry .post-data a, article.product .post-data a,
.hentry .post-edit-link a,
article.product .post-edit-link a,
.hentry .post-meta a,
article.product .post-meta a {
  color: #999999;
}

.hentry .post-data a:focus, article.product .post-data a:focus, .hentry .post-data a:hover, article.product .post-data a:hover,
.hentry .post-edit-link a:focus,
article.product .post-edit-link a:focus,
.hentry .post-edit-link a:hover,
article.product .post-edit-link a:hover,
.hentry .post-meta a:focus,
article.product .post-meta a:focus,
.hentry .post-meta a:hover,
article.product .post-meta a:hover {
  color: #0066cc;
}

.hentry .post-data > span::after, article.product .post-data > span::after,
.hentry .post-edit-link > span::after,
article.product .post-edit-link > span::after,
.hentry .post-meta > span::after,
article.product .post-meta > span::after {
  margin: 0 6px;
  content: '-';
}

.hentry .post-data > span:last-child::after, article.product .post-data > span:last-child::after,
.hentry .post-edit-link > span:last-child::after,
article.product .post-edit-link > span:last-child::after,
.hentry .post-meta > span:last-child::after,
article.product .post-meta > span:last-child::after {
  content: none !important;
}

.hentry .post-data > span .fa-calendar, article.product .post-data > span .fa-calendar,
.hentry .post-edit-link > span .fa-calendar,
article.product .post-edit-link > span .fa-calendar,
.hentry .post-meta > span .fa-calendar,
article.product .post-meta > span .fa-calendar {
  margin-right: 0.25em;
}

.hentry .post-data > span .avatar, article.product .post-data > span .avatar,
.hentry .post-edit-link > span .avatar,
article.product .post-edit-link > span .avatar,
.hentry .post-meta > span .avatar,
article.product .post-meta > span .avatar {
  margin-right: 5.6px;
  margin-bottom: -9.3333333333px;
  border-radius: 50%;
}

.hentry .pagination, article.product .pagination, .hentry .post-data, article.product .post-data {
  clear: both;
}

.hentry .read-more, article.product .read-more {
  margin-bottom: 14px;
}

.read-more-button .hentry .read-more .more-link, .read-more-button article.product .read-more .more-link {
  padding: .65em;
  background-color: #0066cc;
  color: #ffffff;
}

.read-more-button .hentry .read-more .more-link:focus, .read-more-button article.product .read-more .more-link:focus, .read-more-button .hentry .read-more .more-link:hover, .read-more-button article.product .read-more .more-link:hover {
  background-color: #10659c;
  color: #ffffff;
}

.hentry .post-entry > :first-child, article.product .post-entry > :first-child {
  margin-top: 0;
}

.hentry .post-entry > :last-child, article.product .post-entry > :last-child {
  margin-bottom: 0;
}

.hentry .post-entry .entry-content:before, article.product .post-entry .entry-content:before, .hentry .post-entry .entry-content:after, article.product .post-entry .entry-content:after {
  display: table;
  content: "";
}

.hentry .post-entry .entry-content:after, article.product .post-entry .entry-content:after {
  clear: both;
}

.hentry .search-form input, article.product .search-form input {
  width: auto;
}

.responsive-site-style-boxed .elementor-widget-posts .hentry, .responsive-site-style-boxed .elementor-widget-posts article.product {
  background-color: inherit;
}

.responsive-blocks-post-grid-item:first-child {
  margin-top: auto;
}

.page.featured-image-alignment-left .hentry .thumbnail, .page.featured-image-alignment-left article.product .thumbnail,
.single.featured-image-alignment-left .hentry .thumbnail,
.single.featured-image-alignment-left article.product .thumbnail,
.search.featured-image-alignment-left .hentry .thumbnail,
.search.featured-image-alignment-left article.product .thumbnail,
.archive.featured-image-alignment-left .hentry .thumbnail,
.archive.featured-image-alignment-left article.product .thumbnail,
.blog.featured-image-alignment-left .hentry .thumbnail,
.blog.featured-image-alignment-left article.product .thumbnail {
  text-align: left;
}

.page.featured-image-alignment-right .hentry .thumbnail, .page.featured-image-alignment-right article.product .thumbnail,
.single.featured-image-alignment-right .hentry .thumbnail,
.single.featured-image-alignment-right article.product .thumbnail,
.search.featured-image-alignment-right .hentry .thumbnail,
.search.featured-image-alignment-right article.product .thumbnail,
.archive.featured-image-alignment-right .hentry .thumbnail,
.archive.featured-image-alignment-right article.product .thumbnail,
.blog.featured-image-alignment-right .hentry .thumbnail,
.blog.featured-image-alignment-right article.product .thumbnail {
  text-align: right;
}

.page.featured-image-alignment-center .hentry .thumbnail, .page.featured-image-alignment-center article.product .thumbnail,
.single.featured-image-alignment-center .hentry .thumbnail,
.single.featured-image-alignment-center article.product .thumbnail,
.search.featured-image-alignment-center .hentry .thumbnail,
.search.featured-image-alignment-center article.product .thumbnail,
.archive.featured-image-alignment-center .hentry .thumbnail,
.archive.featured-image-alignment-center article.product .thumbnail,
.blog.featured-image-alignment-center .hentry .thumbnail,
.blog.featured-image-alignment-center article.product .thumbnail {
  text-align: center;
}

.page.title-alignment-left .hentry .entry-title, .page.title-alignment-left article.product .entry-title,
.single.title-alignment-left .hentry .entry-title,
.single.title-alignment-left article.product .entry-title,
.search.title-alignment-left .hentry .entry-title,
.search.title-alignment-left article.product .entry-title,
.archive.title-alignment-left .hentry .entry-title,
.archive.title-alignment-left article.product .entry-title,
.blog.title-alignment-left .hentry .entry-title,
.blog.title-alignment-left article.product .entry-title {
  text-align: left;
}

.page.title-alignment-right .hentry .entry-title, .page.title-alignment-right article.product .entry-title,
.single.title-alignment-right .hentry .entry-title,
.single.title-alignment-right article.product .entry-title,
.search.title-alignment-right .hentry .entry-title,
.search.title-alignment-right article.product .entry-title,
.archive.title-alignment-right .hentry .entry-title,
.archive.title-alignment-right article.product .entry-title,
.blog.title-alignment-right .hentry .entry-title,
.blog.title-alignment-right article.product .entry-title {
  text-align: right;
}

.page.title-alignment-center .hentry .entry-title, .page.title-alignment-center article.product .entry-title,
.single.title-alignment-center .hentry .entry-title,
.single.title-alignment-center article.product .entry-title,
.search.title-alignment-center .hentry .entry-title,
.search.title-alignment-center article.product .entry-title,
.archive.title-alignment-center .hentry .entry-title,
.archive.title-alignment-center article.product .entry-title,
.blog.title-alignment-center .hentry .entry-title,
.blog.title-alignment-center article.product .entry-title {
  text-align: center;
}

.page.content-alignment-left .hentry .entry-content, .page.content-alignment-left article.product .entry-content,
.single.content-alignment-left .hentry .entry-content,
.single.content-alignment-left article.product .entry-content,
.search.content-alignment-left .hentry .entry-content,
.search.content-alignment-left article.product .entry-content,
.archive.content-alignment-left .hentry .entry-content,
.archive.content-alignment-left article.product .entry-content,
.blog.content-alignment-left .hentry .entry-content,
.blog.content-alignment-left article.product .entry-content {
  text-align: left;
}

.page.content-alignment-right .hentry .entry-content, .page.content-alignment-right article.product .entry-content,
.single.content-alignment-right .hentry .entry-content,
.single.content-alignment-right article.product .entry-content,
.search.content-alignment-right .hentry .entry-content,
.search.content-alignment-right article.product .entry-content,
.archive.content-alignment-right .hentry .entry-content,
.archive.content-alignment-right article.product .entry-content,
.blog.content-alignment-right .hentry .entry-content,
.blog.content-alignment-right article.product .entry-content {
  text-align: right;
}

.page.content-alignment-center .hentry .entry-content, .page.content-alignment-center article.product .entry-content,
.single.content-alignment-center .hentry .entry-content,
.single.content-alignment-center article.product .entry-content,
.search.content-alignment-center .hentry .entry-content,
.search.content-alignment-center article.product .entry-content,
.archive.content-alignment-center .hentry .entry-content,
.archive.content-alignment-center article.product .entry-content,
.blog.content-alignment-center .hentry .entry-content,
.blog.content-alignment-center article.product .entry-content {
  text-align: center;
}

.page.content-alignment-justify .hentry .entry-content, .page.content-alignment-justify article.product .entry-content,
.single.content-alignment-justify .hentry .entry-content,
.single.content-alignment-justify article.product .entry-content,
.search.content-alignment-justify .hentry .entry-content,
.search.content-alignment-justify article.product .entry-content,
.archive.content-alignment-justify .hentry .entry-content,
.archive.content-alignment-justify article.product .entry-content,
.blog.content-alignment-justify .hentry .entry-content,
.blog.content-alignment-justify article.product .entry-content {
  text-align: justify;
}

.single.meta-alignment-left .hentry .post-data, .single.meta-alignment-left article.product .post-data,
.single.meta-alignment-left .hentry .post-edit-link,
.single.meta-alignment-left article.product .post-edit-link,
.single.meta-alignment-left .hentry .post-meta,
.single.meta-alignment-left article.product .post-meta,
.search.meta-alignment-left .hentry .post-data,
.search.meta-alignment-left article.product .post-data,
.search.meta-alignment-left .hentry .post-edit-link,
.search.meta-alignment-left article.product .post-edit-link,
.search.meta-alignment-left .hentry .post-meta,
.search.meta-alignment-left article.product .post-meta,
.archive.meta-alignment-left .hentry .post-data,
.archive.meta-alignment-left article.product .post-data,
.archive.meta-alignment-left .hentry .post-edit-link,
.archive.meta-alignment-left article.product .post-edit-link,
.archive.meta-alignment-left .hentry .post-meta,
.archive.meta-alignment-left article.product .post-meta,
.blog.meta-alignment-left .hentry .post-data,
.blog.meta-alignment-left article.product .post-data,
.blog.meta-alignment-left .hentry .post-edit-link,
.blog.meta-alignment-left article.product .post-edit-link,
.blog.meta-alignment-left .hentry .post-meta,
.blog.meta-alignment-left article.product .post-meta {
  text-align: left;
}

.single.meta-alignment-right .hentry .post-data, .single.meta-alignment-right article.product .post-data,
.single.meta-alignment-right .hentry .post-edit-link,
.single.meta-alignment-right article.product .post-edit-link,
.single.meta-alignment-right .hentry .post-meta,
.single.meta-alignment-right article.product .post-meta,
.search.meta-alignment-right .hentry .post-data,
.search.meta-alignment-right article.product .post-data,
.search.meta-alignment-right .hentry .post-edit-link,
.search.meta-alignment-right article.product .post-edit-link,
.search.meta-alignment-right .hentry .post-meta,
.search.meta-alignment-right article.product .post-meta,
.archive.meta-alignment-right .hentry .post-data,
.archive.meta-alignment-right article.product .post-data,
.archive.meta-alignment-right .hentry .post-edit-link,
.archive.meta-alignment-right article.product .post-edit-link,
.archive.meta-alignment-right .hentry .post-meta,
.archive.meta-alignment-right article.product .post-meta,
.blog.meta-alignment-right .hentry .post-data,
.blog.meta-alignment-right article.product .post-data,
.blog.meta-alignment-right .hentry .post-edit-link,
.blog.meta-alignment-right article.product .post-edit-link,
.blog.meta-alignment-right .hentry .post-meta,
.blog.meta-alignment-right article.product .post-meta {
  text-align: right;
}

.single.meta-alignment-center .hentry .post-data, .single.meta-alignment-center article.product .post-data,
.single.meta-alignment-center .hentry .post-edit-link,
.single.meta-alignment-center article.product .post-edit-link,
.single.meta-alignment-center .hentry .post-meta,
.single.meta-alignment-center article.product .post-meta,
.search.meta-alignment-center .hentry .post-data,
.search.meta-alignment-center article.product .post-data,
.search.meta-alignment-center .hentry .post-edit-link,
.search.meta-alignment-center article.product .post-edit-link,
.search.meta-alignment-center .hentry .post-meta,
.search.meta-alignment-center article.product .post-meta,
.archive.meta-alignment-center .hentry .post-data,
.archive.meta-alignment-center article.product .post-data,
.archive.meta-alignment-center .hentry .post-edit-link,
.archive.meta-alignment-center article.product .post-edit-link,
.archive.meta-alignment-center .hentry .post-meta,
.archive.meta-alignment-center article.product .post-meta,
.blog.meta-alignment-center .hentry .post-data,
.blog.meta-alignment-center article.product .post-data,
.blog.meta-alignment-center .hentry .post-edit-link,
.blog.meta-alignment-center article.product .post-edit-link,
.blog.meta-alignment-center .hentry .post-meta,
.blog.meta-alignment-center article.product .post-meta {
  text-align: center;
}

.responsive-site-style-content-boxed .content-area-wrapper {
  background-color: #ffffff;
}

#main-blog.row, .header-widgets #main-blog.header-widgets-wrapper, #main-blog.navigation {
  align-items: stretch;
}

#main-blog.row .entry-column, .header-widgets #main-blog.header-widgets-wrapper .entry-column, #main-blog.navigation .entry-column {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-top: 0;
}

#main-blog.row .entry-column:first-child, .header-widgets #main-blog.header-widgets-wrapper .entry-column:first-child, #main-blog.navigation .entry-column:first-child {
  margin-top: 0;
}

#main-blog.row .entry-column:last-child, .header-widgets #main-blog.header-widgets-wrapper .entry-column:last-child, #main-blog.navigation .entry-column:last-child {
  margin-bottom: 0;
}

.responsive-site-style-content-boxed #main-blog.row .entry-column, .responsive-site-style-content-boxed .header-widgets #main-blog.header-widgets-wrapper .entry-column, .header-widgets .responsive-site-style-content-boxed #main-blog.header-widgets-wrapper .entry-column, .responsive-site-style-content-boxed #main-blog.navigation .entry-column {
  margin-bottom: 0;
}

.responsive-site-style-content-boxed .content-area-wrapper {
  background-color: #ffffff;
}

#main-blog.row, .header-widgets #main-blog.header-widgets-wrapper, #main-blog.navigation {
  align-items: stretch;
}

#main-blog.row .entry-column, .header-widgets #main-blog.header-widgets-wrapper .entry-column, #main-blog.navigation .entry-column {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-top: 0;
}

#main-blog.row .entry-column:first-child, .header-widgets #main-blog.header-widgets-wrapper .entry-column:first-child, #main-blog.navigation .entry-column:first-child {
  margin-top: 0;
}

#main-blog.row .entry-column:last-child, .header-widgets #main-blog.header-widgets-wrapper .entry-column:last-child, #main-blog.navigation .entry-column:last-child {
  margin-bottom: 0;
}

.responsive-site-style-content-boxed #main-blog.row .entry-column, .responsive-site-style-content-boxed .header-widgets #main-blog.header-widgets-wrapper .entry-column, .header-widgets .responsive-site-style-content-boxed #main-blog.header-widgets-wrapper .entry-column, .responsive-site-style-content-boxed #main-blog.navigation .entry-column {
  margin-bottom: 0;
}

.archive.blog-entry-columns-2-masonry #main-blog.row, .archive.blog-entry-columns-2-masonry .header-widgets #main-blog.header-widgets-wrapper, .header-widgets .archive.blog-entry-columns-2-masonry #main-blog.header-widgets-wrapper, .archive.blog-entry-columns-2-masonry #main-blog.navigation,
.blog.blog-entry-columns-2-masonry #main-blog.row,
.blog.blog-entry-columns-2-masonry .header-widgets #main-blog.header-widgets-wrapper,
.header-widgets .blog.blog-entry-columns-2-masonry #main-blog.header-widgets-wrapper,
.blog.blog-entry-columns-2-masonry #main-blog.navigation,
.search.blog-entry-columns-2-masonry #main-blog.row,
.search.blog-entry-columns-2-masonry .header-widgets #main-blog.header-widgets-wrapper,
.header-widgets .search.blog-entry-columns-2-masonry #main-blog.header-widgets-wrapper,
.search.blog-entry-columns-2-masonry #main-blog.navigation {
  display: block;
  columns: 2;
  column-gap: 0;
}

.archive.blog-entry-columns-2-masonry #main-blog.row .entry-column, .archive.blog-entry-columns-2-masonry .header-widgets #main-blog.header-widgets-wrapper .entry-column, .header-widgets .archive.blog-entry-columns-2-masonry #main-blog.header-widgets-wrapper .entry-column, .archive.blog-entry-columns-2-masonry #main-blog.navigation .entry-column,
.blog.blog-entry-columns-2-masonry #main-blog.row .entry-column,
.blog.blog-entry-columns-2-masonry .header-widgets #main-blog.header-widgets-wrapper .entry-column,
.header-widgets .blog.blog-entry-columns-2-masonry #main-blog.header-widgets-wrapper .entry-column,
.blog.blog-entry-columns-2-masonry #main-blog.navigation .entry-column,
.search.blog-entry-columns-2-masonry #main-blog.row .entry-column,
.search.blog-entry-columns-2-masonry .header-widgets #main-blog.header-widgets-wrapper .entry-column,
.header-widgets .search.blog-entry-columns-2-masonry #main-blog.header-widgets-wrapper .entry-column,
.search.blog-entry-columns-2-masonry #main-blog.navigation .entry-column {
  width: 100%;
  float: left;
  page-break-inside: avoid;
  /* Firefox */
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  break-inside: avoid;
}

.archive.blog-entry-columns-3-masonry #main-blog.row, .archive.blog-entry-columns-3-masonry .header-widgets #main-blog.header-widgets-wrapper, .header-widgets .archive.blog-entry-columns-3-masonry #main-blog.header-widgets-wrapper, .archive.blog-entry-columns-3-masonry #main-blog.navigation,
.blog.blog-entry-columns-3-masonry #main-blog.row,
.blog.blog-entry-columns-3-masonry .header-widgets #main-blog.header-widgets-wrapper,
.header-widgets .blog.blog-entry-columns-3-masonry #main-blog.header-widgets-wrapper,
.blog.blog-entry-columns-3-masonry #main-blog.navigation,
.search.blog-entry-columns-3-masonry #main-blog.row,
.search.blog-entry-columns-3-masonry .header-widgets #main-blog.header-widgets-wrapper,
.header-widgets .search.blog-entry-columns-3-masonry #main-blog.header-widgets-wrapper,
.search.blog-entry-columns-3-masonry #main-blog.navigation {
  display: block;
  columns: 3;
  column-gap: 0;
}

.archive.blog-entry-columns-3-masonry #main-blog.row .entry-column, .archive.blog-entry-columns-3-masonry .header-widgets #main-blog.header-widgets-wrapper .entry-column, .header-widgets .archive.blog-entry-columns-3-masonry #main-blog.header-widgets-wrapper .entry-column, .archive.blog-entry-columns-3-masonry #main-blog.navigation .entry-column,
.blog.blog-entry-columns-3-masonry #main-blog.row .entry-column,
.blog.blog-entry-columns-3-masonry .header-widgets #main-blog.header-widgets-wrapper .entry-column,
.header-widgets .blog.blog-entry-columns-3-masonry #main-blog.header-widgets-wrapper .entry-column,
.blog.blog-entry-columns-3-masonry #main-blog.navigation .entry-column,
.search.blog-entry-columns-3-masonry #main-blog.row .entry-column,
.search.blog-entry-columns-3-masonry .header-widgets #main-blog.header-widgets-wrapper .entry-column,
.header-widgets .search.blog-entry-columns-3-masonry #main-blog.header-widgets-wrapper .entry-column,
.search.blog-entry-columns-3-masonry #main-blog.navigation .entry-column {
  width: 100%;
  float: left;
  page-break-inside: avoid;
  /* Firefox */
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  break-inside: avoid;
}

.archive.blog-entry-columns-4-masonry #main-blog.row, .archive.blog-entry-columns-4-masonry .header-widgets #main-blog.header-widgets-wrapper, .header-widgets .archive.blog-entry-columns-4-masonry #main-blog.header-widgets-wrapper, .archive.blog-entry-columns-4-masonry #main-blog.navigation,
.blog.blog-entry-columns-4-masonry #main-blog.row,
.blog.blog-entry-columns-4-masonry .header-widgets #main-blog.header-widgets-wrapper,
.header-widgets .blog.blog-entry-columns-4-masonry #main-blog.header-widgets-wrapper,
.blog.blog-entry-columns-4-masonry #main-blog.navigation,
.search.blog-entry-columns-4-masonry #main-blog.row,
.search.blog-entry-columns-4-masonry .header-widgets #main-blog.header-widgets-wrapper,
.header-widgets .search.blog-entry-columns-4-masonry #main-blog.header-widgets-wrapper,
.search.blog-entry-columns-4-masonry #main-blog.navigation {
  display: block;
  columns: 4;
  column-gap: 0;
}

.archive.blog-entry-columns-4-masonry #main-blog.row .entry-column, .archive.blog-entry-columns-4-masonry .header-widgets #main-blog.header-widgets-wrapper .entry-column, .header-widgets .archive.blog-entry-columns-4-masonry #main-blog.header-widgets-wrapper .entry-column, .archive.blog-entry-columns-4-masonry #main-blog.navigation .entry-column,
.blog.blog-entry-columns-4-masonry #main-blog.row .entry-column,
.blog.blog-entry-columns-4-masonry .header-widgets #main-blog.header-widgets-wrapper .entry-column,
.header-widgets .blog.blog-entry-columns-4-masonry #main-blog.header-widgets-wrapper .entry-column,
.blog.blog-entry-columns-4-masonry #main-blog.navigation .entry-column,
.search.blog-entry-columns-4-masonry #main-blog.row .entry-column,
.search.blog-entry-columns-4-masonry .header-widgets #main-blog.header-widgets-wrapper .entry-column,
.header-widgets .search.blog-entry-columns-4-masonry #main-blog.header-widgets-wrapper .entry-column,
.search.blog-entry-columns-4-masonry #main-blog.navigation .entry-column {
  width: 100%;
  float: left;
  page-break-inside: avoid;
  /* Firefox */
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  break-inside: avoid;
}

@media screen and (max-width: 992px) {
  .archive.blog-entry-columns-3-masonry #main-blog.row, .archive.blog-entry-columns-3-masonry .header-widgets #main-blog.header-widgets-wrapper, .header-widgets .archive.blog-entry-columns-3-masonry #main-blog.header-widgets-wrapper, .archive.blog-entry-columns-3-masonry #main-blog.navigation, .archive.blog-entry-columns-4-masonry #main-blog.row, .archive.blog-entry-columns-4-masonry .header-widgets #main-blog.header-widgets-wrapper, .header-widgets .archive.blog-entry-columns-4-masonry #main-blog.header-widgets-wrapper, .archive.blog-entry-columns-4-masonry #main-blog.navigation,
  .blog.blog-entry-columns-3-masonry #main-blog.row,
  .blog.blog-entry-columns-3-masonry .header-widgets #main-blog.header-widgets-wrapper,
  .header-widgets .blog.blog-entry-columns-3-masonry #main-blog.header-widgets-wrapper,
  .blog.blog-entry-columns-3-masonry #main-blog.navigation,
  .blog.blog-entry-columns-4-masonry #main-blog.row,
  .blog.blog-entry-columns-4-masonry .header-widgets #main-blog.header-widgets-wrapper,
  .header-widgets .blog.blog-entry-columns-4-masonry #main-blog.header-widgets-wrapper,
  .blog.blog-entry-columns-4-masonry #main-blog.navigation,
  .search.blog-entry-columns-3-masonry #main-blog.row,
  .search.blog-entry-columns-3-masonry .header-widgets #main-blog.header-widgets-wrapper,
  .header-widgets .search.blog-entry-columns-3-masonry #main-blog.header-widgets-wrapper,
  .search.blog-entry-columns-3-masonry #main-blog.navigation,
  .search.blog-entry-columns-4-masonry #main-blog.row,
  .search.blog-entry-columns-4-masonry .header-widgets #main-blog.header-widgets-wrapper,
  .header-widgets .search.blog-entry-columns-4-masonry #main-blog.header-widgets-wrapper,
  .search.blog-entry-columns-4-masonry #main-blog.navigation {
    display: block;
    columns: 2;
    column-gap: 0;
  }
  .archive.blog-entry-columns-3-masonry #main-blog.row .entry-column, .archive.blog-entry-columns-3-masonry .header-widgets #main-blog.header-widgets-wrapper .entry-column, .header-widgets .archive.blog-entry-columns-3-masonry #main-blog.header-widgets-wrapper .entry-column, .archive.blog-entry-columns-3-masonry #main-blog.navigation .entry-column, .archive.blog-entry-columns-4-masonry #main-blog.row .entry-column, .archive.blog-entry-columns-4-masonry .header-widgets #main-blog.header-widgets-wrapper .entry-column, .header-widgets .archive.blog-entry-columns-4-masonry #main-blog.header-widgets-wrapper .entry-column, .archive.blog-entry-columns-4-masonry #main-blog.navigation .entry-column,
  .blog.blog-entry-columns-3-masonry #main-blog.row .entry-column,
  .blog.blog-entry-columns-3-masonry .header-widgets #main-blog.header-widgets-wrapper .entry-column,
  .header-widgets .blog.blog-entry-columns-3-masonry #main-blog.header-widgets-wrapper .entry-column,
  .blog.blog-entry-columns-3-masonry #main-blog.navigation .entry-column,
  .blog.blog-entry-columns-4-masonry #main-blog.row .entry-column,
  .blog.blog-entry-columns-4-masonry .header-widgets #main-blog.header-widgets-wrapper .entry-column,
  .header-widgets .blog.blog-entry-columns-4-masonry #main-blog.header-widgets-wrapper .entry-column,
  .blog.blog-entry-columns-4-masonry #main-blog.navigation .entry-column,
  .search.blog-entry-columns-3-masonry #main-blog.row .entry-column,
  .search.blog-entry-columns-3-masonry .header-widgets #main-blog.header-widgets-wrapper .entry-column,
  .header-widgets .search.blog-entry-columns-3-masonry #main-blog.header-widgets-wrapper .entry-column,
  .search.blog-entry-columns-3-masonry #main-blog.navigation .entry-column,
  .search.blog-entry-columns-4-masonry #main-blog.row .entry-column,
  .search.blog-entry-columns-4-masonry .header-widgets #main-blog.header-widgets-wrapper .entry-column,
  .header-widgets .search.blog-entry-columns-4-masonry #main-blog.header-widgets-wrapper .entry-column,
  .search.blog-entry-columns-4-masonry #main-blog.navigation .entry-column {
    width: 100%;
    float: left;
    page-break-inside: avoid;
    /* Firefox */
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    break-inside: avoid;
  }
}

@media screen and (max-width: 576px) {
  .archive.blog-entry-columns-2-masonry #main-blog.row, .archive.blog-entry-columns-2-masonry .header-widgets #main-blog.header-widgets-wrapper, .header-widgets .archive.blog-entry-columns-2-masonry #main-blog.header-widgets-wrapper, .archive.blog-entry-columns-2-masonry #main-blog.navigation, .archive.blog-entry-columns-3-masonry #main-blog.row, .archive.blog-entry-columns-3-masonry .header-widgets #main-blog.header-widgets-wrapper, .header-widgets .archive.blog-entry-columns-3-masonry #main-blog.header-widgets-wrapper, .archive.blog-entry-columns-3-masonry #main-blog.navigation, .archive.blog-entry-columns-4-masonry #main-blog.row, .archive.blog-entry-columns-4-masonry .header-widgets #main-blog.header-widgets-wrapper, .header-widgets .archive.blog-entry-columns-4-masonry #main-blog.header-widgets-wrapper, .archive.blog-entry-columns-4-masonry #main-blog.navigation,
  .blog.blog-entry-columns-2-masonry #main-blog.row,
  .blog.blog-entry-columns-2-masonry .header-widgets #main-blog.header-widgets-wrapper,
  .header-widgets .blog.blog-entry-columns-2-masonry #main-blog.header-widgets-wrapper,
  .blog.blog-entry-columns-2-masonry #main-blog.navigation,
  .blog.blog-entry-columns-3-masonry #main-blog.row,
  .blog.blog-entry-columns-3-masonry .header-widgets #main-blog.header-widgets-wrapper,
  .header-widgets .blog.blog-entry-columns-3-masonry #main-blog.header-widgets-wrapper,
  .blog.blog-entry-columns-3-masonry #main-blog.navigation,
  .blog.blog-entry-columns-4-masonry #main-blog.row,
  .blog.blog-entry-columns-4-masonry .header-widgets #main-blog.header-widgets-wrapper,
  .header-widgets .blog.blog-entry-columns-4-masonry #main-blog.header-widgets-wrapper,
  .blog.blog-entry-columns-4-masonry #main-blog.navigation,
  .search.blog-entry-columns-2-masonry #main-blog.row,
  .search.blog-entry-columns-2-masonry .header-widgets #main-blog.header-widgets-wrapper,
  .header-widgets .search.blog-entry-columns-2-masonry #main-blog.header-widgets-wrapper,
  .search.blog-entry-columns-2-masonry #main-blog.navigation,
  .search.blog-entry-columns-3-masonry #main-blog.row,
  .search.blog-entry-columns-3-masonry .header-widgets #main-blog.header-widgets-wrapper,
  .header-widgets .search.blog-entry-columns-3-masonry #main-blog.header-widgets-wrapper,
  .search.blog-entry-columns-3-masonry #main-blog.navigation,
  .search.blog-entry-columns-4-masonry #main-blog.row,
  .search.blog-entry-columns-4-masonry .header-widgets #main-blog.header-widgets-wrapper,
  .header-widgets .search.blog-entry-columns-4-masonry #main-blog.header-widgets-wrapper,
  .search.blog-entry-columns-4-masonry #main-blog.navigation {
    display: block;
    columns: 1;
    column-gap: 0;
  }
  .archive.blog-entry-columns-2-masonry #main-blog.row .entry-column, .archive.blog-entry-columns-2-masonry .header-widgets #main-blog.header-widgets-wrapper .entry-column, .header-widgets .archive.blog-entry-columns-2-masonry #main-blog.header-widgets-wrapper .entry-column, .archive.blog-entry-columns-2-masonry #main-blog.navigation .entry-column, .archive.blog-entry-columns-3-masonry #main-blog.row .entry-column, .archive.blog-entry-columns-3-masonry .header-widgets #main-blog.header-widgets-wrapper .entry-column, .header-widgets .archive.blog-entry-columns-3-masonry #main-blog.header-widgets-wrapper .entry-column, .archive.blog-entry-columns-3-masonry #main-blog.navigation .entry-column, .archive.blog-entry-columns-4-masonry #main-blog.row .entry-column, .archive.blog-entry-columns-4-masonry .header-widgets #main-blog.header-widgets-wrapper .entry-column, .header-widgets .archive.blog-entry-columns-4-masonry #main-blog.header-widgets-wrapper .entry-column, .archive.blog-entry-columns-4-masonry #main-blog.navigation .entry-column,
  .blog.blog-entry-columns-2-masonry #main-blog.row .entry-column,
  .blog.blog-entry-columns-2-masonry .header-widgets #main-blog.header-widgets-wrapper .entry-column,
  .header-widgets .blog.blog-entry-columns-2-masonry #main-blog.header-widgets-wrapper .entry-column,
  .blog.blog-entry-columns-2-masonry #main-blog.navigation .entry-column,
  .blog.blog-entry-columns-3-masonry #main-blog.row .entry-column,
  .blog.blog-entry-columns-3-masonry .header-widgets #main-blog.header-widgets-wrapper .entry-column,
  .header-widgets .blog.blog-entry-columns-3-masonry #main-blog.header-widgets-wrapper .entry-column,
  .blog.blog-entry-columns-3-masonry #main-blog.navigation .entry-column,
  .blog.blog-entry-columns-4-masonry #main-blog.row .entry-column,
  .blog.blog-entry-columns-4-masonry .header-widgets #main-blog.header-widgets-wrapper .entry-column,
  .header-widgets .blog.blog-entry-columns-4-masonry #main-blog.header-widgets-wrapper .entry-column,
  .blog.blog-entry-columns-4-masonry #main-blog.navigation .entry-column,
  .search.blog-entry-columns-2-masonry #main-blog.row .entry-column,
  .search.blog-entry-columns-2-masonry .header-widgets #main-blog.header-widgets-wrapper .entry-column,
  .header-widgets .search.blog-entry-columns-2-masonry #main-blog.header-widgets-wrapper .entry-column,
  .search.blog-entry-columns-2-masonry #main-blog.navigation .entry-column,
  .search.blog-entry-columns-3-masonry #main-blog.row .entry-column,
  .search.blog-entry-columns-3-masonry .header-widgets #main-blog.header-widgets-wrapper .entry-column,
  .header-widgets .search.blog-entry-columns-3-masonry #main-blog.header-widgets-wrapper .entry-column,
  .search.blog-entry-columns-3-masonry #main-blog.navigation .entry-column,
  .search.blog-entry-columns-4-masonry #main-blog.row .entry-column,
  .search.blog-entry-columns-4-masonry .header-widgets #main-blog.header-widgets-wrapper .entry-column,
  .header-widgets .search.blog-entry-columns-4-masonry #main-blog.header-widgets-wrapper .entry-column,
  .search.blog-entry-columns-4-masonry #main-blog.navigation .entry-column {
    width: 100%;
    float: left;
    page-break-inside: avoid;
    /* Firefox */
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    break-inside: avoid;
  }
}

.sticky,
.gallery-caption,
.bypostauthor {
  display: block;
}

/**
 * Page / Post Navigation & Comments tyles
 * -----------------------------------------------------------------------------
 */
.navigation {
  margin-top: 28px;
  margin-bottom: 28px;
  justify-content: space-between;
  margin-right: 0;
  margin-left: 0;
  padding: 28px;
  background-color: #ffffff;
}

.navigation:first-child {
  margin-top: 0;
}

.navigation:last-child {
  margin-bottom: 0;
}

.responsive-site-style-content-boxed .navigation {
  margin: 0;
  border-bottom: 1px solid #eaeaea;
}

.responsive-site-style-flat .navigation {
  padding: 0;
  background-color: transparent;
}

.navigation .nav-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .navigation .nav-links {
    display: inline-block;
  }
  .navigation .nav-links .page-numbers,
  .navigation .nav-links a {
    margin: 0 14px;
  }
  .navigation .nav-links .page-numbers.next.page-numbers,
  .navigation .nav-links a.next.page-numbers {
    float: right;
  }
  .navigation .nav-links .page-numbers.prev.page-numbers,
  .navigation .nav-links a.prev.page-numbers {
    float: left;
  }
  .navigation .nav-links .page-numbers:first-child,
  .navigation .nav-links a:first-child {
    margin-left: 0;
  }
  .navigation .nav-links .page-numbers:last-child,
  .navigation .nav-links a:last-child {
    margin-right: 0;
  }
}

.single .navigation .nav-links {
  display: flex;
}

.comment-respond,
.comments-area {
  margin-top: 28px;
  margin-bottom: 28px;
  padding: 28px;
  background-color: #ffffff;
}

.comment-respond:first-child,
.comments-area:first-child {
  margin-top: 0;
}

.comment-respond:last-child,
.comments-area:last-child {
  margin-bottom: 0;
}

.responsive-site-style-content-boxed .comment-respond, .responsive-site-style-content-boxed
.comments-area {
  margin: 0;
  border-bottom: 1px solid #eaeaea;
}

.responsive-site-style-flat .comment-respond, .responsive-site-style-flat
.comments-area {
  padding: 0;
  background-color: transparent;
}

.comment-respond ol.commentlist,
.comments-area ol.commentlist {
  margin: 0;
  list-style: none;
}

.comment-respond ol.commentlist ul.children,
.comments-area ol.commentlist ul.children {
  list-style: none;
}

@media (max-width: 576px) {
  .comment-respond ol.commentlist ul.children,
  .comments-area ol.commentlist ul.children {
    margin-left: 0;
  }
}

.comment-respond ol.commentlist .says,
.comments-area ol.commentlist .says {
  display: none;
}

.comment-respond ol.commentlist .reply,
.comment-respond ol.commentlist .comment-meta,
.comment-respond ol.commentlist .comment-author,
.comments-area ol.commentlist .reply,
.comments-area ol.commentlist .comment-meta,
.comments-area ol.commentlist .comment-author {
  font-size: 13px;
}

.comment-respond ol.commentlist .comment-reply-link,
.comments-area ol.commentlist .comment-reply-link {
  float: right;
}

.comment-respond ol.commentlist .comment-reply-link:before,
.comments-area ol.commentlist .comment-reply-link:before {
  margin-right: 5.6px;
  color: inherit;
  font-family: icomoon;
  content: "\f122";
}

.comment-respond ol.commentlist .comment-edit-link,
.comments-area ol.commentlist .comment-edit-link {
  float: right;
}

.comment-respond ol.commentlist .comment-edit-link:before,
.comments-area ol.commentlist .comment-edit-link:before {
  margin-right: 5.6px;
  font-family: icomoon;
  content: "\f044";
}

.comment-respond ol.commentlist .avatar,
.comments-area ol.commentlist .avatar {
  margin-right: 14px;
  float: left;
  border-radius: 50%;
}

.comment-respond ol.commentlist .comment-body,
.comment-respond ol.commentlist li.comment,
.comments-area ol.commentlist .comment-body,
.comments-area ol.commentlist li.comment {
  margin-top: 28px;
  margin-bottom: 28px;
}

.comment-respond ol.commentlist .comment-body:first-child,
.comment-respond ol.commentlist li.comment:first-child,
.comments-area ol.commentlist .comment-body:first-child,
.comments-area ol.commentlist li.comment:first-child {
  margin-top: 0;
}

.comment-respond ol.commentlist .comment-body:last-child,
.comment-respond ol.commentlist li.comment:last-child,
.comments-area ol.commentlist .comment-body:last-child,
.comments-area ol.commentlist li.comment:last-child {
  margin-bottom: 0;
}

.comment-respond ol.commentlist li.comment,
.comments-area ol.commentlist li.comment {
  padding-top: 28px;
  border-top: 1px solid rgba(170, 170, 170, 0.2);
}

/**
 * Custom Home Page support styles
 * -----------------------------------------------------------------------------
 */
.page.front-page .content-area,
.blog.front-page .content-area {
  width: 100%;
}

.page.front-page .button,
.blog.front-page .button {
  padding: .65em;
  background-color: #0066cc;
  color: #ffffff;
}

.page.front-page .button:focus, .page.front-page .button:hover,
.blog.front-page .button:focus,
.blog.front-page .button:hover {
  background-color: #10659c;
  color: #ffffff;
}

.responsive-site-style-boxed .site-content article.product {
  background-color: #ffffff;
}

/* for give Wp plugin */
.give-wrap > div#content[role^="main"] {
  padding: 0 14px;
}

embed, iframe, object {
  max-width: 100%;
}

.search.search-no-results.blog-entry-columns-4 #main-blog.row .entry-column, .search.search-no-results.blog-entry-columns-4 .header-widgets #main-blog.header-widgets-wrapper .entry-column, .header-widgets .search.search-no-results.blog-entry-columns-4 #main-blog.header-widgets-wrapper .entry-column, .search.search-no-results.blog-entry-columns-4 #main-blog.navigation .entry-column {
  width: 100%;
}

.course #commentform #submit, .course .submit, .course a.button, .course a.button:visited, .course a.comment-reply-link, .course button.button, .course input.button, .course input[type="submit"], .course-container #commentform #submit, .course-container .submit, .course-container a.button, .course-container a.button:visited, .course-container a.comment-reply-link, .course-container button.button, .course-container input.button, .course-container input[type="submit"], .lesson #commentform #submit, .lesson .submit, .lesson a.button, .lesson a.button:visited, .lesson a.comment-reply-link, .lesson button.button, .lesson input.button, .lesson input[type="submit"], .quiz #commentform #submit, .quiz .submit, .quiz a.button, .quiz a.button:visited, .quiz a.comment-reply-link, .quiz button.button, .quiz input.button, .quiz input[type="submit"], .page.front-page .button, .blog.front-page .button, .read-more-button .hentry .read-more .more-link, .read-more-button article.product .read-more .more-link, input[type="button"], input[type="submit"], button, .button, .wp-block-button__link, div.wpforms-container-full .wpforms-form input[type="submit"], body div.wpforms-container-full .wpforms-form button[type="submit"], div.wpforms-container-full .wpforms-form .wpforms-page-button, .read-more-button .hentry .read-more .more-link, .read-more-button article.product .read-more .more-link, input[type="button"], input[type="submit"], button, .button, .wp-block-button__link, div.wpforms-container-full .wpforms-form input[type="submit"], div.wpforms-container-full .wpforms-form button[type="submit"], div.wpforms-container-full .wpforms-form .wpforms-page-button, .page.woocommerce-cart .woocommerce a.button.alt, .page.woocommerce-cart .woocommerce a.button, .woocommerce-cart .woocommerce a.button.alt, .woocommerce-cart .woocommerce a.button, .woocommerce button.button, .wp-block-button__link {
  line-height: 1;
}

/**
 * Aside widget-area Area styles
 * -----------------------------------------------------------------------------
 */
@media (max-width: 768px) {
  .main-sidebar {
    margin-top: 28px;
  }
}

.widget-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 28px 0;
}

.widget-wrapper:first-child {
  margin-top: 0;
}

.widget-wrapper:last-child {
  margin-bottom: 0;
}

.widget-wrapper:first-child {
  padding-top: 0;
}

.widget-wrapper:last-child {
  padding-bottom: 0;
}

.responsive-site-style-boxed .widget-wrapper {
  padding: 28px;
}

.widget-area:not(.home-widgets) .widget-wrapper, .footer-widgets .footer-widget:not(.home-widgets) .widget-wrapper {
  font-size: 13px;
}

.widget-area .widget-wrapper .widget-title, .footer-widgets .footer-widget .widget-wrapper .widget-title {
  display: block;
  margin: 0 0 18.6666666667px;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.widget-area .widget-wrapper ul, .footer-widgets .footer-widget .widget-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget-area .widget-wrapper ul li, .footer-widgets .footer-widget .widget-wrapper ul li {
  padding: 7px 0;
  border-top: 1px dotted rgba(170, 170, 170, 0.2);
}

.widget-area .widget-wrapper ul li:last-child, .footer-widgets .footer-widget .widget-wrapper ul li:last-child {
  border-top: 1px dotted rgba(170, 170, 170, 0.2);
}

.widget-area .widget-wrapper .custom-html-widget ul li, .footer-widgets .footer-widget .widget-wrapper .custom-html-widget ul li {
  margin: 0;
  padding: 0;
  border: 0;
}

.responsive-site-style-boxed .widget-wrapper.colophon-widget {
  padding: 0;
}

.single:not(.woocommerce).sidebar-position-left .site-content > .container > .row, .single:not(.woocommerce).sidebar-position-left .site-content > [class*="__inner-container"] > .row, .single:not(.woocommerce).sidebar-position-left .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .row, .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .single:not(.woocommerce).sidebar-position-left .site-content > .main-navigation-wrapper > .row, .single:not(.woocommerce).sidebar-position-left .header-widgets .site-content > .container > .header-widgets-wrapper, .header-widgets .single:not(.woocommerce).sidebar-position-left .site-content > .container > .header-widgets-wrapper, .single:not(.woocommerce).sidebar-position-left .header-widgets .site-content > [class*="__inner-container"] > .header-widgets-wrapper, .header-widgets .single:not(.woocommerce).sidebar-position-left .site-content > [class*="__inner-container"] > .header-widgets-wrapper, .single:not(.woocommerce).sidebar-position-left .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .header-widgets .site-content > .main-navigation-wrapper > .header-widgets-wrapper, .header-widgets .single:not(.woocommerce).sidebar-position-left .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .header-widgets-wrapper, .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .single:not(.woocommerce).sidebar-position-left .header-widgets .site-content > .main-navigation-wrapper > .header-widgets-wrapper, .header-widgets .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .single:not(.woocommerce).sidebar-position-left .site-content > .main-navigation-wrapper > .header-widgets-wrapper, .single:not(.woocommerce).sidebar-position-left .site-content > .container > .navigation, .single:not(.woocommerce).sidebar-position-left .site-content > [class*="__inner-container"] > .navigation, .single:not(.woocommerce).sidebar-position-left .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .navigation, .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .single:not(.woocommerce).sidebar-position-left .site-content > .main-navigation-wrapper > .navigation,
.page:not(.woocommerce).sidebar-position-left .site-content > .container > .row,
.page:not(.woocommerce).sidebar-position-left .site-content > [class*="__inner-container"] > .row,
.page:not(.woocommerce).sidebar-position-left .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .row,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .page:not(.woocommerce).sidebar-position-left .site-content > .main-navigation-wrapper > .row,
.page:not(.woocommerce).sidebar-position-left .header-widgets .site-content > .container > .header-widgets-wrapper,
.header-widgets .page:not(.woocommerce).sidebar-position-left .site-content > .container > .header-widgets-wrapper,
.page:not(.woocommerce).sidebar-position-left .header-widgets .site-content > [class*="__inner-container"] > .header-widgets-wrapper,
.header-widgets .page:not(.woocommerce).sidebar-position-left .site-content > [class*="__inner-container"] > .header-widgets-wrapper,
.page:not(.woocommerce).sidebar-position-left .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .header-widgets .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.header-widgets .page:not(.woocommerce).sidebar-position-left .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .page:not(.woocommerce).sidebar-position-left .header-widgets .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.header-widgets .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .page:not(.woocommerce).sidebar-position-left .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.page:not(.woocommerce).sidebar-position-left .site-content > .container > .navigation,
.page:not(.woocommerce).sidebar-position-left .site-content > [class*="__inner-container"] > .navigation,
.page:not(.woocommerce).sidebar-position-left .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .navigation,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .page:not(.woocommerce).sidebar-position-left .site-content > .main-navigation-wrapper > .navigation,
.blog:not(.woocommerce).sidebar-position-left .site-content > .container > .row,
.blog:not(.woocommerce).sidebar-position-left .site-content > [class*="__inner-container"] > .row,
.blog:not(.woocommerce).sidebar-position-left .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .row,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .blog:not(.woocommerce).sidebar-position-left .site-content > .main-navigation-wrapper > .row,
.blog:not(.woocommerce).sidebar-position-left .header-widgets .site-content > .container > .header-widgets-wrapper,
.header-widgets .blog:not(.woocommerce).sidebar-position-left .site-content > .container > .header-widgets-wrapper,
.blog:not(.woocommerce).sidebar-position-left .header-widgets .site-content > [class*="__inner-container"] > .header-widgets-wrapper,
.header-widgets .blog:not(.woocommerce).sidebar-position-left .site-content > [class*="__inner-container"] > .header-widgets-wrapper,
.blog:not(.woocommerce).sidebar-position-left .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .header-widgets .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.header-widgets .blog:not(.woocommerce).sidebar-position-left .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .blog:not(.woocommerce).sidebar-position-left .header-widgets .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.header-widgets .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .blog:not(.woocommerce).sidebar-position-left .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.blog:not(.woocommerce).sidebar-position-left .site-content > .container > .navigation,
.blog:not(.woocommerce).sidebar-position-left .site-content > [class*="__inner-container"] > .navigation,
.blog:not(.woocommerce).sidebar-position-left .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .navigation,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .blog:not(.woocommerce).sidebar-position-left .site-content > .main-navigation-wrapper > .navigation,
.search:not(.woocommerce).sidebar-position-left .site-content > .container > .row,
.search:not(.woocommerce).sidebar-position-left .site-content > [class*="__inner-container"] > .row,
.search:not(.woocommerce).sidebar-position-left .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .row,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .search:not(.woocommerce).sidebar-position-left .site-content > .main-navigation-wrapper > .row,
.search:not(.woocommerce).sidebar-position-left .header-widgets .site-content > .container > .header-widgets-wrapper,
.header-widgets .search:not(.woocommerce).sidebar-position-left .site-content > .container > .header-widgets-wrapper,
.search:not(.woocommerce).sidebar-position-left .header-widgets .site-content > [class*="__inner-container"] > .header-widgets-wrapper,
.header-widgets .search:not(.woocommerce).sidebar-position-left .site-content > [class*="__inner-container"] > .header-widgets-wrapper,
.search:not(.woocommerce).sidebar-position-left .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .header-widgets .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.header-widgets .search:not(.woocommerce).sidebar-position-left .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .search:not(.woocommerce).sidebar-position-left .header-widgets .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.header-widgets .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .search:not(.woocommerce).sidebar-position-left .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.search:not(.woocommerce).sidebar-position-left .site-content > .container > .navigation,
.search:not(.woocommerce).sidebar-position-left .site-content > [class*="__inner-container"] > .navigation,
.search:not(.woocommerce).sidebar-position-left .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .navigation,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .search:not(.woocommerce).sidebar-position-left .site-content > .main-navigation-wrapper > .navigation,
.archive:not(.woocommerce).sidebar-position-left .site-content > .container > .row,
.archive:not(.woocommerce).sidebar-position-left .site-content > [class*="__inner-container"] > .row,
.archive:not(.woocommerce).sidebar-position-left .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .row,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .archive:not(.woocommerce).sidebar-position-left .site-content > .main-navigation-wrapper > .row,
.archive:not(.woocommerce).sidebar-position-left .header-widgets .site-content > .container > .header-widgets-wrapper,
.header-widgets .archive:not(.woocommerce).sidebar-position-left .site-content > .container > .header-widgets-wrapper,
.archive:not(.woocommerce).sidebar-position-left .header-widgets .site-content > [class*="__inner-container"] > .header-widgets-wrapper,
.header-widgets .archive:not(.woocommerce).sidebar-position-left .site-content > [class*="__inner-container"] > .header-widgets-wrapper,
.archive:not(.woocommerce).sidebar-position-left .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .header-widgets .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.header-widgets .archive:not(.woocommerce).sidebar-position-left .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .archive:not(.woocommerce).sidebar-position-left .header-widgets .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.header-widgets .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .archive:not(.woocommerce).sidebar-position-left .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.archive:not(.woocommerce).sidebar-position-left .site-content > .container > .navigation,
.archive:not(.woocommerce).sidebar-position-left .site-content > [class*="__inner-container"] > .navigation,
.archive:not(.woocommerce).sidebar-position-left .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .navigation,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .archive:not(.woocommerce).sidebar-position-left .site-content > .main-navigation-wrapper > .navigation {
  flex-direction: row-reverse;
}

.single:not(.woocommerce).sidebar-position-right .site-content > .container > .row, .single:not(.woocommerce).sidebar-position-right .site-content > [class*="__inner-container"] > .row, .single:not(.woocommerce).sidebar-position-right .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .row, .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .single:not(.woocommerce).sidebar-position-right .site-content > .main-navigation-wrapper > .row, .single:not(.woocommerce).sidebar-position-right .header-widgets .site-content > .container > .header-widgets-wrapper, .header-widgets .single:not(.woocommerce).sidebar-position-right .site-content > .container > .header-widgets-wrapper, .single:not(.woocommerce).sidebar-position-right .header-widgets .site-content > [class*="__inner-container"] > .header-widgets-wrapper, .header-widgets .single:not(.woocommerce).sidebar-position-right .site-content > [class*="__inner-container"] > .header-widgets-wrapper, .single:not(.woocommerce).sidebar-position-right .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .header-widgets .site-content > .main-navigation-wrapper > .header-widgets-wrapper, .header-widgets .single:not(.woocommerce).sidebar-position-right .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .header-widgets-wrapper, .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .single:not(.woocommerce).sidebar-position-right .header-widgets .site-content > .main-navigation-wrapper > .header-widgets-wrapper, .header-widgets .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .single:not(.woocommerce).sidebar-position-right .site-content > .main-navigation-wrapper > .header-widgets-wrapper, .single:not(.woocommerce).sidebar-position-right .site-content > .container > .navigation, .single:not(.woocommerce).sidebar-position-right .site-content > [class*="__inner-container"] > .navigation, .single:not(.woocommerce).sidebar-position-right .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .navigation, .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .single:not(.woocommerce).sidebar-position-right .site-content > .main-navigation-wrapper > .navigation,
.page:not(.woocommerce).sidebar-position-right .site-content > .container > .row,
.page:not(.woocommerce).sidebar-position-right .site-content > [class*="__inner-container"] > .row,
.page:not(.woocommerce).sidebar-position-right .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .row,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .page:not(.woocommerce).sidebar-position-right .site-content > .main-navigation-wrapper > .row,
.page:not(.woocommerce).sidebar-position-right .header-widgets .site-content > .container > .header-widgets-wrapper,
.header-widgets .page:not(.woocommerce).sidebar-position-right .site-content > .container > .header-widgets-wrapper,
.page:not(.woocommerce).sidebar-position-right .header-widgets .site-content > [class*="__inner-container"] > .header-widgets-wrapper,
.header-widgets .page:not(.woocommerce).sidebar-position-right .site-content > [class*="__inner-container"] > .header-widgets-wrapper,
.page:not(.woocommerce).sidebar-position-right .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .header-widgets .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.header-widgets .page:not(.woocommerce).sidebar-position-right .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .page:not(.woocommerce).sidebar-position-right .header-widgets .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.header-widgets .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .page:not(.woocommerce).sidebar-position-right .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.page:not(.woocommerce).sidebar-position-right .site-content > .container > .navigation,
.page:not(.woocommerce).sidebar-position-right .site-content > [class*="__inner-container"] > .navigation,
.page:not(.woocommerce).sidebar-position-right .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .navigation,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .page:not(.woocommerce).sidebar-position-right .site-content > .main-navigation-wrapper > .navigation,
.blog:not(.woocommerce).sidebar-position-right .site-content > .container > .row,
.blog:not(.woocommerce).sidebar-position-right .site-content > [class*="__inner-container"] > .row,
.blog:not(.woocommerce).sidebar-position-right .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .row,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .blog:not(.woocommerce).sidebar-position-right .site-content > .main-navigation-wrapper > .row,
.blog:not(.woocommerce).sidebar-position-right .header-widgets .site-content > .container > .header-widgets-wrapper,
.header-widgets .blog:not(.woocommerce).sidebar-position-right .site-content > .container > .header-widgets-wrapper,
.blog:not(.woocommerce).sidebar-position-right .header-widgets .site-content > [class*="__inner-container"] > .header-widgets-wrapper,
.header-widgets .blog:not(.woocommerce).sidebar-position-right .site-content > [class*="__inner-container"] > .header-widgets-wrapper,
.blog:not(.woocommerce).sidebar-position-right .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .header-widgets .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.header-widgets .blog:not(.woocommerce).sidebar-position-right .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .blog:not(.woocommerce).sidebar-position-right .header-widgets .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.header-widgets .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .blog:not(.woocommerce).sidebar-position-right .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.blog:not(.woocommerce).sidebar-position-right .site-content > .container > .navigation,
.blog:not(.woocommerce).sidebar-position-right .site-content > [class*="__inner-container"] > .navigation,
.blog:not(.woocommerce).sidebar-position-right .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .navigation,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .blog:not(.woocommerce).sidebar-position-right .site-content > .main-navigation-wrapper > .navigation,
.search:not(.woocommerce).sidebar-position-right .site-content > .container > .row,
.search:not(.woocommerce).sidebar-position-right .site-content > [class*="__inner-container"] > .row,
.search:not(.woocommerce).sidebar-position-right .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .row,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .search:not(.woocommerce).sidebar-position-right .site-content > .main-navigation-wrapper > .row,
.search:not(.woocommerce).sidebar-position-right .header-widgets .site-content > .container > .header-widgets-wrapper,
.header-widgets .search:not(.woocommerce).sidebar-position-right .site-content > .container > .header-widgets-wrapper,
.search:not(.woocommerce).sidebar-position-right .header-widgets .site-content > [class*="__inner-container"] > .header-widgets-wrapper,
.header-widgets .search:not(.woocommerce).sidebar-position-right .site-content > [class*="__inner-container"] > .header-widgets-wrapper,
.search:not(.woocommerce).sidebar-position-right .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .header-widgets .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.header-widgets .search:not(.woocommerce).sidebar-position-right .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .search:not(.woocommerce).sidebar-position-right .header-widgets .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.header-widgets .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .search:not(.woocommerce).sidebar-position-right .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.search:not(.woocommerce).sidebar-position-right .site-content > .container > .navigation,
.search:not(.woocommerce).sidebar-position-right .site-content > [class*="__inner-container"] > .navigation,
.search:not(.woocommerce).sidebar-position-right .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .navigation,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .search:not(.woocommerce).sidebar-position-right .site-content > .main-navigation-wrapper > .navigation,
.archive:not(.woocommerce).sidebar-position-right .site-content > .container > .row,
.archive:not(.woocommerce).sidebar-position-right .site-content > [class*="__inner-container"] > .row,
.archive:not(.woocommerce).sidebar-position-right .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .row,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .archive:not(.woocommerce).sidebar-position-right .site-content > .main-navigation-wrapper > .row,
.archive:not(.woocommerce).sidebar-position-right .header-widgets .site-content > .container > .header-widgets-wrapper,
.header-widgets .archive:not(.woocommerce).sidebar-position-right .site-content > .container > .header-widgets-wrapper,
.archive:not(.woocommerce).sidebar-position-right .header-widgets .site-content > [class*="__inner-container"] > .header-widgets-wrapper,
.header-widgets .archive:not(.woocommerce).sidebar-position-right .site-content > [class*="__inner-container"] > .header-widgets-wrapper,
.archive:not(.woocommerce).sidebar-position-right .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .header-widgets .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.header-widgets .archive:not(.woocommerce).sidebar-position-right .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .archive:not(.woocommerce).sidebar-position-right .header-widgets .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.header-widgets .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .archive:not(.woocommerce).sidebar-position-right .site-content > .main-navigation-wrapper > .header-widgets-wrapper,
.archive:not(.woocommerce).sidebar-position-right .site-content > .container > .navigation,
.archive:not(.woocommerce).sidebar-position-right .site-content > [class*="__inner-container"] > .navigation,
.archive:not(.woocommerce).sidebar-position-right .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .navigation,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .archive:not(.woocommerce).sidebar-position-right .site-content > .main-navigation-wrapper > .navigation {
  flex-direction: row;
}

.single:not(.woocommerce).sidebar-position-no .site-content > .container > .row main.content-area, .single:not(.woocommerce).sidebar-position-no .site-content > [class*="__inner-container"] > .row main.content-area, .single:not(.woocommerce).sidebar-position-no .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .row main.content-area, .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .single:not(.woocommerce).sidebar-position-no .site-content > .main-navigation-wrapper > .row main.content-area, .single:not(.woocommerce).sidebar-position-no .header-widgets .site-content > .container > .header-widgets-wrapper main.content-area, .header-widgets .single:not(.woocommerce).sidebar-position-no .site-content > .container > .header-widgets-wrapper main.content-area, .single:not(.woocommerce).sidebar-position-no .header-widgets .site-content > [class*="__inner-container"] > .header-widgets-wrapper main.content-area, .header-widgets .single:not(.woocommerce).sidebar-position-no .site-content > [class*="__inner-container"] > .header-widgets-wrapper main.content-area, .single:not(.woocommerce).sidebar-position-no .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .header-widgets .site-content > .main-navigation-wrapper > .header-widgets-wrapper main.content-area, .header-widgets .single:not(.woocommerce).sidebar-position-no .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .header-widgets-wrapper main.content-area, .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .single:not(.woocommerce).sidebar-position-no .header-widgets .site-content > .main-navigation-wrapper > .header-widgets-wrapper main.content-area, .header-widgets .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .single:not(.woocommerce).sidebar-position-no .site-content > .main-navigation-wrapper > .header-widgets-wrapper main.content-area, .single:not(.woocommerce).sidebar-position-no .site-content > .container > .navigation main.content-area, .single:not(.woocommerce).sidebar-position-no .site-content > [class*="__inner-container"] > .navigation main.content-area, .single:not(.woocommerce).sidebar-position-no .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .navigation main.content-area, .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .single:not(.woocommerce).sidebar-position-no .site-content > .main-navigation-wrapper > .navigation main.content-area,
.page:not(.woocommerce).sidebar-position-no .site-content > .container > .row main.content-area,
.page:not(.woocommerce).sidebar-position-no .site-content > [class*="__inner-container"] > .row main.content-area,
.page:not(.woocommerce).sidebar-position-no .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .row main.content-area,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .page:not(.woocommerce).sidebar-position-no .site-content > .main-navigation-wrapper > .row main.content-area,
.page:not(.woocommerce).sidebar-position-no .header-widgets .site-content > .container > .header-widgets-wrapper main.content-area,
.header-widgets .page:not(.woocommerce).sidebar-position-no .site-content > .container > .header-widgets-wrapper main.content-area,
.page:not(.woocommerce).sidebar-position-no .header-widgets .site-content > [class*="__inner-container"] > .header-widgets-wrapper main.content-area,
.header-widgets .page:not(.woocommerce).sidebar-position-no .site-content > [class*="__inner-container"] > .header-widgets-wrapper main.content-area,
.page:not(.woocommerce).sidebar-position-no .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .header-widgets .site-content > .main-navigation-wrapper > .header-widgets-wrapper main.content-area,
.header-widgets .page:not(.woocommerce).sidebar-position-no .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .header-widgets-wrapper main.content-area,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .page:not(.woocommerce).sidebar-position-no .header-widgets .site-content > .main-navigation-wrapper > .header-widgets-wrapper main.content-area,
.header-widgets .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .page:not(.woocommerce).sidebar-position-no .site-content > .main-navigation-wrapper > .header-widgets-wrapper main.content-area,
.page:not(.woocommerce).sidebar-position-no .site-content > .container > .navigation main.content-area,
.page:not(.woocommerce).sidebar-position-no .site-content > [class*="__inner-container"] > .navigation main.content-area,
.page:not(.woocommerce).sidebar-position-no .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .navigation main.content-area,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .page:not(.woocommerce).sidebar-position-no .site-content > .main-navigation-wrapper > .navigation main.content-area,
.blog:not(.woocommerce).sidebar-position-no .site-content > .container > .row main.content-area,
.blog:not(.woocommerce).sidebar-position-no .site-content > [class*="__inner-container"] > .row main.content-area,
.blog:not(.woocommerce).sidebar-position-no .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .row main.content-area,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .blog:not(.woocommerce).sidebar-position-no .site-content > .main-navigation-wrapper > .row main.content-area,
.blog:not(.woocommerce).sidebar-position-no .header-widgets .site-content > .container > .header-widgets-wrapper main.content-area,
.header-widgets .blog:not(.woocommerce).sidebar-position-no .site-content > .container > .header-widgets-wrapper main.content-area,
.blog:not(.woocommerce).sidebar-position-no .header-widgets .site-content > [class*="__inner-container"] > .header-widgets-wrapper main.content-area,
.header-widgets .blog:not(.woocommerce).sidebar-position-no .site-content > [class*="__inner-container"] > .header-widgets-wrapper main.content-area,
.blog:not(.woocommerce).sidebar-position-no .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .header-widgets .site-content > .main-navigation-wrapper > .header-widgets-wrapper main.content-area,
.header-widgets .blog:not(.woocommerce).sidebar-position-no .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .header-widgets-wrapper main.content-area,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .blog:not(.woocommerce).sidebar-position-no .header-widgets .site-content > .main-navigation-wrapper > .header-widgets-wrapper main.content-area,
.header-widgets .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .blog:not(.woocommerce).sidebar-position-no .site-content > .main-navigation-wrapper > .header-widgets-wrapper main.content-area,
.blog:not(.woocommerce).sidebar-position-no .site-content > .container > .navigation main.content-area,
.blog:not(.woocommerce).sidebar-position-no .site-content > [class*="__inner-container"] > .navigation main.content-area,
.blog:not(.woocommerce).sidebar-position-no .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .navigation main.content-area,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .blog:not(.woocommerce).sidebar-position-no .site-content > .main-navigation-wrapper > .navigation main.content-area,
.search:not(.woocommerce).sidebar-position-no .site-content > .container > .row main.content-area,
.search:not(.woocommerce).sidebar-position-no .site-content > [class*="__inner-container"] > .row main.content-area,
.search:not(.woocommerce).sidebar-position-no .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .row main.content-area,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .search:not(.woocommerce).sidebar-position-no .site-content > .main-navigation-wrapper > .row main.content-area,
.search:not(.woocommerce).sidebar-position-no .header-widgets .site-content > .container > .header-widgets-wrapper main.content-area,
.header-widgets .search:not(.woocommerce).sidebar-position-no .site-content > .container > .header-widgets-wrapper main.content-area,
.search:not(.woocommerce).sidebar-position-no .header-widgets .site-content > [class*="__inner-container"] > .header-widgets-wrapper main.content-area,
.header-widgets .search:not(.woocommerce).sidebar-position-no .site-content > [class*="__inner-container"] > .header-widgets-wrapper main.content-area,
.search:not(.woocommerce).sidebar-position-no .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .header-widgets .site-content > .main-navigation-wrapper > .header-widgets-wrapper main.content-area,
.header-widgets .search:not(.woocommerce).sidebar-position-no .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .header-widgets-wrapper main.content-area,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .search:not(.woocommerce).sidebar-position-no .header-widgets .site-content > .main-navigation-wrapper > .header-widgets-wrapper main.content-area,
.header-widgets .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .search:not(.woocommerce).sidebar-position-no .site-content > .main-navigation-wrapper > .header-widgets-wrapper main.content-area,
.search:not(.woocommerce).sidebar-position-no .site-content > .container > .navigation main.content-area,
.search:not(.woocommerce).sidebar-position-no .site-content > [class*="__inner-container"] > .navigation main.content-area,
.search:not(.woocommerce).sidebar-position-no .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .navigation main.content-area,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .search:not(.woocommerce).sidebar-position-no .site-content > .main-navigation-wrapper > .navigation main.content-area,
.archive:not(.woocommerce).sidebar-position-no .site-content > .container > .row main.content-area,
.archive:not(.woocommerce).sidebar-position-no .site-content > [class*="__inner-container"] > .row main.content-area,
.archive:not(.woocommerce).sidebar-position-no .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .row main.content-area,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .archive:not(.woocommerce).sidebar-position-no .site-content > .main-navigation-wrapper > .row main.content-area,
.archive:not(.woocommerce).sidebar-position-no .header-widgets .site-content > .container > .header-widgets-wrapper main.content-area,
.header-widgets .archive:not(.woocommerce).sidebar-position-no .site-content > .container > .header-widgets-wrapper main.content-area,
.archive:not(.woocommerce).sidebar-position-no .header-widgets .site-content > [class*="__inner-container"] > .header-widgets-wrapper main.content-area,
.header-widgets .archive:not(.woocommerce).sidebar-position-no .site-content > [class*="__inner-container"] > .header-widgets-wrapper main.content-area,
.archive:not(.woocommerce).sidebar-position-no .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .header-widgets .site-content > .main-navigation-wrapper > .header-widgets-wrapper main.content-area,
.header-widgets .archive:not(.woocommerce).sidebar-position-no .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .header-widgets-wrapper main.content-area,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .archive:not(.woocommerce).sidebar-position-no .header-widgets .site-content > .main-navigation-wrapper > .header-widgets-wrapper main.content-area,
.header-widgets .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .archive:not(.woocommerce).sidebar-position-no .site-content > .main-navigation-wrapper > .header-widgets-wrapper main.content-area,
.archive:not(.woocommerce).sidebar-position-no .site-content > .container > .navigation main.content-area,
.archive:not(.woocommerce).sidebar-position-no .site-content > [class*="__inner-container"] > .navigation main.content-area,
.archive:not(.woocommerce).sidebar-position-no .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .site-content > .main-navigation-wrapper > .navigation main.content-area,
.site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .archive:not(.woocommerce).sidebar-position-no .site-content > .main-navigation-wrapper > .navigation main.content-area {
  margin: 0 auto;
}

#secondary .res-search-icon.icon-search {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  font-size: 1.2rem;
}

#secondary .res-search-wrapper {
  display: block;
  position: relative;
}

#secondary .res-search-wrapper input[type="search"] {
  width: 100%;
}

#secondary .res-search-wrapper .search-submit {
  display: contents;
  position: absolute;
  top: 0;
  right: -10px;
  border: 0;
  border-radius: 2px;
  outline: none;
  background: 0 0;
  color: #ccc;
  z-index: 2;
}

#secondary .res-search-wrapper input[type="search"]:focus + .res-search-icon.icon-search,
#secondary .res-search-wrapper input[type="search"]:hover + .res-search-icon.icon-search {
  display: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Site Footer and footer-widget styles
 * -----------------------------------------------------------------------------
 */
.site-footer {
  background-color: #333333;
  color: #ffffff;
  font-size: 13px;
}

.site-footer h1 {
  color: #ffffff;
}

.site-footer h2 {
  color: #ffffff;
}

.site-footer h3, .site-footer .site-title {
  color: #ffffff;
}

.site-footer h4 {
  color: #ffffff;
}

.site-footer h5 {
  color: #ffffff;
}

.site-footer h6 {
  color: #ffffff;
}

.site-footer a {
  color: #eaeaea;
}

.site-footer a:focus, .site-footer a:hover {
  color: #ffffff;
}

.footer-widgets {
  display: flex;
  flex-grow: 1;
}

.footer-widgets .row, .footer-widgets .header-widgets .header-widgets-wrapper, .header-widgets .footer-widgets .header-widgets-wrapper, .footer-widgets .navigation {
  justify-content: space-between;
}

.footer-widgets .widget-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-widgets .widget-wrapper ul li {
  padding: 7px 0;
  border-top: 1px dotted rgba(170, 170, 170, 0.2);
}

.footer-bar {
  padding: 60px 0;
}

.footer-bar-layout-horizontal .footer-bar .row, .footer-bar-layout-horizontal .footer-bar .header-widgets .header-widgets-wrapper, .header-widgets .footer-bar-layout-horizontal .footer-bar .header-widgets-wrapper, .footer-bar-layout-horizontal .footer-bar .navigation {
  justify-content: space-between;
}

.footer-bar-layout-vertical .footer-bar .row, .footer-bar-layout-vertical .footer-bar .header-widgets .header-widgets-wrapper, .header-widgets .footer-bar-layout-vertical .footer-bar .header-widgets-wrapper, .footer-bar-layout-vertical .footer-bar .navigation {
  flex-direction: column;
}

.footer-bar [class^="icon-"] {
  font-size: 26px;
}

@media (min-width: 768px) {
  .footer-bar-layout-horizontal .colophon-widgets, .footer-bar-layout-horizontal
  .footer-navigation, .footer-bar-layout-horizontal
  .social-icon, .footer-bar-layout-horizontal
  .copyright {
    width: auto;
  }
}

.footer-bar-layout-vertical .colophon-widgets, .footer-bar-layout-vertical
.footer-navigation, .footer-bar-layout-vertical
.social-icon, .footer-bar-layout-vertical
.copyright {
  text-align: center;
}

.footer-bar-layout-vertical .social-icon, .footer-bar-layout-vertical
.footer-navigation {
  text-align: center;
}

.social-icon ul,
.footer-navigation ul {
  margin: 0;
  list-style: none;
}

.social-icon ul > li,
.footer-navigation ul > li {
  display: inline;
  margin-right: 15px;
  border-bottom: 1px solid rgba(170, 170, 170, 0.2);
  border-bottom: 0;
}

.site-footer-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-footer-row.site-footer-row-columns-1 {
  display: flex;
  justify-content: center;
}

.site-footer-row.site-footer-row-columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-footer-row.site-footer-row-columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.site-footer-row.site-footer-row-columns-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.site-footer-row.site-footer-row-columns-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.rspv-hfb-footer-row-inline .site-footer-section {
  display: flex;
}

.site-footer-section {
  max-height: inherit;
}

@media (max-width: 768px) {
  .site-footer-section {
    justify-content: center;
  }
}

.rspv-site-footer-focus-item > .customize-partial-edit-shortcut button {
  left: 0;
}

@media (max-width: 768px) {
  .rspv-site-footer-focus-item .site-footer-row {
    grid-template-columns: minmax(0, 1fr);
  }
}

.rspv-hfb-footer-width-fullwidth .container, .rspv-hfb-footer-width-fullwidth [class*="__inner-container"], .rspv-hfb-footer-width-fullwidth .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .main-navigation-wrapper, .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .rspv-hfb-footer-width-fullwidth .main-navigation-wrapper {
  max-width: none;
}

.site-footer-row-columns-2.rspv-hfb-footer-row-layout-left-heavy {
  grid-template-columns: 2fr 1fr;
}

.site-footer-row-columns-2.rspv-hfb-footer-row-layout-right-heavy {
  grid-template-columns: 1fr 2fr;
}

.site-footer-row-columns-3.rspv-hfb-footer-row-layout-left-half {
  grid-template-columns: 2fr 1fr 1fr;
}

.site-footer-row-columns-3.rspv-hfb-footer-row-layout-right-half {
  grid-template-columns: 1fr 1fr 2fr;
}

.site-footer-row-columns-3.rspv-hfb-footer-row-layout-center-half {
  grid-template-columns: 1fr 2fr 1fr;
}

.site-footer-row-columns-3.rspv-hfb-footer-row-layout-center-wide {
  grid-template-columns: 1fr 3fr 1fr;
}

.site-footer-row-columns-4.rspv-hfb-footer-row-layout-left-forty {
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

.site-footer-row-columns-4.rspv-hfb-footer-row-layout-right-forty {
  grid-template-columns: 1fr 1fr 1fr 2fr;
}

@media (max-width: 992px) and (min-width: 576px) {
  .site-footer-wrap .rspv-site-footer-focus-item .site-footer-row.rspv-hfb-footer-row-tablet-layout-row {
    grid-template-columns: 1fr;
  }
  .site-footer-row.site-footer-row-columns-2.rspv-hfb-footer-row-tablet-layout-equal {
    grid-template-columns: repeat(2, 1fr);
  }
  .site-footer-row.site-footer-row-columns-2.rspv-hfb-footer-row-tablet-layout-left-heavy {
    grid-template-columns: 2fr 1fr;
  }
  .site-footer-row.site-footer-row-columns-2.rspv-hfb-footer-row-tablet-layout-right-heavy {
    grid-template-columns: 1fr 2fr;
  }
  .site-footer-row-columns-3.rspv-hfb-footer-row-tablet-layout-equal {
    grid-template-columns: repeat(3, 1fr);
  }
  .site-footer-row-columns-3.rspv-hfb-footer-row-tablet-layout-left-half {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .site-footer-row-columns-3.rspv-hfb-footer-row-tablet-layout-right-half {
    grid-template-columns: 1fr 1fr 2fr;
  }
  .site-footer-row-columns-3.rspv-hfb-footer-row-tablet-layout-center-half {
    grid-template-columns: 1fr 2fr 1fr;
  }
  .site-footer-row-columns-3.rspv-hfb-footer-row-tablet-layout-center-wide {
    grid-template-columns: 1fr 3fr 1fr;
  }
  .site-footer-row-columns-3.rspv-hfb-footer-row-tablet-layout-first-row {
    grid-template-columns: 1fr 1fr;
  }
  .site-footer-row-columns-3.rspv-hfb-footer-row-tablet-layout-first-row > *:first-child {
    grid-column: 1 / -1;
  }
  .site-footer-row-columns-3.rspv-hfb-footer-row-tablet-layout-last-row {
    grid-template-columns: 1fr 1fr;
  }
  .site-footer-row-columns-3.rspv-hfb-footer-row-tablet-layout-last-row > *:last-child {
    grid-column: 1 / -1;
  }
  .site-footer-row-columns-4.rspv-hfb-footer-row-tablet-layout-equal {
    grid-template-columns: repeat(4, 1fr);
  }
  .site-footer-row-columns-4.rspv-hfb-footer-row-tablet-layout-two-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .site-footer-row-columns-5.rspv-hfb-footer-row-tablet-layout-equal {
    grid-template-columns: repeat(5, 1fr);
  }
  .site-footer-row-columns-6.rspv-hfb-footer-row-tablet-layout-equal {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 576px) {
  .site-footer-wrap .rspv-site-footer-focus-item .site-footer-row.rspv-hfb-footer-row-mobile-layout-row {
    grid-template-columns: 1fr;
  }
  .site-footer-row.site-footer-row-columns-2.rspv-hfb-footer-row-mobile-layout-equal {
    grid-template-columns: repeat(2, 1fr);
  }
  .site-footer-row.site-footer-row-columns-2.rspv-hfb-footer-row-mobile-layout-left-heavy {
    grid-template-columns: 2fr 1fr;
  }
  .site-footer-row.site-footer-row-columns-2.rspv-hfb-footer-row-mobile-layout-right-heavy {
    grid-template-columns: 1fr 2fr;
  }
  .site-footer-row-columns-3.rspv-hfb-footer-row-mobile-layout-equal {
    grid-template-columns: repeat(3, 1fr);
  }
  .site-footer-row-columns-3.rspv-hfb-footer-row-mobile-layout-left-half {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .site-footer-row-columns-3.rspv-hfb-footer-row-mobile-layout-right-half {
    grid-template-columns: 1fr 1fr 2fr;
  }
  .site-footer-row-columns-3.rspv-hfb-footer-row-mobile-layout-center-half {
    grid-template-columns: 1fr 2fr 1fr;
  }
  .site-footer-row-columns-3.rspv-hfb-footer-row-mobile-layout-center-wide {
    grid-template-columns: 1fr 3fr 1fr;
  }
  .site-footer-row-columns-3.rspv-hfb-footer-row-mobile-layout-first-row {
    grid-template-columns: 1fr 1fr;
  }
  .site-footer-row-columns-3.rspv-hfb-footer-row-mobile-layout-first-row > *:first-child {
    grid-column: 1 / -1;
  }
  .site-footer-row-columns-3.rspv-hfb-footer-row-mobile-layout-last-row {
    grid-template-columns: 1fr 1fr;
  }
  .site-footer-row-columns-3.rspv-hfb-footer-row-mobile-layout-last-row > *:last-child {
    grid-column: 1 / -1;
  }
  .site-footer-row-columns-4.rspv-hfb-footer-row-mobile-layout-equal {
    grid-template-columns: repeat(4, 1fr);
  }
  .site-footer-row-columns-4.rspv-hfb-footer-row-mobile-layout-two-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .site-footer-row-columns-5.rspv-hfb-footer-row-mobile-layout-equal {
    grid-template-columns: repeat(5, 1fr);
  }
  .site-footer-row-columns-6.rspv-hfb-footer-row-mobile-layout-equal {
    grid-template-columns: repeat(6, 1fr);
  }
}

.footer-social-icons {
  display: flex;
  align-items: center;
  margin-right: 10px;
  max-height: inherit;
}

.footer-social-icons .social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor {
  text-decoration: none;
  height: 2em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: auto;
  padding: 0 0.4em;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-twitter {
  background-color: #1DA1F2 !important;
  color: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-twitter:hover {
  background-color: #1DA1F2 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-twitter {
  background-color: #1DA1F2 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-twitter:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-facebook {
  background-color: #3b5998 !important;
  color: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-facebook:hover {
  background-color: #3b5998 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-facebook {
  background-color: #3b5998 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-facebook:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-linkedin {
  background-color: #4875B4 !important;
  color: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-linkedin:hover {
  background-color: #4875B4 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-linkedin {
  background-color: #4875B4 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-linkedin:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-youtube {
  background-color: #FF3333 !important;
  color: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-youtube:hover {
  background-color: #FF3333 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-youtube {
  background-color: #FF3333 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-youtube:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-stumbleupon {
  background-color: #F1440C !important;
  color: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-stumbleupon:hover {
  background-color: #F1440C !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-stumbleupon {
  background-color: #F1440C !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-stumbleupon:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-rss {
  background-color: #FF6200 !important;
  color: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-rss:hover {
  background-color: #FF6200 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-rss {
  background-color: #FF6200 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-rss:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-instagram {
  background-color: #517fa4 !important;
  color: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-instagram:hover {
  background-color: #517fa4 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-instagram {
  background-color: #517fa4 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-instagram:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-pinterest {
  background-color: #C92228 !important;
  color: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-pinterest:hover {
  background-color: #C92228 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-pinterest {
  background-color: #C92228 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-pinterest:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-yelp {
  background-color: #c41200 !important;
  color: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-yelp:hover {
  background-color: #c41200 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-yelp {
  background-color: #c41200 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-yelp:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-vimeo {
  background-color: #4EBBFF !important;
  color: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-vimeo:hover {
  background-color: #4EBBFF !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-vimeo {
  background-color: #4EBBFF !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-vimeo:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-foursquare {
  background-color: #F94877 !important;
  color: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-foursquare:hover {
  background-color: #F94877 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-foursquare {
  background-color: #F94877 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-foursquare:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-email {
  background-color: #181818 !important;
  color: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-email:hover {
  background-color: #181818 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-email {
  background-color: #181818 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-email:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-bandcamp {
  background-color: #1DA0C3 !important;
  color: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-bandcamp:hover {
  background-color: #1DA0C3 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-bandcamp {
  background-color: #1DA0C3 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-bandcamp:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-behance {
  background-color: #1769ff !important;
  color: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-behance:hover {
  background-color: #1769ff !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-behance {
  background-color: #1769ff !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-behance:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-discord {
  background-color: #7289DA !important;
  color: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-discord:hover {
  background-color: #7289DA !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-discord {
  background-color: #7289DA !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-discord:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-github {
  background-color: #4078c0 !important;
  color: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-github:hover {
  background-color: #4078c0 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-github {
  background-color: #4078c0 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-github:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-googlereviews {
  background-color: #DB4437 !important;
  color: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-googlereviews:hover {
  background-color: #DB4437 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-googlereviews {
  background-color: #DB4437 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-googlereviews:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-medium {
  background-color: #181818 !important;
  color: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-medium:hover {
  background-color: #181818 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-medium {
  background-color: #181818 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-medium:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-patreon {
  background-color: #052D49 !important;
  color: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-patreon:hover {
  background-color: #052D49 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-patreon {
  background-color: #052D49 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-patreon:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-phone {
  background-color: #181818 !important;
  color: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-phone:hover {
  background-color: #181818 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-phone {
  background-color: #181818 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-phone:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-reddit {
  background-color: #ff4500 !important;
  color: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-reddit:hover {
  background-color: #ff4500 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-reddit {
  background-color: #ff4500 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-reddit:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-soundcloud {
  background-color: #ff7700 !important;
  color: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-soundcloud:hover {
  background-color: #ff7700 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-soundcloud {
  background-color: #ff7700 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-soundcloud:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-spotify {
  background-color: #23CF5F !important;
  color: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-spotify:hover {
  background-color: #23CF5F !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-spotify {
  background-color: #23CF5F !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-spotify:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-telegram {
  background-color: #0088cc !important;
  color: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-telegram:hover {
  background-color: #0088cc !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-telegram {
  background-color: #0088cc !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-telegram:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-threads {
  background-color: #000000 !important;
  color: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-threads:hover {
  background-color: #000000 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-threads {
  background-color: #000000 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-threads:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-tiktok {
  background-color: #69C9D0 !important;
  color: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-tiktok:hover {
  background-color: #69C9D0 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-tiktok {
  background-color: #69C9D0 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-tiktok:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-vk {
  background-color: #45668e !important;
  color: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-vk:hover {
  background-color: #45668e !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-vk {
  background-color: #45668e !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-vk:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-whatsapp {
  background-color: #28cf54 !important;
  color: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-whatsapp:hover {
  background-color: #28cf54 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-whatsapp {
  background-color: #28cf54 !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-whatsapp:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-wordpress {
  background-color: #00749C !important;
  color: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-wordpress:hover {
  background-color: #00749C !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-wordpress {
  background-color: #00749C !important;
  color: #fff;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-wordpress:hover {
  background-color: #2B6CB0 !important;
  fill: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-custom1, .footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-custom2, .footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-custom3 {
  color: #FFFFFF;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-custom1, .footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-custom2, .footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-custom3 {
  color: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-custom1:hover, .footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-custom2:hover, .footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-hover-custom3:hover, .footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-custom1:hover, .footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-custom2:hover, .footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor-until-hover-custom3:hover {
  background-color: #2B6CB0 !important;
  color: #fff;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor .responsive-social-icon-wrapper {
  display: inline-flex;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor .responsive-social-icon-wrapper.responsive-social-icon-wrapper-brand {
  fill: #FFFFFF;
}

.footer-social-icons .social-icons .responsive-social-icon .responsive-social-icon-anchor .responsive-social-icon-label {
  margin-left: 6px;
}

.rspv-hfb-footer-width-fullwidth #scroll.stt-on-right,
.responsive-site-full-width #scroll.stt-on-right {
  right: 2px;
}

.rspv-hfb-footer-width-fullwidth #scroll.stt-on-left,
.responsive-site-full-width #scroll.stt-on-left {
  left: 2px;
}

/**
 * Common wordpress classes styles
 * -----------------------------------------------------------------------------
 */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin-left: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

ol.aligncenter,
ol.aligncenter *,
ul.aligncenter,
ul.aligncenter * {
  text-align: center;
  list-style-position: inside;
}

ol.alignright,
ol.alignright *,
ul.alignright,
ul.alignright * {
  text-align: right;
  list-style-position: inside;
}

.alignright {
  margin: 5px 0 20px 20px;
  float: right;
}

.alignleft {
  margin: 5px 20px 20px 0;
  float: left;
}

a img.alignright {
  margin: 5px 0 20px 20px;
  float: right;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  margin: 5px 20px 20px 0;
  float: left;
}

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

.wp-caption {
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  border: 1px solid rgba(170, 170, 170, 0.2);
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

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

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

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

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 5px 5px;
  font-size: 13px;
}

.gallery-columns-1 {
  display: flex;
  flex-wrap: wrap;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  margin-top: 0;
  padding: 0 10px;
}

@media (max-width: 576px) {
  .gallery-columns-1 .gallery-item {
    width: 100%;
  }
}

.gallery-columns-2 {
  display: flex;
  flex-wrap: wrap;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
  margin-top: 0;
  padding: 0 10px;
}

@media (max-width: 576px) {
  .gallery-columns-2 .gallery-item {
    width: 100%;
  }
}

.gallery-columns-3 {
  display: flex;
  flex-wrap: wrap;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333333333%;
  margin-top: 0;
  padding: 0 10px;
}

@media (max-width: 576px) {
  .gallery-columns-3 .gallery-item {
    width: 100%;
  }
}

.gallery-columns-4 {
  display: flex;
  flex-wrap: wrap;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
  margin-top: 0;
  padding: 0 10px;
}

@media (max-width: 576px) {
  .gallery-columns-4 .gallery-item {
    width: 100%;
  }
}

.gallery-columns-5 {
  display: flex;
  flex-wrap: wrap;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
  margin-top: 0;
  padding: 0 10px;
}

@media (max-width: 576px) {
  .gallery-columns-5 .gallery-item {
    width: 100%;
  }
}

.gallery-columns-6 {
  display: flex;
  flex-wrap: wrap;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666666667%;
  margin-top: 0;
  padding: 0 10px;
}

@media (max-width: 576px) {
  .gallery-columns-6 .gallery-item {
    width: 100%;
  }
}

.gallery-columns-7 {
  display: flex;
  flex-wrap: wrap;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857142857%;
  margin-top: 0;
  padding: 0 10px;
}

@media (max-width: 576px) {
  .gallery-columns-7 .gallery-item {
    width: 100%;
  }
}

.gallery-columns-8 {
  display: flex;
  flex-wrap: wrap;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
  margin-top: 0;
  padding: 0 10px;
}

@media (max-width: 576px) {
  .gallery-columns-8 .gallery-item {
    width: 100%;
  }
}

.gallery-columns-9 {
  display: flex;
  flex-wrap: wrap;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111111111%;
  margin-top: 0;
  padding: 0 10px;
}

@media (max-width: 576px) {
  .gallery-columns-9 .gallery-item {
    width: 100%;
  }
}

.gallery-columns-10 {
  display: flex;
  flex-wrap: wrap;
}

.gallery-columns-10 .gallery-item {
  width: 10%;
  margin-top: 0;
  padding: 0 10px;
}

@media (max-width: 576px) {
  .gallery-columns-10 .gallery-item {
    width: 100%;
  }
}

/* ------------------------------------------- */
/*	Responsive gutenberg-front Styles — Block Editor
/* ------------------------------------------- */
.page.page-template-gutenberg-fullwidth .alignwide, .page.sidebar-position-no:not(.woocommerce) .alignwide,
.single.page-template-gutenberg-fullwidth .alignwide,
.single.sidebar-position-no:not(.woocommerce) .alignwide,
.blog.page-template-gutenberg-fullwidth .alignwide,
.blog.sidebar-position-no:not(.woocommerce) .alignwide,
.search.page-template-gutenberg-fullwidth .alignwide,
.search.sidebar-position-no:not(.woocommerce) .alignwide,
.archive.page-template-gutenberg-fullwidth .alignwide,
.archive.sidebar-position-no:not(.woocommerce) .alignwide {
  max-width: 100vw;
  margin-right: calc(25% - 25vw);
  margin-left: calc(25% - 25vw);
}

.page.page-template-gutenberg-fullwidth .alignwide.wp-block-cover, .page.page-template-gutenberg-fullwidth .alignwide.wp-block-cover-image, .page.sidebar-position-no:not(.woocommerce) .alignwide.wp-block-cover, .page.sidebar-position-no:not(.woocommerce) .alignwide.wp-block-cover-image,
.single.page-template-gutenberg-fullwidth .alignwide.wp-block-cover,
.single.page-template-gutenberg-fullwidth .alignwide.wp-block-cover-image,
.single.sidebar-position-no:not(.woocommerce) .alignwide.wp-block-cover,
.single.sidebar-position-no:not(.woocommerce) .alignwide.wp-block-cover-image,
.blog.page-template-gutenberg-fullwidth .alignwide.wp-block-cover,
.blog.page-template-gutenberg-fullwidth .alignwide.wp-block-cover-image,
.blog.sidebar-position-no:not(.woocommerce) .alignwide.wp-block-cover,
.blog.sidebar-position-no:not(.woocommerce) .alignwide.wp-block-cover-image,
.search.page-template-gutenberg-fullwidth .alignwide.wp-block-cover,
.search.page-template-gutenberg-fullwidth .alignwide.wp-block-cover-image,
.search.sidebar-position-no:not(.woocommerce) .alignwide.wp-block-cover,
.search.sidebar-position-no:not(.woocommerce) .alignwide.wp-block-cover-image,
.archive.page-template-gutenberg-fullwidth .alignwide.wp-block-cover,
.archive.page-template-gutenberg-fullwidth .alignwide.wp-block-cover-image,
.archive.sidebar-position-no:not(.woocommerce) .alignwide.wp-block-cover,
.archive.sidebar-position-no:not(.woocommerce) .alignwide.wp-block-cover-image {
  width: auto;
}

.page.page-template-gutenberg-fullwidth .alignfull, .page.sidebar-position-no:not(.woocommerce) .alignfull,
.single.page-template-gutenberg-fullwidth .alignfull,
.single.sidebar-position-no:not(.woocommerce) .alignfull,
.blog.page-template-gutenberg-fullwidth .alignfull,
.blog.sidebar-position-no:not(.woocommerce) .alignfull,
.search.page-template-gutenberg-fullwidth .alignfull,
.search.sidebar-position-no:not(.woocommerce) .alignfull,
.archive.page-template-gutenberg-fullwidth .alignfull,
.archive.sidebar-position-no:not(.woocommerce) .alignfull {
  margin-left: calc(-50vw + 50% + var(--responsive-scrollbar-width) / 2);
  margin-right: calc(-50vw + 50% + var(--responsive-scrollbar-width) / 2);
  max-width: calc(100vw - var(--responsive-scrollbar-width));
  width: calc(100vw - var(--responsive-scrollbar-width));
}

@media (max-width: 768px) {
  .page.page-template-gutenberg-fullwidth .alignfull, .page.sidebar-position-no:not(.woocommerce) .alignfull,
  .single.page-template-gutenberg-fullwidth .alignfull,
  .single.sidebar-position-no:not(.woocommerce) .alignfull,
  .blog.page-template-gutenberg-fullwidth .alignfull,
  .blog.sidebar-position-no:not(.woocommerce) .alignfull,
  .search.page-template-gutenberg-fullwidth .alignfull,
  .search.sidebar-position-no:not(.woocommerce) .alignfull,
  .archive.page-template-gutenberg-fullwidth .alignfull,
  .archive.sidebar-position-no:not(.woocommerce) .alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

.page.page-template-gutenberg-fullwidth .alignfull.wp-block-cover, .page.page-template-gutenberg-fullwidth .alignfull.wp-block-cover-image, .page.sidebar-position-no:not(.woocommerce) .alignfull.wp-block-cover, .page.sidebar-position-no:not(.woocommerce) .alignfull.wp-block-cover-image,
.single.page-template-gutenberg-fullwidth .alignfull.wp-block-cover,
.single.page-template-gutenberg-fullwidth .alignfull.wp-block-cover-image,
.single.sidebar-position-no:not(.woocommerce) .alignfull.wp-block-cover,
.single.sidebar-position-no:not(.woocommerce) .alignfull.wp-block-cover-image,
.blog.page-template-gutenberg-fullwidth .alignfull.wp-block-cover,
.blog.page-template-gutenberg-fullwidth .alignfull.wp-block-cover-image,
.blog.sidebar-position-no:not(.woocommerce) .alignfull.wp-block-cover,
.blog.sidebar-position-no:not(.woocommerce) .alignfull.wp-block-cover-image,
.search.page-template-gutenberg-fullwidth .alignfull.wp-block-cover,
.search.page-template-gutenberg-fullwidth .alignfull.wp-block-cover-image,
.search.sidebar-position-no:not(.woocommerce) .alignfull.wp-block-cover,
.search.sidebar-position-no:not(.woocommerce) .alignfull.wp-block-cover-image,
.archive.page-template-gutenberg-fullwidth .alignfull.wp-block-cover,
.archive.page-template-gutenberg-fullwidth .alignfull.wp-block-cover-image,
.archive.sidebar-position-no:not(.woocommerce) .alignfull.wp-block-cover,
.archive.sidebar-position-no:not(.woocommerce) .alignfull.wp-block-cover-image {
  width: auto;
}

.page.page-template-gutenberg-fullwidth .alignwide :where(:not(.alignwide):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.page.page-template-gutenberg-fullwidth .alignwide :where(:not(.alignfull):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.page.page-template-gutenberg-fullwidth .alignfull :where(:not(.alignwide):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.page.page-template-gutenberg-fullwidth .alignfull :where(:not(.alignfull):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)), .page.sidebar-position-no:not(.woocommerce) .alignwide :where(:not(.alignwide):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.page.sidebar-position-no:not(.woocommerce) .alignwide :where(:not(.alignfull):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.page.sidebar-position-no:not(.woocommerce) .alignfull :where(:not(.alignwide):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.page.sidebar-position-no:not(.woocommerce) .alignfull :where(:not(.alignfull):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.single.page-template-gutenberg-fullwidth .alignwide :where(:not(.alignwide):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.single.page-template-gutenberg-fullwidth .alignwide :where(:not(.alignfull):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.single.page-template-gutenberg-fullwidth .alignfull :where(:not(.alignwide):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.single.page-template-gutenberg-fullwidth .alignfull :where(:not(.alignfull):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.single.sidebar-position-no:not(.woocommerce) .alignwide :where(:not(.alignwide):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.single.sidebar-position-no:not(.woocommerce) .alignwide :where(:not(.alignfull):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.single.sidebar-position-no:not(.woocommerce) .alignfull :where(:not(.alignwide):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.single.sidebar-position-no:not(.woocommerce) .alignfull :where(:not(.alignfull):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.blog.page-template-gutenberg-fullwidth .alignwide :where(:not(.alignwide):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.blog.page-template-gutenberg-fullwidth .alignwide :where(:not(.alignfull):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.blog.page-template-gutenberg-fullwidth .alignfull :where(:not(.alignwide):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.blog.page-template-gutenberg-fullwidth .alignfull :where(:not(.alignfull):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.blog.sidebar-position-no:not(.woocommerce) .alignwide :where(:not(.alignwide):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.blog.sidebar-position-no:not(.woocommerce) .alignwide :where(:not(.alignfull):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.blog.sidebar-position-no:not(.woocommerce) .alignfull :where(:not(.alignwide):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.blog.sidebar-position-no:not(.woocommerce) .alignfull :where(:not(.alignfull):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.search.page-template-gutenberg-fullwidth .alignwide :where(:not(.alignwide):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.search.page-template-gutenberg-fullwidth .alignwide :where(:not(.alignfull):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.search.page-template-gutenberg-fullwidth .alignfull :where(:not(.alignwide):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.search.page-template-gutenberg-fullwidth .alignfull :where(:not(.alignfull):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.search.sidebar-position-no:not(.woocommerce) .alignwide :where(:not(.alignwide):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.search.sidebar-position-no:not(.woocommerce) .alignwide :where(:not(.alignfull):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.search.sidebar-position-no:not(.woocommerce) .alignfull :where(:not(.alignwide):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.search.sidebar-position-no:not(.woocommerce) .alignfull :where(:not(.alignfull):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.archive.page-template-gutenberg-fullwidth .alignwide :where(:not(.alignwide):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.archive.page-template-gutenberg-fullwidth .alignwide :where(:not(.alignfull):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.archive.page-template-gutenberg-fullwidth .alignfull :where(:not(.alignwide):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.archive.page-template-gutenberg-fullwidth .alignfull :where(:not(.alignfull):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.archive.sidebar-position-no:not(.woocommerce) .alignwide :where(:not(.alignwide):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.archive.sidebar-position-no:not(.woocommerce) .alignwide :where(:not(.alignfull):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.archive.sidebar-position-no:not(.woocommerce) .alignfull :where(:not(.alignwide):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)),
.archive.sidebar-position-no:not(.woocommerce) .alignfull :where(:not(.alignfull):not(.wp-block-cover__inner-container):not(.wp-block-separator):not(.wp-block-group__inner-container):not(.wp-block-responsive-block-editor-addons-container)) {
  max-width: 100%;
}

.page.page-template-gutenberg-fullwidth .wp-block-columns .alignwide,
.page.page-template-gutenberg-fullwidth .wp-block-columns .alignfull, .page.sidebar-position-no:not(.woocommerce) .wp-block-columns .alignwide,
.page.sidebar-position-no:not(.woocommerce) .wp-block-columns .alignfull,
.single.page-template-gutenberg-fullwidth .wp-block-columns .alignwide,
.single.page-template-gutenberg-fullwidth .wp-block-columns .alignfull,
.single.sidebar-position-no:not(.woocommerce) .wp-block-columns .alignwide,
.single.sidebar-position-no:not(.woocommerce) .wp-block-columns .alignfull,
.blog.page-template-gutenberg-fullwidth .wp-block-columns .alignwide,
.blog.page-template-gutenberg-fullwidth .wp-block-columns .alignfull,
.blog.sidebar-position-no:not(.woocommerce) .wp-block-columns .alignwide,
.blog.sidebar-position-no:not(.woocommerce) .wp-block-columns .alignfull,
.search.page-template-gutenberg-fullwidth .wp-block-columns .alignwide,
.search.page-template-gutenberg-fullwidth .wp-block-columns .alignfull,
.search.sidebar-position-no:not(.woocommerce) .wp-block-columns .alignwide,
.search.sidebar-position-no:not(.woocommerce) .wp-block-columns .alignfull,
.archive.page-template-gutenberg-fullwidth .wp-block-columns .alignwide,
.archive.page-template-gutenberg-fullwidth .wp-block-columns .alignfull,
.archive.sidebar-position-no:not(.woocommerce) .wp-block-columns .alignwide,
.archive.sidebar-position-no:not(.woocommerce) .wp-block-columns .alignfull {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

.alignwide,
.alignfull {
  clear: both;
}

.content-width-1200 > [class*="__inner-container"] {
  max-width: 1200px !important;
  margin: 0 auto;
}

.content-width-960 > [class*="__inner-container"] {
  max-width: 960px !important;
  margin: 0 auto;
}

.content-width-720 > [class*="__inner-container"] {
  max-width: 720px !important;
  margin: 0 auto;
}

.content-width-540 > [class*="__inner-container"] {
  max-width: 540px !important;
  margin: 0 auto;
}

@media (max-width: 782px) {
  .content-outer .wp-block-columns .wp-block-column {
    flex-basis: 100%;
    margin-left: 0;
  }
}

.wp-block-image.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-block-image.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-block-image.alignright {
  margin: 5px 0 20px 20px;
}

:root .has-primary-color {
  color: #333333;
}

:root .has-primary-background-color {
  background-color: #333333;
  color: #ffffff;
}

:root .has-secondary-color {
  color: #0066CC;
}

:root .has-secondary-background-color {
  background-color: #0066CC;
  color: #ffffff;
}

.post-entry .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 768px) {
  .post-entry .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 0 21px 88px 21px;
    text-align: center;
  }
}

@media (min-width: 769px) {
  .home-banner.wp-block-cover {
    padding-left: 80px;
  }
}

@media (min-width: 601px) and (max-width: 768px) {
  .home-banner.wp-block-cover {
    padding: 30px;
  }
  .home-banner .wp-block-media-text.has-media-on-the-right {
    grid-template-columns: 100% !important;
  }
  .home-banner .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .home-banner .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    grid-row: 2;
    grid-column: 1;
  }
}

@media (max-width: 768px) {
  .home-banner .wp-block-buttons.is-layout-flex {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .home-banner .wp-block-media-text__content > p {
    font-size: 18px !important;
    margin-top: 18px;
    margin-bottom: 18px;
  }
}

@media (max-width: 768px) {
  .home-banner .wp-block-heading {
    text-align: center;
  }
  .home-banner .wp-block-media-text__content > p {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .wp-block-group.services {
    padding: 56px 32px 0 32px !important;
  }
}

.wp-block-group.services .wp-block-group__inner-container {
  padding: 0;
}

.wp-block-group.services .wp-block-columns.is-layout-flex {
  gap: 132px;
}

@media (max-width: 768px) {
  .wp-block-group.services .wp-block-columns.is-layout-flex {
    gap: 56px;
  }
}

.wp-block-group.services .wp-block-column .wp-block-image {
  margin: 0;
}

.wp-block-group.services .wp-block-column .wp-block-heading {
  margin-top: 0;
  margin-bottom: 18px;
}

.wp-block-group.services .wp-block-column p {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .wp-block-group.about {
    padding: 90px 25px 105px 20px !important;
  }
}

.wp-block-group.about .wp-block-media-text {
  gap: 170px;
}

@media (max-width: 768px) {
  .wp-block-group.about .wp-block-media-text {
    gap: 39px;
  }
}

@media (max-width: 768px) {
  .wp-block-group.about .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
}

.wp-block-group.about .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
  text-align: left;
}

@media (max-width: 768px) {
  .wp-block-group.about .wp-block-media-text .wp-block-media-text__content {
    grid-row: 1;
  }
  .wp-block-group.about .wp-block-media-text .wp-block-media-text__content .wp-block-heading {
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .wp-block-group.about .wp-block-media-text .wp-block-media-text__content p {
    margin: 0;
  }
  .wp-block-group.about .wp-block-media-text .wp-block-media-text__content p:not(:last-child) {
    margin-bottom: 4px;
  }
}

@media (max-width: 576px) {
  .wp-block-group.about .wp-block-media-text .wp-block-media-text__content .wp-block-heading {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  .wp-block-group.about .wp-block-media-text .wp-block-media-text__content p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .wp-block-group.about .wp-block-media-text .wp-block-media-text__media {
    grid-row: 2;
    grid-column: 1;
  }
  .wp-block-group.about .wp-block-media-text .wp-block-media-text__media img {
    width: 267px;
    height: 400px;
  }
}

.wp-block-group.about .wp-block-group__inner-container {
  padding: 0;
}

@media (max-width: 768px) {
  .wp-block-group.whyus {
    padding: 171px 24px 171px 20px !important;
  }
}

.wp-block-group.whyus .wp-block-columns {
  gap: 183px;
}

@media (max-width: 576px) {
  .wp-block-group.whyus .wp-block-columns {
    gap: 104px;
  }
}

.wp-block-group.whyus .wp-block-column h3, .wp-block-group.whyus .wp-block-column .site-title {
  line-height: 36px;
}

@media (max-width: 768px) {
  .wp-block-group.testimonials {
    padding: 78px 22px !important;
  }
}

@media (min-width: 768px) {
  .wp-block-group.testimonials p {
    font-size: 24px;
    line-height: 47px;
  }
}

@media (max-width: 576px) {
  .wp-block-group.testimonials p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (max-width: 768px) {
  .wp-block-group.contact {
    padding: 96px 22px !important;
  }
}

@media (min-width: 768px) {
  .wp-block-group.contact .wp-block-buttons {
    margin-top: 32px;
  }
}

@media (max-width: 576px) {
  .wp-block-group.contact .wp-block-buttons {
    margin-top: 26px;
  }
}

.post-entry .wp-block-group .wp-block-group__inner-container {
  padding: 0;
}

.post-entry .wp-block-cover .wp-block-cover__inner-container {
  padding: 0;
}

.responsive-about-me-widget-container {
  display: flex;
  flex-flow: column nowrap;
  padding: 20px 15px !important;
  border-top: 4px solid #10659c;
  border-radius: 2px !important;
}

.responsive-about-me-widget-container .widget-title {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.responsive-about-me-widget-container .widget-title h4 {
  display: inline-block !important;
  flex-grow: 1;
  margin-bottom: 0 !important;
  padding: 4px 10px;
}

.responsive-about-me-widget-container .widget-title .responsive-about-me__fancy-bg {
  display: inline-block;
  flex-grow: 100;
  height: 12px;
  margin-top: 7px;
  background-image: url("../images/line.svg");
  background-repeat: repeat-x;
  overflow: hidden;
}

.responsive-about-me__img,
.responsive-about-me__bio {
  padding: 5px 10px;
}

.responsive-about-me__img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: unset !important;
  margin-right: unset !important;
  margin-bottom: 10px !important;
  margin-left: unset !important;
}

.responsive-about-me__img img:hover {
  transition: all 180ms;
  opacity: 0.8;
}

.responsive-about-me__bio {
  color: inherit;
  font-size: 15px;
  line-height: 26px;
}

.res-transparent-header:not(.woocommerce-cart):not(.woocommerce-checkout) #masthead.sticky-header,
.res-transparent-header #masthead.sticky-header,
#masthead.sticky-header {
  position: fixed;
  top: 0;
  left: 0px;
  z-index: 200;
  width: 100%;
  background-color: #fff;
  margin: 0 !important;
  opacity: 0.9;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
  z-index: 99999;
}

.res-transparent-header:not(.woocommerce-cart):not(.woocommerce-checkout) #masthead.sticky-header.shrink .site-branding .custom-logo,
.res-transparent-header #masthead.sticky-header.shrink .site-branding .custom-logo,
#masthead.sticky-header.shrink .site-branding .custom-logo {
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
  max-height: 60px;
  width: auto;
}

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

.main-navigation-wrapper .full-screen-search-wrapper {
  display: none;
}

@media (max-width: 780px) {
  .admin-bar #masthead.sticky-header {
    top: 46px;
  }
}

@media (max-width: 600px) {
  .admin-bar #masthead.sticky-header {
    top: 0;
  }
}

/* Loader */
.responsive-loader {
  display: none;
  margin: 0 auto;
  min-height: 58px;
  line-height: 58px;
  width: 70px;
  text-align: center;
}

.responsive-loader > div {
  width: 18px;
  height: 18px;
  background-color: #0085ba;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.responsive-loader .responsive-loader-1 {
  animation-delay: -0.32s;
}

.responsive-loader .responsive-loader-2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

.responsive-load-more {
  cursor: pointer;
  display: none;
  border: 2px solid #ffffff;
  transition: all .2s linear;
  color: #000;
}

.responsive-load-more.active {
  display: inline-block;
  padding: 0 1.5em;
  line-height: 3em;
  cursor: default;
}

.responsive-pagination-infinite {
  text-align: center;
  margin: 2.5em 0 0;
}

/* Date Box */
.responsive-date-box {
  text-align: center;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.date-box-links {
  text-decoration: none;
  margin-top: auto;
  margin-bottom: auto;
}

.date-box-day {
  line-height: 1em;
  font-weight: 900;
  padding-top: 3px;
  padding-bottom: 3px;
}

.date-box-month,
.date-box-year {
  line-height: 1em;
}

/* Blog/Archive Layouts */
.standard-blog-layout #main-blog .post-entry {
  display: block;
}

.standard-blog-layout .responsive-date-box.with-thumbnail {
  margin-top: 0;
}

.blog-layout-two #main-blog .entry-title {
  grid-area: title;
  margin-top: 0;
  margin-bottom: 0;
  word-break: break-all;
}

.blog-layout-two #main-blog .post-meta {
  grid-area: meta;
}

.blog-layout-two #main-blog .datebox-container {
  position: relative;
}

.blog-layout-two #main-blog .thumbnail {
  position: relative;
  margin-top: 0;
}

.blog-layout-two #main-blog .entry-content {
  grid-area: content;
}

.blog-layout-two #main-blog .post-entry {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  grid-column-gap: 15px;
}

.blog-layout-two #main-blog .post-entry > .blog-entry-content-wrapper {
  order: 1;
}

.blog-layout-two #main-blog .post-entry > .thumbnail {
  order: 2;
}

.blog-layout-two #main-blog .post-entry .datebox-container {
  order: 2;
}

.blog-layout-two .responsive-date-box.without-thumbnail {
  position: relative;
  margin: 0;
  margin-left: auto;
}

.blog-layout-two .responsive-date-box.with-thumbnail {
  position: relative;
  top: 0;
  right: 0;
  margin-top: 0;
}

.blog-layout-two #main-blog .thumbnail > .thumbnail-link > img {
  max-height: 230px;
}

@media (max-width: 768px) {
  .blog-layout-two #main-blog .post-entry {
    display: block;
  }
  .blog-layout-two #main-blog .entry-title {
    margin-bottom: 14px;
  }
  .blog-layout-two .responsive-date-box.without-thumbnail {
    position: static;
    margin-left: 0;
  }
  .blog-layout-two #main-blog .post-entry > .datebox-container {
    margin-bottom: 14px;
  }
  .blog-layout-two #main-blog .thumbnail > .thumbnail-link > img {
    max-height: 100%;
    width: 100%;
  }
  .blog-layout-two .responsive-date-box.with-thumbnail {
    top: 0;
    right: 0;
  }
}

.blog-layout-three #main-blog .entry-title {
  grid-area: title;
  margin-top: 0;
  margin-bottom: 0;
  word-break: break-all;
}

.blog-layout-three #main-blog .post-meta {
  grid-area: meta;
}

.blog-layout-three #main-blog .datebox-container {
  position: relative;
}

.blog-layout-three #main-blog .thumbnail {
  position: relative;
  margin-top: 0;
}

.blog-layout-three #main-blog .entry-content {
  grid-area: content;
}

.blog-layout-three #main-blog .post-entry {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  grid-column-gap: 15px;
}

.blog-layout-three .responsive-date-box.without-thumbnail {
  position: relative;
  margin: 0;
  margin-right: auto;
}

.blog-layout-three .responsive-date-box.with-thumbnail {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
}

.blog-layout-three #main-blog .thumbnail > .thumbnail-link > img {
  max-height: 230px;
}

@media (max-width: 768px) {
  .blog-layout-three #main-blog .post-entry {
    display: block;
  }
  .blog-layout-three #main-blog .entry-title {
    margin-bottom: 14px;
  }
  .blog-layout-three .responsive-date-box.without-thumbnail {
    position: static;
    margin-left: 0;
  }
  .blog-layout-three #main-blog .post-entry > .datebox-container {
    margin-bottom: 14px;
  }
  .blog-layout-three #main-blog .thumbnail > .thumbnail-link > img {
    max-height: 100%;
    width: 100%;
  }
  .blog-layout-three .responsive-date-box.with-thumbnail {
    top: 0;
    right: 0;
  }
}

/**
 * Common Site styles
 * -----------------------------------------------------------------------------
 */
body {
  background-color: #F0F5FA;
}

.responsive-site-full-width .container, .responsive-site-full-width [class*="__inner-container"], .responsive-site-full-width .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .main-navigation-wrapper, .site-header-full-width-main-navigation.site-mobile-header-layout-vertical:not(.responsive-site-full-width) .responsive-site-full-width .main-navigation-wrapper {
  max-width: none;
}

[class^="icon-"],
[class*=" icon-"] {
  margin-right: 5px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  display: block;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  border-radius: 3px;
  background-color: #f1f1f1;
  color: #21759b;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  z-index: 100000;
  clip: auto !important;
  clip-path: none;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* Static styles of Single Blog related posts  */
.responsive-single-related-posts-container {
  padding: 15px !important;
}

.responsive-single-related-posts-container .responsive-related-single-posts-wrapper .responsive-related-single-post {
  margin: 0;
  padding: 0 !important;
}

.responsive-related-single-posts-title-section {
  padding-bottom: 20px;
}

.responsive-single-related-posts-container .responsive-related-single-post-content .responsive-related-single-post-title {
  margin-top: 10px;
  margin-bottom: 5px;
}

.responsive-single-related-posts-container .responsive-related-single-post-content .post-meta {
  margin-top: 0;
  margin-bottom: 10px;
}

.responsive-related-single-post-excerpt {
  margin: 0;
}

.responsive-related-single-post-not-found {
  margin: 0;
}

.page.sidebar-position-no:not(.woocommerce) .alignwide {
  margin-left: auto;
  margin-right: auto;
}

/**
 * Fix footer to the bottom 
 * -----------------------------------------------------------------------------
 */
#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#page .site-content {
  flex-grow: 1;
}

.admin-bar #page {
  min-height: calc(100vh - 32px);
}
