/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
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;
  vertical-align: baseline;
}
/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}
/* 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;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
@font-face {
  font-family: "gtwalsheim";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/gt-walsheim/gt-walsheim-web.eot");
  src: url("../fonts/gt-walsheim/gt-walsheim-web.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-walsheim/gt-walsheim-web.woff") format("woff"), url("../fonts/gt-walsheim/gt-walsheim-web.ttf") format("truetype"), url("../fonts/gt-walsheim/gt-walsheim-web.svg#gtwalsheim") format("svg");
}
@font-face {
  font-family: "gtwalsheim";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/gt-walsheim/gt-walsheim-bold-web.eot");
  src: url("../fonts/gt-walsheim/gt-walsheim-bold-web.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-walsheim/gt-walsheim-bold-web.woff") format("woff"), url("../fonts/gt-walsheim/gt-walsheim-bold-web.ttf") format("truetype"), url("../fonts/gt-walsheim/gt-walsheim-bold-web.svg#gtwalsheim") format("svg");
}
body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  margin: 0;
}
body:not(.home) {
  padding-top: 45px;
}
@media (max-width: 900px) {
  body:not(.home) {
    padding-top: 90px;
  }
  body.single {
    padding-top: 40px;
  }
}
* {
  box-sizing: border-box;
}
img {
  width: 100%;
  height: auto;
}
.cont-wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: table;
}
body.archive #footer > .cont-wrapper,
body.category #footer > .cont-wrapper {
	max-width: 1000px!important;
  width: 100%;
  margin: 0 auto;
  display: table;
}
body.category .cont-wrapper{
	max-width: 600px;
	width: 100%;
}
@media (max-width: 1020px) {
  .cont-wrapper {
    max-width: 100%;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .cont-wrapper {
    max-width: 670px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box;
  }
}
.dots3 {
  width: 6px;
  height: 6px;
  border: 2px solid #8c8b8b;
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dots3:before {
  content: '';
  position: absolute;
  left: -9px;
  top: -2px;
  width: 6px;
  height: 6px;
  border: 2px solid #8c8b8b;
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
}
.dots3:after {
  content: '';
  position: absolute;
  right: -9px;
  top: -2px;
  width: 6px;
  height: 6px;
  border: 2px solid #8c8b8b;
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
}
.admin-bar #topline.sticky {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar #topline.sticky {
    top: 46px;
  }
}
/*body:not(.page-id-11847) #topline {*/
/*  background: #fff;*/
/*  border-bottom: 1px solid #e7e4e4;*/
/*}*/
#topline {
  background: #fff;
  border-bottom: 1px solid #e7e4e4;
  border-top: 1px solid #e7e4e4;
}
#topline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: top;
      align-items: top;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  z-index: 100;
}
#topline.sticky {
  position: fixed;
  top: 0;
}
#topline .logo {
  padding: 12px 5px;
  margin-left: 50px;
  display: inline-block;
}
#topline .logo img {
  max-height: 25px;
  width: auto;
  height: 100%;
}

@media (max-width: 520px){
.related-posts h2 {
font-size: 18px !important;
line-height: 24px !important;
}

.related-posts .post h3 {
font-size: 18px;
line-height: 24px;
}

.aggregated_rating h2 {
font-size: 18px !important;
line-height: 24px !important;
}
}

@media (max-width: 380px) {
  #topline .logo img {
    width: 100%;
    height: auto;
    max-height: initial;
    max-width: 145px;
  }
}
#topline .topline_wrap {
  display: -ms-flexbox;
  display: flex;
}
#topline .topline_wrap .logo {
  display: none;
}
#topline .topline_right {
  float: right;
  display: -ms-flexbox;
  display: flex;
}
#topline .topline_left {
  float: left;
  display: -ms-flexbox;
  display: flex;
}
#topline .currency_box.mobile {
  display: none;
}
#topline .currency_box a {
  text-transform: uppercase;
}
#topline .menu_box.sortby_box ul {
  overflow-y: auto;
}
#topline .menu_box,
#topline .currency_box {
  border-left: 1px solid #e7e4e4;
  cursor: pointer;
  position: relative;
  height: 45px;
}
#topline .menu_box .title,
#topline .currency_box .title {
  display: block;
  padding: 10px;
  font-size: 16px;
  line-height: 25px;
  color: #8c8b8b;
  padding-right: 45px;
  position: relative;
}
#topline .menu_box .title img,
#topline .currency_box .title img {
  max-height: 24px;
  width: auto;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#topline .menu_box > div,
