@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
a:hover, a:focus {
  text-decoration: none;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: 'OpenSansLight';
  src: url('../fonts/OpenSansLight.eot');
  src: url('../fonts/OpenSansLight.eot') format('embedded-opentype'), url('../fonts/OpenSansLight.woff2') format('woff2'), url('../fonts/OpenSansLight.woff') format('woff'), url('../fonts/OpenSansLight.ttf') format('truetype'), url('../fonts/OpenSansLight.svg#OpenSansLight') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OpenSansRegular';
  src: url('../fonts/OpenSansRegular.eot');
  src: url('../fonts/OpenSansRegular.eot') format('embedded-opentype'), url('../fonts/OpenSansRegular.woff2') format('woff2'), url('../fonts/OpenSansRegular.woff') format('woff'), url('../fonts/OpenSansRegular.ttf') format('truetype'), url('../fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MRSEAVESXLSERNAROTBOLD';
  src: url('../fonts/MRSEAVESXLSERNAROTBOLD.eot');
  src: url('../fonts/MRSEAVESXLSERNAROTBOLD.eot') format('embedded-opentype'), url('../fonts/MRSEAVESXLSERNAROTBOLD.woff2') format('woff2'), url('../fonts/MRSEAVESXLSERNAROTBOLD.woff') format('woff'), url('../fonts/MRSEAVESXLSERNAROTBOLD.ttf') format('truetype'), url('../fonts/MRSEAVESXLSERNAROTBOLD.svg#MRSEAVESXLSERNAROTBOLD') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CopperPlateCondBold';
  src: url('../fonts/CopperPlateCondBold.eot');
  src: url('../fonts/CopperPlateCondBold.eot') format('embedded-opentype'), url('../fonts/CopperPlateCondBold.woff2') format('woff2'), url('../fonts/CopperPlateCondBold.woff') format('woff'), url('../fonts/CopperPlateCondBold.ttf') format('truetype'), url('../fonts/CopperPlateCondBold.svg#CopperPlateCondBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icons-dog-gear/fonts/icomoon.eot?xzggap');
  src: url('../fonts/icons-dog-gear/fonts/icomoon.eot?xzggap#iefix') format('embedded-opentype'), url('../fonts/icons-dog-gear/fonts/icomoon.ttf?xzggap') format('truetype'), url('../fonts/icons-dog-gear/fonts/icomoon.woff?xzggap') format('woff'), url('../fonts/icons-dog-gear/fonts/icomoon.svg?xzggap#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class*=" dg-icon"], [class^="dg-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dg-icon-message:before {
  content: "";
}
.dg-icon-arrow-right:before {
  content: "";
}
.dg-icon-youtube:before {
  content: "";
}
.dg-icon-info:before {
  content: "";
}
.dg-icon-sun:before {
  content: "";
}
.dg-icon-search:before {
  content: "";
}
.dg-icon-man:before {
  content: "";
}
.dg-icon-twitter:before {
  content: "";
}
.dg-icon-facebook:before {
  content: "";
}
.dg-icon-instagram:before {
  content: "";
}
.dg-icon-nav-arrow:before {
  content: "";
}
.dg-icon-share:before {
  content: "";
}
.dg-icon-arr:before {
  content: "";
}
.dg-icon-arro:before {
  content: "";
}
.dg-icon-arrow:before {
  content: "";
}
.dg-icon-pros:before {
  content: "";
}
.dg-icon-check:before {
  content: "";
}
.dg-icon-best:before {
  content: "";
}
.dg-icon-star:before {
  content: "";
}
.dg-icon-cons:before {
  content: "";
}
.dg-icon-linkedin:before {
  content: "";
}
.dg-icon-website:before {
  content: "";
}
.dg-icon-pinterest:before {
  content: "";
}
.dg-icon-tiktok:before {
  content: "";
}
.dg-icon-menu:before {
  content: "";
}
/* ========================================
  HEADER STYLES
======================================== */
.admin-bar .header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
body.open-menu {
  overflow: hidden;
}
body.open-menu .mobile-navigation-wrapper {
  left: 0;
}
body.open-menu .animate-wrapper {
  transform: translate3d(300px, 0, 0);
}
@media (min-width: 576px) {
  body.open-menu .animate-wrapper {
    transform: translate3d(350px, 0, 0);
  }
}
@media (min-width: 768px) {
  body.open-menu .animate-wrapper {
    transform: translate3d(440px, 0, 0);
  }
}
.animate-wrapper {
  transition: transform 0.4s ease;
}
header {
  /****************** HEADER DEFAULT ******************/
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  /****************** HEADER TOP ******************/
  /****************** HEADER MEDIUM ******************/
  /****************** HEADER BOTTOM ******************/
}
header ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header .logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
header .logo {
  width: calc(100% - 120px);
  max-width: 300px;
}
@media (min-width: 992px) {
  header .logo {
    max-width: 352px;
  }
}
header .logo img {
  width: 100%;
}
header .header-top-line {
  justify-content: flex-end;
  padding: 8px 24px;
  display: none;
  background: #122423;
}
@media (min-width: 992px) {
  header .header-top-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .header-top-line .social-media {
  padding: 6px 0;
}
header .header-top-line .social-media ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
header .header-top-line .social-media ul li {
  line-height: 1;
}
header .header-top-line .social-media ul a {
  line-height: 1;
  color: #fff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  header .header-top-line .social-media ul a:hover {
    color: #bababa;
  }
}
header .header-top-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
header .header-top-menu ul li {
  line-height: 1;
}
header .header-top-menu ul a {
  text-decoration: none;
  color: #7f0b0d;
  font-size: 13px;
  font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  header .header-top-menu ul a:hover {
    color: #000000;
  }
}
header .header-medium-line {
  padding-bottom: 15px;
  display: none;
}
@media (min-width: 992px) {
  header .header-medium-line {
    display: block;
  }
}
header .header-medium-line .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .header-bottom-line {
  padding: 10px 0 14px;
}
header .header-bottom-line .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 24px;
  width: 100%;
  background: #fff;
  max-width: 100%;
}
@media (min-width: 992px) {
  header .header-bottom-line .container {
    padding: 0 24px;
  }
}
header .logo-mobile {
  display: block;
}
@media (min-width: 992px) {
  header .logo-mobile {
    display: none;
  }
}
header .btn-open-menu, header .btn-search a {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .btn-open-menu i, header .btn-search a i {
  font-size: 23px;
  color: #000;
}
header .btn-search i {
  font-size: 18px;
}
header .btn-open-menu {
  background: rgba(0, 0, 0, 0);
}
@media (min-width: 992px) {
  header .btn-open-menu {
    visibility: hidden;
    display: none;
  }
}
/****************** DESKTOP MENU ******************/
.desktop-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  /*** Common menu ***/
  /*** First step menu ***/
}
@media (min-width: 992px) {
  .desktop-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    margin-left: 30px;
    margin-top: 10px;
  }
}
.desktop-nav li {
  position: relative;
}
.desktop-nav ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.desktop-nav a {
  color: #000;
  display: block;
  font-size: 20px;
  font-family: 'MRSEAVESXLSERNAROTBOLD', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .desktop-nav a:hover {
    color: #c55254;
  }
}
.desktop-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.desktop-nav > ul > li {
  margin-right: 18px;
  padding: 16px 0;
}
.desktop-nav > ul > li > .expand-btn-wrap a {
  margin-right: 8px;
  padding: 0;
}
.desktop-nav > ul > li > .expand-btn-wrap i {
  padding: 0;
}
.desktop-nav > ul > li:last-child {
  margin-right: 0;
}
.desktop-nav > ul > li:last-child > ul.sub-menu {
  right: 0;
  left: auto;
}
.desktop-nav > ul > li:last-child > ul.sub-menu .expand-btn-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.desktop-nav > ul > li:last-child > ul.sub-menu .expand-btn-wrap a {
  padding-left: 0;
  padding-right: 12px;
}
.desktop-nav > ul > li:last-child > ul.sub-menu .expand-btn-wrap i {
  transform: rotate(180deg);
}
.desktop-nav > ul > li:last-child > ul.sub-menu .sub-menu {
  left: auto;
  right: 100%;
}
.desktop-nav .expand-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.desktop-nav .expand-btn-wrap a {
  flex-grow: 1;
}
.desktop-nav .expand-btn-wrap i {
  color: #000;
  font-size: 12px;
  padding: 5px 10px;
  transform: rotate(90deg);
}
.desktop-nav ul.sub-menu {
  width: 200px;
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  left: 0;
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  margin-top: 15px;
  z-index: 99;
  transition: 0.4s;
  padding: 5px 0;
}
.desktop-nav ul.sub-menu li:hover {
  background: #122423;
}
.desktop-nav ul.sub-menu li:hover a {
  color: #ffffff;
}
.desktop-nav ul.sub-menu a {
  padding: 5px 12px;
  font-size: 18px;
}
.desktop-nav ul.sub-menu .expand-btn-wrap a {
  padding-left: 12px;
  padding-right: 0;
}
.desktop-nav ul.sub-menu .expand-btn-wrap i {
  transform: rotate(0);
}
.desktop-nav ul.sub-menu .sub-menu {
  top: 0;
  margin: 0;
  left: 100%;
}
/****************** MOBILE MENU ******************/
.mobile-navigation-wrapper {
  position: fixed;
  width: 300px;
  left: -310px;
  background: #f3f3f3;
  transition: all 0.4s ease;
  height: 100vh;
  padding: 0 0 50px;
  overflow-y: auto;
}
@media (min-width: 576px) {
  .mobile-navigation-wrapper {
    width: 350px;
    left: -360px;
  }
}
@media (min-width: 768px) {
  .mobile-navigation-wrapper {
    width: 440px;
    left: -450px;
  }
}
.mobile-navigation-wrapper .title-menu {
  padding-left: 20px;
  padding-right: 20px;
  min-height: 44px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-navigation-wrapper .mobile-nav {
  padding: 0 0 0 20px;
  /*** FIRST STEP ***/
}
.mobile-navigation-wrapper .mobile-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-navigation-wrapper .mobile-nav li.active .sub-menu {
  display: block;
}
.mobile-navigation-wrapper .mobile-nav .expand-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mobile-navigation-wrapper .mobile-nav a {
  padding: 12px 0;
  color: #000000;
  display: block;
  font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-transform: capitalize;
}
.mobile-navigation-wrapper .mobile-nav .expand-btn-wrap a {
  flex-grow: 1;
}
.mobile-navigation-wrapper .mobile-nav .expand-btn-wrap i {
  cursor: pointer;
  transform: rotate(90deg);
  font-size: 15px;
  width: 35px;
  min-width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mobile-navigation-wrapper .mobile-nav > ul > li {
  border-bottom: 1px solid #1d3348;
}
.mobile-navigation-wrapper .mobile-nav > ul > li a {
  font-weight: bold;
  width: calc(100% - 45px);
}
.mobile-navigation-wrapper .mobile-nav .sub-menu {
  display: none;
  padding: 0 0 4px 15px;
}
.mobile-navigation-wrapper .mobile-nav .sub-menu a {
  font-weight: normal;
  font-size: 15px;
  padding: 8px 0;
}
.mobile-navigation-wrapper .mobile-nav .sub-menu .expand-btn-wrap {
  display: none;
}
.mobile-navigation-wrapper .mobile-nav .sub-menu .sub-menu > li {
  padding-left: 15px;
  position: relative;
}
.mobile-navigation-wrapper .mobile-nav .sub-menu .sub-menu > li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #1d3348;
  border-radius: 2px;
}
/* ========================================
  FOOTER STYLES
======================================== */
footer {
  border-top: 2px solid #e9e9e9;
  padding: 24px 0 40px;
}
footer .footer-top {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  footer .footer-top {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-template-columns: 200px 1fr;
  }
}
footer .footer-logo {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  footer .footer-logo {
    order: 2;
  }
}
footer .footer-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media (max-width: 991px) {
  footer .footer-menu {
    order: 1;
  }
}
footer .footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}
@media (min-width: 992px) {
  footer .footer-menu ul {
    gap: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
footer .footer-menu ul li {
  padding-left: 24px;
  position: relative;
}
footer .footer-menu ul li:first-child:before {
  display: none;
}
footer .footer-menu ul li:before {
  content: '·';
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  color: #000000;
}
footer .footer-menu ul a {
  color: #333;
  text-decoration: none;
  font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
}
@media (min-width: 992px) {
  footer .footer-menu ul a:hover {
    color: #7f0b0d;
  }
}
footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
}
@media (min-width: 992px) {
  footer .footer-bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
footer .footer-bottom .copyright {
  color: #777;
  font-size: 13px;
  line-height: 1.5;
  font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
/* ========================================
  COMMON STYLES
======================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a, a:hover, a:focus, a:visited {
  text-decoration: none;
}
a, input, label, button, .menu-btn, .toc-header {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover, a:focus {
  outline: none;
  text-decoration: none;
}
button, input, img, textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
}
img {
  display: block;
}
input:focus {
  outline: none;
}
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
html {
  font-size: 16px;
}
body {
  font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
body.overflow-hidden {
  overflow: hidden;
  height: 100vh;
}
p {
  color: #333333;
  margin: 0 0 20px;
  line-height: 1.52;
  font-size: 1.0625rem;
}
@media (min-width: 992px) {
  p {
    font-size: 1.125rem;
  }
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}
.box-content a {
  color: #7f0b0d;
  border-bottom: 1px solid #7f0b0d;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 992px) {
  .box-content a:hover {
    border-color: transparent;
  }
}
.box-content img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  margin: 20px 0;
}
.box-content blockquote {
  margin: 15px 0;
  max-width: 100% !important;
  min-width: auto !important;
}
.box-content blockquote iframe, .box-content blockquote .rll-youtube-player {
  margin: 0 auto;
}
.box-content iframe, .box-content .rll-youtube-player {
  max-width: 100%;
  margin: 15px auto;
  display: block;
}
.box-content ul {
  padding: 0;
  list-style: none;
  margin: 0 0 20px 0;
}
.box-content ul:last-child {
  margin: 0;
}
.box-content ul li {
  position: relative;
  padding: 0 0 0 15px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 1.0625rem;
  color: #333333;
}
@media (min-width: 992px) {
  .box-content ul li {
    font-size: 1.125rem;
  }
}
.box-content ul li:last-child {
  margin-bottom: 0;
}
.box-content ul li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #3D3D3D;
}
.container {
  position: relative;
  padding: 0 15px;
  max-width: 1200px;
  margin: 0 auto;
}
.container-extended {
  position: relative;
  padding: 0 15px;
  max-width: 1326px;
  margin: 0 auto;
}
.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 15px;
  min-height: 40px;
  line-height: 1.4;
  text-align: center;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  cursor: pointer;
}
.btn-box1 {
  min-width: 100%;
  font-size: 0.875rem;
  background: #000000;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #fff;
}
@media (min-width: 992px) {
  .btn-box1 {
    min-width: 112px;
  }
  .btn-box1:hover {
    background: transparent;
    border-color: #000000;
    color: #000000;
  }
}
.btn-box2 {
  min-width: 192px;
  background: #3182ce;
  color: #ffffff;
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .btn-box2 {
    min-width: 112px;
  }
  .btn-box2:hover {
    background: #fbac46;
    color: #3d3d3d;
  }
}
.btn-box3 {
  min-width: 100%;
  background: transparent;
  color: #3D3D3D;
  font-size: 0.875rem;
  border: 1px solid rgba(0, 0, 0, 0.07);
}
@media (min-width: 500px) {
  .btn-box3 {
    min-width: 146px;
  }
}
@media (min-width: 992px) {
  .btn-box3:hover {
    border: 1px solid #3D3D3D;
  }
}
.btn-see-more {
  min-height: 0;
  padding: 3px 0;
  margin-top: 32px;
  font-family: 'MRSEAVESXLSERNAROTBOLD', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.625;
  color: #000000;
}
@media (min-width: 992px) {
  .btn-see-more:hover {
    color: #7f0b0d;
  }
  .btn-see-more:hover:before {
    background: #7f0b0d;
  }
}
.btn-see-more:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #000000;
  transition: all 0.15s ease;
}
.slick-slide {
  outline: none;
}
.slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  font-size: 0.75rem;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.slick-arrow.slick-prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'MRSEAVESXLSERNAROTBOLD', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 2.375rem;
  line-height: 1.2;
  color: #000000;
}
/*sticky footer styles*/
html {
  height: 100%;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.fake-padding {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.sticky-footer-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
/*paddings when no subscription section*/
.no-subscribe .sticky-footer-wrap {
  padding-bottom: 67px;
}
@media (min-width: 992px) {
  .no-subscribe .sticky-footer-wrap {
    padding-bottom: 100px;
  }
}
.related-reads-section .bg-post-grid {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.related-reads-section .bg-post-grid a {
  color: #8e2e05;
  font-size: 18px;
  font-family: 'MRSEAVESXLSERNAROTBOLD', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.related-reads-section .bg-post-grid a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .related-reads-title {
    text-align: left;
  }
}
.tags-block .tag-grid, .homepage__tags {
  line-height: 1.5;
  gap: 0 !important;
}
.tags-block .tag-grid:before, .homepage__tags:before {
  content: 'Tags: ';
  margin-right: 10px;
}
.tags-block .tag-grid .tag-items, .tags-block .tag-grid a, .homepage__tags .tag-items, .homepage__tags a {
  background: none !important;
  color: #8e2e05 !important;
  text-decoration: underline !important;
  min-height: auto !important;
  min-width: auto !important;
  padding: 0 !important;
  margin: 1px 10px 4px 0 !important;
  border: none !important;
}
.tags-block .tag-grid .tag-items:hover, .tags-block .tag-grid a:hover, .homepage__tags .tag-items:hover, .homepage__tags a:hover {
  text-decoration: none !important;
}
.static-content a {
  color: #8e2e05 !important;
  border-bottom: none !important;
  text-decoration: underline !important;
}
.static-content a:hover {
  text-decoration: none !important;
}
.related-reads-title {
  font-family: 'MRSEAVESXLSERNAROTBOLD', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.related-reads-section a {
  color: #8e2e05;
}