#topline .currency_box > div {
  box-shadow: inset -1px -1px 1px #e7e4e4, inset 1px -1px 1px #e7e4e4;
  position: relative;
  left: -1px;
  top: -2px;
  z-index: 2;
  width: calc(100% + 2px);
  max-height: 0px;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  min-width: 180px;
}
#topline .menu_box > div > ul,
#topline .currency_box > div > ul {
  overflow-y: scroll;
  overflow-y: auto;
}
#topline .menu_box > div > ul::-webkit-scrollbar,
#topline .currency_box > div > ul::-webkit-scrollbar {
  width: 24px;
}
@media (max-width: 520px) {
  #topline .menu_box > div > ul::-webkit-scrollbar,
  #topline .currency_box > div > ul::-webkit-scrollbar {
    width: 10px;
  }
}
#topline .menu_box > div > ul::-webkit-scrollbar-track,
#topline .currency_box > div > ul::-webkit-scrollbar-track {
  background: #f8f9f9;
}
#topline .menu_box > div > ul::-webkit-scrollbar-thumb,
#topline .currency_box > div > ul::-webkit-scrollbar-thumb {
  background: #e7e4e4;
}
#topline .menu_box ul,
#topline .currency_box ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
#topline .menu_box ul li,
#topline .currency_box ul li {
  list-style: none;
  padding: 2px 4px;
}
@media (max-width: 520px) {
  #topline .menu_box ul li,
  #topline .currency_box ul li {
    padding: 2px 0;
  }
}
#topline .menu_box ul li a,
#topline .currency_box ul li a {
  font-size: 16px;
  text-decoration: none;
  padding: 7px;
  display: block;
  white-space: nowrap;
}
@media (max-width: 520px) {
  #topline .menu_box ul li a,
  #topline .currency_box ul li a {
    padding: 7px 0;
  }
}
#topline .menu_box.active .title,
#topline .currency_box.active .title {
  color: #0f1d2b;
}
#topline .menu_box.active > div,
#topline .currency_box.active > div {
  display: block;
  border-width: 0 1px 1px 1px;
  max-height: 200px;
  padding: 10px;
}
@media (max-width: 520px) {
  #topline .menu_box.active > div,
  #topline .currency_box.active > div {
    padding: 5px;
  }
}
#topline .menu_box.active ul,
#topline .currency_box.active ul {
  display: block;
  width: 100%;
  max-height: 180px;
}
#topline .menu_box.active ul a,
#topline .currency_box.active ul a {
  color: #0f1d2b;
}
#topline .filter_box.active > div,
#topline .filter_box.active ul {
  max-height: initial;
}
#topline .search_box {
  min-width: 180px;
  border-left: 1px solid #e7e4e4;
  padding: 10px;
}
@media (max-width: 960px) {
  #topline .search_box {
    padding: 9px 10px;
    border-top: 0;
  }
  .post-type-archive-articles #topline .search_box {
    border-top: 0;
  }
  .post-type-archive-articles #topline, .page-template-default #topline, .articles-template-default #topline, .single-post #topline {
    border-top: 1px solid #e7e4e4;
  }
  .category #topline .search_box, .page #topline {
    border-top: 1px solid #e7e4e4;
  }
  body:not(.single-articles) .sortby_box.menu_box,  body:not(.single-articles) .search_box.en {
    border-top: 1px solid #e7e4e4;
  }
}
#topline .search_box form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#topline .search_box form input {
  -ms-flex: 2 calc(100% - 35px);
      flex: 2 calc(100% - 35px);
  min-width: 100px;
  width: 100px;
}
#topline .search_box form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8c8b8b;
  font-size: 16px;
  line-height: 25px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
}
#topline .search_box form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #8c8b8b;
  font-size: 16px;
  line-height: 25px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
}
#topline .search_box form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #8c8b8b;
  font-size: 16px;
  line-height: 25px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
}
#topline .search_box form input:-moz-placeholder {
  /* Firefox 18- */
  color: #8c8b8b;
  font-size: 16px;
  line-height: 25px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
}
#topline .search_box form button {
  -ms-flex: auto;
      flex: auto;
  width: 21px;
  margin: 0;
}
#topline .search_box .title {
  line-height: 24px;
}
@media (max-width: 960px) {
  #topline {
    position: relative;
    left: -1px;
    width: calc(100% + 0px);
    /* .topline_left{
            flex: 2 50%;
            > * {
                flex: 2 50%;
                border-bottom: 1px solid @bordercolor_main;
            }
            .currency_box.mobile{
                display: block;
            }
        }
        .topline_right{
            flex: 2 50%;
            max-width: 50%;
            flex-wrap: wrap;
            > *{
                // flex: 3 33.33333%;
                flex: 2 50%;
                border-bottom: 1px solid @bordercolor_main;
                min-width: initial;
                &:nth-child(2){
                    // border-left: none;
                }
            }
            .currency_box{
                display: none;
            }
            .search_box{
                form{
                    input{
                        width: initial;
                    }
                    button{
                        flex:auto;
                        margin: 0;
                    }
                }
            }
        } */
  }
  #topline .logo {
    display: none;
  }
  #topline .topline_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  #topline .topline_wrap .logo {
    display: block;
  }
  #topline .topline_wrap .currency_box {
    display: none;
  }
  .single-post #topline .topline_wrap .logo {
    /*border-top: 1px solid #e7e4e4;*/
  }
  #topline .topline_wrap > * {
    -ms-flex: 2 50%;
        flex: 2 50%;
  }
  #topline .topline_wrap > * > div {
    min-width: initial;
  }
  #topline .topline_wrap .search_box {
    min-width: initial;
  }
  .archive.category #topline .topline_wrap .logo, .archive.category #topline .filter_box {
    border-top: 1px solid #e7e4e4;
  }
}
.hidden {
  display: none;
  visibility: hidden;
}
.divider {
  display: block;
  height: 1px;
  margin: 17px 0 15px;
  background-color: #e7e4e4;
}
.disclaimer_cont {
  z-index: 1000;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: table;
}
.disclaimer_cont .disclaimer {
  background: #0f1d2b;
}
.disclaimer_cont .disclaimer .container {
  max-width: 900px;
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto;
}
.disclaimer_cont .disclaimer p {
  font: 500 10px/14px 'Plus Jakarta Sans';
  padding: 0px 10px 0 0;
  color: #fff;
  margin: 0;
}
.disclaimer_cont .disclaimer p a {
  color: #fff;
}
.disclaimer_cont .disclaimer .disclaimer_close {
  color: #0f1d2b !important;
  text-decoration: none !important;
  /* padding: 0px 10px; */
  min-width: 60px;
  text-align: center;
  display: inline-block;
  font: 800 14px/30px 'Plus Jakarta Sans';
  background: #2bfea4;
}
#searchsubmit {
  background: none;
  border: navajowhite;
  position: relative;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  padding: 0;
  margin: 0 5px;
}
#searchsubmit:after {
  content: '';
  background-image: url(../images/search-2x.png);
  background-size: cover;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#s {
  border: none;
  padding: 0px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  line-height: 25px;
  font-size: 16px;
  height: 25px;
  color: #8c8b8b;
}
body.home .search_box.en #searchsubmit:after {
  /*background-image: url(../images/search-2x-white.png);*/
}
body.home .search_box.en #s {
  /*color: #fff;*/
  /*background: none;*/
}
body.home #topline {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
/* body.home #topline .topline_wrap > * {
  border: none;
} */
body.home #topline .search_box.en {
  /*border: none;*/
}
body.home #topline .search_box.en form input::-webkit-input-placeholder {
  /*color: #fff;*/
}
body.home #topline .search_box.en form input::-moz-placeholder {
  /*color: #fff;*/
}
body.home #topline .search_box.en form input:-ms-input-placeholder {
  /*color: #fff;*/
}
body.home #topline .search_box.en form input:-moz-placeholder {
  /*color: #fff;*/
}

.home #topline.with-border {
    border-bottom: 1px solid #e7e4e4 !important;
}

.articles-archive h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.articles-archive {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 575.98px) {
  .articles-archive {
    padding-top: 10px;
  }

}

.articles-archive h2 a {
  color: #0f1d2b;
}

.articles-archive h2 {
padding: 5px 0;
}

#topline .destination_box .title {
  display: block;
  padding: 10px;
  font-size: 16px;
  line-height: 25px;
  color: #8c8b8b;
  position: relative;
  padding-right: 55px;
}

#topline .destination_box img {
  max-height: 24px;
  width: auto;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#topline .destination_box a {
  text-decoration: none;
}

#topline .destination_box {
  border-left: 1px solid #e7e4e4 !important;
  cursor: pointer;
  position: relative;
  height: 45px;
}
.single-post .currency_box.menu_box, .category .currency_box.menu_box, .archive .currency_box.menu_box{
	display:none;
}

.font-500-weight {
  font-weight: 500;
}

@media (max-width: 600px) {
  .font-500-weight {
    font-weight: 500;
    margin-top: 8px;
  }
}

.error-404-header #topline .topline_wrap .menu_box {
  display: none;
}

.error-message {
  display: flex;
  max-width: 560px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 300px auto;
}

.error-message h1 {
  margin-bottom: 30px;
}

.error-message p {
  margin-bottom: 30px;
  line-height: 1.5;
  font-weight: 600;
}

.error-message a {
  text-decoration: none;
  color: #222222;
  font-weight: 600;
}

.error-message a:hover {
  text-decoration: underline;
}

/* Offcanvas menu */
@keyframes hover {
  50% {
    transform: translateX(10px);
  }
}
.offcanvas-menu {
  position: relative;
}
.offcanvas-menu > label {
  position: absolute;
  padding: 15px;
  cursor: pointer;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  z-index: 9999;
}

.offcanvas-menu > label.with-border-right {
  border-right: 1px solid #e7e4e4;
}
.offcanvas-menu > label img {
  width: 20px;
}

.offcanvas-menu nav {
  position: fixed;
  height: 100%;
  width: 350px;
  left: -350px;
  overflow: hidden;
  transition: 0.3s ease;
  padding: 10px 20px;
  border-right: 1px solid #e7e4e4;
  background: #FFFFFF;
}
.offcanvas-menu nav > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offcanvas-menu nav > div a {
  font-size: 18px;
  color: #222;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-family: "Monoton", cursive;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.offcanvas-menu nav > div a i {
  font-size: 4rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.offcanvas-menu nav > div label {
  width: 100%;
  height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  transition: 0.3s ease;
}
.offcanvas-menu nav > div label img {
  width: 30px;
}
.offcanvas-menu nav > div label span,
.offcanvas-menu nav > div label span:before,
.offcanvas-menu nav > div label span:after {
  background: #4d4d4d;
}
.offcanvas-menu nav > ul {
  margin-top: 10px;
  counter-reset: nav-link-count;
}
.offcanvas-menu nav > ul li {
  cursor: pointer;
  transform: translateX(-30px);
  opacity: 0;
  transition: 0.4s ease;
  counter-increment: nav-link-count;
}
.offcanvas-menu nav > ul li a {
  font-size: 16px;
  color: #222;
  line-height: 1.5;
  font-weight: 500;
  display: block;
  padding: 15px 0;
  text-decoration: none;
  border-top: 1px solid #e7e4e4;
}
.offcanvas-menu nav > ul li:hover {
  animation: hover 0.5s;
}
.offcanvas-menu input[type=checkbox] {
  display: none;
}
.offcanvas-menu input[type=checkbox]:checked ~ label {
  opacity: 0;
  pointer-events: none;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav {
  left: 0;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav label span {
  background: transparent;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav label span:before {
  transform: rotate(-45deg);
}
.offcanvas-menu input[type=checkbox]:checked ~ nav label span:after {
  transform: rotate(45deg);
}
.offcanvas-menu input[type=checkbox]:checked ~ nav label span:before,
.offcanvas-menu input[type=checkbox]:checked ~ nav label span:after {
  transition-delay: 0.2s;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li {
  opacity: 1;
  transform: translateX(0px);
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li:nth-child(1) {
  transition-delay: 0.1s;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li:nth-child(4) {
  transition-delay: 0.4s;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li:nth-child(5) {
  transition-delay: 0.5s;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li:nth-child(6) {
  transition-delay: 0.6s;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li:nth-child(7) {
  transition-delay: 0.7s;
}
.offcanvas-menu nav ul li:last-child {
  border-bottom: 1px solid #e7e4e4;
}

.offcanvas-menu nav > div.mobile-view-search {
  display: none;
}

.cc-nb-okagree,
.cc-nb-reject {
  background-color: #2bfea4 !important;
}

@media (max-width: 960px) {
  .offcanvas-menu nav > ul {
    margin-top: 0;
  }

  .desktop-view-search {
    display: none;
  }

  .offcanvas-menu nav > div.mobile-view-search {
    display: block;
    margin-top: 15px;
  }

  #topline .search_box {
    border: 1px solid #e7e4e4;
    margin-bottom: -1px;
  }
  .archive.category #topline .offcanvas-menu > label {
    border-top: 1px solid #e7e4e4;
  }
}
.disclaimer_cont{display:none!important;}