@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

tml.no-js.root.stickyMenu {
  margin: 0px;
  background: black;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
  text-decoration: none;
  color: #333;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.cards__list,
.footer__contact__list,
.footer__menu__list,
.hero__items,
.latest__list,
.main-menu__nav ul,
.menu-top-menu-container ul,
.page__content ul,
.post__content ul,
.post__footer__list,
.post__meta,
.sidebar__cards,
.slider__controlls,
.stars__list,
.tiles__list,
.users__cards,
.writer__bio ul,
.writer__footer__list,
.writer__linkslist {
  padding: 0;
  margin: 0;
  list-style: none;
}

.buy-now a,
.buynow,
.cards__footer__link,
.cards__title,
.contact__form input,
.contact__form textarea,
.footer__menu__link,
.header__upload,
.hero__caption,
.jobpost__cta,
.jobpost__sub,
.latest__meta,
.latest__title,
.main-menu__nav li a,
.menu-top-menu-container li a,
.optin__call,
.optin__form input,
.optin__title,
.post__card__author,
.post__footer__title,
.product__title,
.search_form input[type=text],
.sidebar__card__footer,
.sidebar__card__title,
.tiles__title,
.uagb-faq-content span::before,
.uagb-question::before,
.uploadForm .upload-modal__wrap input,
.uploadForm .upload-modal__wrap textarea,
.writer__footer__title {
  -webkit-font-smoothing: antialiased;
}

html {
  font: 400 100%/1.5 Montserrat, Helvetica, Arial, sans-serif;
  background-color: #fff;
}

body,
html {
  min-height: 100%;
  scroll-behavior: smooth;
}

@media (max-width: 1023px) {
  body,
html {
    overflow-x: hidden;
  }
}
:focus {
  outline-color: #a78546;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

button {
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
}

figure {
  margin: 0;
}

fieldset {
  display: flex;
  border: none;
  padding: 0;
  margin: 0;
}

.wrap {
  width: calc(100% - 2rem);
  margin: auto;
}

@media (min-width: 768px) {
  .wrap {
    max-width: 700px;
  }
}
@media (min-width: 1024px) {
  .wrap {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .wrap {
    max-width: 1110px;
  }
}
@media (min-width: 1440px) {
  .wrap {
    max-width: 1110px;
  }
}
@media (min-width: 1600px) {
  .wrap {
    max-width: 1110px;
  }
}
@media (max-width: 1199px) {
  .xl {
    display: none;
  }
}
@media (max-width: 1439px) {
  .xxl {
    display: none;
  }
}
.span.wpcf7-not-valid-tip {
  margin: -1rem 0 1rem;
}

@keyframes slideIn {
  from {
    transform: translateY(-64px);
  }
  to {
    transform: translateY(0);
  }
}
@media (min-width: 576px) {
  .hero__items {
    display: flex;
    width: calc(100% - 1rem);
  }
}
.hero__item {
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 576px) {
  .hero__item--large {
    width: calc(50% - 4px);
    margin-right: 4px;
  }
  .hero__item:nth-child(2) {
    display: none;
  }
  .hero__item--stack {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(50% - 4px);
    margin-left: 4px;
  }
  .hero__item--stack a {
    overflow: hidden;
    display: block;
    height: 356px;
  }
}
@media (min-width: 1024px) {
  .hero__item:nth-child(2) {
    display: block;
    width: calc(25% - 8px);
    margin: 0 8px;
  }
  .hero__item--stack {
    width: calc(25% - 4px);
    margin-left: 4px;
  }
}
@media (max-width: 575px) {
  .hero__item {
    display: block;
    height: 160px;
  }
  .hero__item--large {
    height: 260px;
  }
  .hero__item--stack {
    height: 320px;
  }
  .hero__item--stack a {
    height: 160px;
  }
}
.hero__link {
  position: relative;
  display: block;
  height: 100%;
  background-color: #000;
  color: #fff;
  transition: color 0.2s;
}

.hero__link:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  width: 100%;
  background-color: #a78546;
}

.hero__figure {
  position: relative;
  height: 100%;
}

@media (max-width: 575px) {
  .hero__figure {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .hero__figure {
    height: 100%;
  }
}
.hero__figure::after {
  content: "";
  display: block;
  position: absolute;
}

@media (max-width: 575px) {
  .hero__figure::after {
    z-index: 8;
    top: 0;
    height: 100%;
    background-color: #000;
  }
  .hero__item:not(:first-child) .hero__figure::after {
    width: 55%;
    transform: skewX(15deg);
    border-right: 10px solid #a78546;
    margin-left: -5%;
  }
}
@media (max-width: 575px) and (min-width: 450px) {
  .hero__item:not(:first-child) .hero__figure::after {
    width: 58%;
  }
}
@media (min-width: 1024px) {
  .hero__figure::after {
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0) 100%);
  }
}
@media (max-width: 575px) {
  .hero__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media (min-width: 576px) {
  .hero__image {
    min-width: 100%;
    max-height: 720px;
    height: 100%;
    object-fit: cover;
    margin-left: 50%;
    transform: translateX(-50%);
    vertical-align: middle;
  }
}
.hero__caption {
  position: absolute;
  bottom: 0;
  font: 600 28px/1.2 Montserrat, Helvetica, Arial, sans-serif;
  text-align: left;
  padding: 2rem;
  z-index: 9;
}

@media (min-width: 576px) {
  .hero__caption {
    padding: 0 4rem 2.5rem 2rem;
  }
}
@media (min-width: 768px) {
  .hero__item:first-child .hero__caption {
    font-size: 40px;
  }
  .hero__item--stack .hero__caption {
    font-size: 24px;
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .hero__caption {
    line-height: 1.3;
  }
}
@media (max-width: 575px) {
  .hero__item:first-child .hero__caption {
    font-weight: 700;
    width: 50%;
  }
  .hero__item:not(:first-child) .hero__caption {
    font-size: 16px;
    line-height: 1.5;
    /* width: 38%*/
  }
}
@media (max-width: 767px) {
  .tiles {
    display: none;
  }
}
@media (min-width: 768px) {
  .tiles {
    background-color: #000;
  }
}
.tiles__list {
  display: flex;
}

.tiles__item {
  width: 25%;
  overflow: hidden;
}

.tiles__link {
  position: relative;
  display: block;
  min-height: 100%;
  color: #fff;
  background-color: #000;
  transition: color 0.2s;
}

.tiles__link:hover {
  color: #a78546;
}

.tiles__image {
  min-width: 100%;
  height: 170px;
  object-fit: cover;
}

.tiles__caption {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  padding: 0.5rem 0.75rem 2rem;
  height: 100px;
}

.tiles__title {
  display: block;
  font: 600 18px/1.4 Montserrat, Helvetica, Arial, sans-serif;
  margin-bottom: 0.5rem;
}

.tiles__meta {
  font-size: 12px;
  color: gray;
  margin-bottom: 0.5rem;
}

.cards {
  margin-top: 3rem;
}

@media (min-width: 1024px) {
  .cards {
    margin-top: 7rem;
  }
  .archive.category .cards {
    margin-top: 20px;
  }
  .archive.category .cards .rank-math-breadcrumb {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .cards__heading {
    margin: 0 auto 1rem;
  }
}
.cards__tag {
  font: 32px Montserrat, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #a78546;
  margin: 0;
}

.cards__title {
  font: 700 28px/1.2 Montserrat, Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 0;
}

.cards__description {
  text-align: center;
  font-size: 18px;
  max-width: 650px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.cards__description p {
  margin: 0;
}

@media (min-width: 1024px) {
  .cards__title {
    position: relative;
    font-size: 40px;
  }
  .cards__title span {
    position: relative;
    z-index: 1;
    display: inline-block;
    background-color: #fff;
    padding: 0 1em;
    margin: 0;
  }
  .cards__title::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 50%;
    width: 100%;
    height: 4px;
    background-color: #f6f6f6;
  }
}
.cards__title b {
  font-weight: 600;
  color: #a78546;
}

@media (min-width: 1024px) {
  .cards__wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1110px;
  }
}
@media (max-width: 1023px) {
  .cards__mosaic {
    margin-top: 2rem;
  }
}
@media (min-width: 1024px) {
  .cards__mosaic {
    width: calc(50% - 12.5px);
  }
}
.cards__mosaic .cards__item {
  width: 48%;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .cards__mosaic .cards__item {
    width: calc(50% - 12.5px);
  }
}
.cards__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cards__footer {
  text-align: center;
  padding-top: 2rem;
}

@media (min-width: 1024px) {
  .cards__footer {
    padding-top: 4.5rem;
  }
}
.cards__footer__link {
  display: inline-flex;
  align-items: center;
  font: 700 14px/1 Montserrat, Helvetica, Arial, sans-serif;
  padding: 1.5em 2em;
  color: #a78546;
  background-color: #f7f7f7;
  transition: background-color 0.2s, color 0.2s, opacity 0.2s;
}

.cards__footer__link:hover {
  background-color: #a78546;
  color: #fff;
}

.cards__footer__link:hover path {
  stroke: #fff;
}

.cards__footer__link:active {
  opacity: 0.8;
}

.cards__footer__link svg {
  margin-left: 0.5rem;
}

.cards__footer__link path {
  stroke: #a78546;
  transition: stroke 0.2s;
}

@media (min-width: 1024px) {
  .card--sticky {
    width: calc(50% - 12.5px);
    overflow: hidden;
  }
}
.card__link {
  display: block;
}

.card__image {
  width: 100%;
  height: 104px;
  object-fit: cover;
  margin-left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 1024px) {
  .card__image {
    height: 170px;
  }
}
.card--sticky .card__image {
  height: 245px;
}

@media (min-width: 1024px) {
  .card--sticky .card__image {
    height: 405px;
  }
}
.card__title {
  font-weight: 600;
  transition: color 0.2s;
}

@media (max-width: 1023px) {
  .card__title {
    font-size: 14px;
    line-height: 17px;
  }
}
.card--sticky .card__title {
  font-size: 21px;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .card--sticky .card__title {
    font-size: 28px;
    line-height: 1.5;
  }
}
.card__link:hover .card__title {
  color: #a78546;
}

.card__link:active .card__title {
  color: #a78546;
  opacity: 0.8;
}

.latest .hero__link {
  height: 300px;
}

.latest__item {
  position: relative;
  margin: 0 auto 3rem;
}

@media (min-width: 1024px) {
  .latest__item::after {
    position: absolute;
    left: 0;
    bottom: 4px;
    content: "";
    width: 40px;
    height: 4px;
    background-color: #a78546;
  }
}
.latest__article {
  display: flex;
  justify-content: space-between;
}

.latest__content {
  width: 49%;
}

@media (max-width: 1023px) {
  .latest__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .latest__content {
    width: 600px;
    margin-right: 3rem;
  }
}
.latest__title {
  font: 600 14px/1.3 Montserrat, Helvetica, Arial, sans-serif;
  margin: 0.5rem 0;
}

@media (min-width: 1024px) {
  .latest__title {
    font-size: 28px;
    line-height: 1.2;
    margin: 1rem 0 2rem;
  }
}
.latest__link {
  color: #000;
  transition: color 0.2s;
}

.latest__link:hover {
  color: #a78546;
}

.latest__link:active {
  color: #a78546;
  opacity: 0.8;
}

.latest__meta {
  display: block;
  font: 300 12px/1 Montserrat, Helvetica, Arial, sans-serif;
}

.latest__updated {
  color: #505050;
}

.latest__author,
.latest__date {
  font-weight: 600;
}

@media (max-width: 1023px) {
  .latest__author {
    display: none;
  }
}
.latest__author__link:hover {
  color: #a78546;
}

.latest__excerpt {
  display: none;
}

@media (min-width: 1024px) {
  .latest__excerpt {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .latest__image {
    width: 49%;
    height: 107px;
  }
}
@media (min-width: 1024px) {
  .latest__image {
    width: 445px;
    height: 300px;
  }
}
.latest__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.optin {
  margin: 6rem 0 3rem;
  background-color: #000;
  color: #fff;
}

@media (max-width: 1023px) {
  .optin {
    padding-bottom: 2rem;
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (min-width: 1024px) {
  .optin__wrap {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
}
.optin__image {
  position: relative;
}

@media (min-width: 1024px) {
  .optin__image {
    width: 50%;
  }
}
.optin__img {
  max-width: 100%;
}

@media (max-width: 1023px) {
  .optin__img {
    margin-top: -2rem;
  }
}
@media (min-width: 1024px) {
  .optin__img {
    position: absolute;
    bottom: -4rem;
  }
}
.optin__contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1024px) {
  .optin__contents {
    width: 50%;
  }
}
.optin__call {
  font: 600 12px Montserrat, Helvetica, Arial, sans-serif;
  color: #a78546;
  margin: 0;
}

@media (max-width: 1023px) {
  .optin__call {
    margin: 0.5rem 0;
  }
}
@media (min-width: 1024px) {
  .optin__call {
    font-size: 14px;
  }
}
.optin__title {
  font: 700 28px/1 Montserrat, Helvetica, Arial, sans-serif;
  margin: 0.5rem 0 0;
  width: 290px;
}

@media (min-width: 1024px) {
  .optin__title {
    font-size: 40px;
    width: 350px;
  }
}
.optin__tag {
  font-size: 14px;
  margin: 1rem 0 1.5rem;
  color: gray;
  width: 90%;
}

.optin__form {
  display: flex;
  margin-top: 0.5rem;
}

.optin__form input {
  display: inline-block;
  font: 600 12px Montserrat, Helvetica, Arial, sans-serif;
  padding: 0 0.75em;
  height: 40px;
  border: none;
}

@media (min-width: 1024px) {
  .optin__form input {
    font-size: 14px;
    height: 57px;
  }
}
.optin__form input[type=email] {
  width: 225px;
  margin-right: 0.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid #303030;
}

.optin__form input[type=email]:focus {
  outline-color: #a78546;
}

@media (min-width: 768px) {
  .optin__form input[type=email] {
    width: 300px;
  }
}
.optin__form input[type=submit] {
  width: 160px;
  background-color: #a78546;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s, opacity 0.2s;
}

.optin__form input[type=submit]:hover {
  opacity: 0.9;
}

.optin__form input[type=submit]:active {
  background-color: #a78546;
}

.optin__form ::placeholder {
  color: #505050;
}

.post {
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  .post {
    margin-top: 0;
  }
}
.rank-math-breadcrumb {
  margin-bottom: 15px;
}

.rank-math-breadcrumb .last {
  color: #bdb8b8;
}

.rank-math-breadcrumb a {
  transition: 0.3s ease;
}

.rank-math-breadcrumb a:hover {
  color: #A78546;
}

.breadcrumbs__wrap {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .rank-math-breadcrumb {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .breadcrumbs__wrap {
    padding: 0 20px;
    margin: 25px auto 0;
  }
}
@media (min-width: 1024px) {
  .post__top {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  .post__top__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 445px;
    height: 350px;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .post__top__left {
    height: 425px;
    width: 580px;
  }
}
.post__meta {
  font-size: 12px;
  color: gray;
}

.post__meta li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.post__meta .post__credits,
.post__meta .post__date,
.post__meta a {
  color: #000;
}

.post__meta a:hover {
  color: #a78546;
}

.post__category__link {
  font-weight: 600;
}

.post__category__label {
  text-transform: uppercase;
}

.post__title {
  font-size: 28px;
  line-height: 1.2;
  margin-top: 2rem;
}

@media (min-width: 1024px) {
  .post__title {
    position: relative;
    font-size: 34px;
    margin: auto 0 5rem;
    padding-top: 30px;
  }
  .post__title::after {
    position: absolute;
    left: 0;
    bottom: calc(-1rem + 2px);
    content: "";
    width: 40px;
    height: 4px;
    background-color: #a78546;
  }
}
@media (min-width: 1200px) {
  .post__title {
    font-size: 40px;
  }
  .post__title::after {
    bottom: calc(-2rem + 2px);
  }
}
.post__bc {
  margin: 1.5rem 0;
}

@media (min-width: 1024px) {
  .post__bc {
    margin: auto 0 0;
  }
}
.bc__list {
  display: inline-flex;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  padding: 0.66rem 1rem;
  margin: 0;
  list-style: none;
  color: rgba(0, 0, 0, 0.5);
  background-color: #f6f6f6;
}

.bc__list li:not(:last-child) {
  position: relative;
  padding-right: 1.25rem;
  margin-right: 0.5rem;
}

.bc__list li:not(:last-child)::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: url(../images/icons/go--black.svg);
  opacity: 0.5;
}

.bc__list a {
  color: #000;
}

.bc__list a:hover {
  color: #a78546;
}

@media (max-width: 1023px) {
  .post__image {
    margin-bottom: 2rem;
    height: 400px;
  }
  .page__content--aff,
.post__content--aff,
.writer__bio--aff {
    max-width: 90% !important;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .post__image {
    max-width: 50%;
    width: 635px;
    height: 425px;
  }
}
.post__image__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post__main {
  display: flex;
}

@media (min-width: 1024px) {
  .post__main {
    justify-content: space-between;
  }
}
.page__content,
.post__content,
.writer__bio {
  font-size: 15px;
  line-height: 1.6;
  width: calc(100% - 2rem);
}

@media (min-width: 1024px) {
  .page__content,
.post__content,
.writer__bio {
    font-size: 16px;
    padding-bottom: 3rem;
  }
}
.page__content--aff,
.post__content--aff,
.writer__bio--aff {
  max-width: 730px;
  margin: auto;
}

.page__content h2,
.post__content h2,
.writer__bio h2 {
  font-size: 21px;
  font-weight: 600;
  margin: 2.5rem 0 1rem;
}

@media (min-width: 1024px) {
  .page__content h2,
.post__content h2,
.writer__bio h2 {
    font-size: 32px;
  }
}
.page__content h3,
.post__content h3,
.writer__bio h3 {
  font-size: 24px !important;
  font-weight: 600;
  margin-top: 3rem;
}

.page__content h4,
.post__content h4,
.writer__bio h4 {
  font-size: 20px;
}

.page__content h5,
.post__content h5,
.writer__bio h5 {
  font-size: 16px;
}

.page__content h6,
.post__content h6,
.writer__bio h6 {
  font-size: 14px;
}

.page__content div:not(.adunitwrapper, .trc_related_container, .back-btn-position, .simplebar-track.simplebar-vertical, .simplebar-content),
.post__content div:not(.adunitwrapper, .trc_related_container, .back-btn-position, .simplebar-track.simplebar-vertical, .simplebar-content),
.writer__bio div {
  width: 100%;
}

.page__content img,
.post__content img,
.writer__bio img {
  display: block;
  height: auto;
  max-width: 510px;
  object-fit: cover;
  margin: 2rem auto 0;
}

.page__content .wp-caption,
.post__content .wp-caption,
.writer__bio .wp-caption {
  max-width: 510px;
  margin: 0 auto 2rem;
}

.page__content .wp-caption-text,
.post__content .wp-caption-text,
.writer__bio .wp-caption-text {
  font-size: 12px;
  margin-top: 1rem;
}

.page__content ol,
.post__content ol,
.writer__bio ol {
  padding: 1em 0 0.5em 1em;
}

.page__content ol li,
.post__content ol li,
.writer__bio ol li {
  margin-bottom: 1em;
}

.page__content ul li,
article.wrap .post__content ul li,
.writer__bio ul li {
  position: relative;
  padding-left: 1.5em !important;
  margin-bottom: 1em;
}

.page__content ul li:not(.comment)::before,
.post__content ul li:not(.comment)::before,
.writer__bio ul li:not(.comment)::before {
  position: absolute;
  left: 0;
  top: -0.58em;
  content: "•";
  font-size: 3em;
  color: #a78546;
}

.page__content a,
.post__content a,
.writer__bio a {
  font-weight: 600;
  color: #a78546;
}

.page__content a:hover,
.post__content a:hover,
.writer__bio a:hover {
  color: #a78546;
}

.post__sidebar {
  display: none;
}

@media (min-width: 1024px) {
  .post__sidebar {
    display: block;
    width: 350px;
  }
}
.post__sidebar .sidebar__mv {
  position: sticky;
  top: 0;
}

.post__sidebar .sidebar__mv img {
  max-width: 100%;
}

.sidebar__cards {
  margin-bottom: 4rem;
}

.sidebar__card {
  margin-bottom: 2rem;
}

.sidebar__card__figure {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.sidebar__card__image {
  width: 160px;
  height: 107px;
  object-fit: cover;
}

.sidebar__card__caption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 160px;
  padding: 0.25rem 0;
}

.sidebar__card__title {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  transition: color 0.2s;
}

.sidebar__card__link:hover .sidebar__card__title {
  color: #a78546;
}

.sidebar__card__footer {
  font-size: 12px;
}

.sidebar__card__updated {
  color: gray;
}

.sidebar__card__meta {
  font-weight: 600;
}

.post__footer {
  margin: 3rem 0;
}

@media (min-width: 1024px) {
  .post__footer {
    margin: 6rem 0 4rem;
  }
}
.post__footer__toptitle,
.title__lined {
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 1023px) {
  .post__footer__toptitle,
.title__lined {
    font-size: 28px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .post__footer__toptitle,
.title__lined {
    position: relative;
    font-size: 40px;
    margin: 8rem 0 4rem;
  }
  .post__footer__toptitle p,
.title__lined p {
    position: relative;
    z-index: 1;
    display: inline-block;
    background-color: #fff;
    padding: 0 1em;
    margin: 0;
  }
  .post__footer__toptitle::after,
.title__lined::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 50%;
    width: 100%;
    height: 4px;
    background-color: #f6f6f6;
  }
}
@media (min-width: 1024px) {
  .post__footer__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.post__footer__item {
  overflow: hidden;
}

@media (max-width: 1023px) {
  .post__footer__item {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .post__footer__item {
    width: 25%;
  }
}
.post__footer__link {
  position: relative;
  display: block;
  min-height: 100%;
  color: #000;
  transition: color 0.2s;
}

.post__footer__link:hover {
  color: #a78546;
}

@media (max-width: 1023px) {
  .post__footer__figure {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.post__footer__image {
  max-width: 50%;
  height: 170px;
  width: 305px;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .post__footer__image {
    max-width: unset;
    min-width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1023px) {
  .post__footer__caption {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
  }
}
@media (min-width: 1024px) {
  .post__footer__caption {
    padding: 1rem 0.75rem 2rem;
  }
}
.post__footer__title {
  display: block;
  font: 600 14px/1.4 Montserrat, Helvetica, Arial, sans-serif;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .post__footer__title {
    font-size: 18px;
  }
}
.post__footer__meta {
  font-size: 12px;
  color: #000;
}

.post__card {
  display: flex;
}

@media (min-width: 1024px) {
  .post__card {
    display: flex;
    max-width: 610px;
    padding-top: 4rem;
    border-top: 4px solid #f6f6f6;
  }
  .post__card--aff {
    max-width: 730px;
    margin: 0 auto;
  }
}
.post__card__image {
  display: block;
  width: 160px;
  object-fit: cover;
}

.post__card__info {
  width: calc(450px - 2rem);
  margin-left: 2rem;
}

.post__card__author {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.post__card__role {
  position: relative;
  margin: 0.5rem 0 2.5rem;
  color: #999999;
}

.post__card__role::after {
  position: absolute;
  left: 0;
  bottom: calc(-1.2rem + 2px);
  content: "";
  width: 40px;
  height: 4px;
  background-color: #a78546;
}

.post__card__desc {
  font-size: 17px;
  line-height: 1.5;
}

.post__card__desc p {
  margin-bottom: 0;
  margin-top: 0;
}

.uagb-faq-content span,
.uagb-question {
  display: block;
  position: relative;
  padding-left: 1.5rem;
}

.uagb-faq-content span::before,
.uagb-question::before {
  position: absolute;
  font-weight: 700;
  left: -0.5rem;
}

.uagb-question::before {
  content: "Q:";
  color: #000;
}

.uagb-faq-content span::before {
  content: "A:";
  color: #a78546;
}

.uagb-faq-item {
  background-color: transparent !important;
  border: none !important;
}

.uagb-faq-child__outer-wrap {
  margin-bottom: 0 !important;
}

.uagb-faq-questions-button {
  padding-top: 0 !important;
}

.uagb-faq-icon-wrap {
  display: none !important;
}

.aff__top {
  width: 100%;
  max-width: 1392px;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .aff__top {
    margin: 0 auto 4rem;
  }
}
.aff__top__wrap {
  position: relative;
}

.aff__background {
  position: absolute;
  height: 340px;
  width: 100%;
}

@media (min-width: 767px) {
  .aff__background {
    height: 280px;
  }
}
@media (min-width: 1024px) {
  .aff__background {
    height: 400px;
    max-width: 1392px;
  }
}
.aff__background__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post__title--aff {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 2rem 0.5rem;
  margin: 0 auto;
  max-width: 600px;
}

@media (min-width: 1024px) {
  .post__title--aff {
    max-width: 825px;
    padding-top: 4rem;
    margin: 0 auto;
    padding: 4rem 0 2rem;
  }
  .post__title--aff::after {
    left: calc(50% - 20px);
    bottom: 0;
  }
}
.products {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

@media (min-width: 900px) {
  .products {
    display: flex;
    padding: 0 2rem;
    max-width: 1100px;
    margin: 4rem auto 0;
  }
}
@media (max-width: 900px) {
  .products::after,
.products::before {
    position: absolute;
    z-index: 0;
    top: 0;
    content: "";
    background-color: rgba(255, 255, 255, 0.75);
    height: 300px;
    width: 3.25rem;
  }
}
@media (max-width: 576px) {
  .products::after,
.products::before {
    width: 1.25rem;
  }
}
.products::before {
  left: 0;
  border-top-right-radius: 5px;
}

.products::after {
  right: 0;
  border-top-left-radius: 5px;
}

.product {
  text-align: center;
  width: calc(100% - 9rem);
  min-width: 200px;
  padding: 1rem 2rem 2rem;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 20px 2px rgba(167, 133, 70, 0.25);
  transition: box-shadow 0.2s, transform 0.2s;
}

@media (max-width: 900px) {
  .product {
    margin: 0 auto;
    width: calc(100% - 15rem);
  }
}
@media (max-width: 576px) {
  .product {
    width: calc(100% - 9rem);
  }
}
@media (min-width: 768px) {
  .product {
    width: 350px;
  }
}
@media (min-width: 768px) {
  /*.product:not(:last-child) { margin-right: 2rem }*/
}
@media (min-width: 768px) {
  .product:hover {
    box-shadow: 0 0 20px 2px #a78546;
    transform: scale(1.025);
  }
}
/*
@media screen and (min-width:576px) and (max-width:900px) {
    .product:last-child {
        display: none
    }
}
*/
.slider__controlls {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 1rem);
  top: 315px;
  padding: 0 0.5rem;
}

@media (min-width: 576px) {
  .slider__controlls {
    display: none;
  }
}
.slider__btn {
  width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  padding: 0;
}

.stars__list {
  display: flex;
  justify-content: center;
}

.stars__item:not(:last-child) {
  margin-right: 3px;
}

.product__value__wrap {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-top: 0.75rem;
  background-color: #f7f7f7;
  border-radius: 0 0 5px 5px;
}

.product__badge {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product__badge span {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #a78546;
  margin-left: 0.5rem;
}

.product__badge circle {
  fill: #a78546;
}

.product__title {
  font-size: 16px;
  font-weight: 600;
  height: 54px;
  overflow-y: hidden;
}

@media (min-width: 1024px) {
  .product__title {
    font-size: 18px;
    margin: 1.5rem 0 1rem;
  }
}
.product__image {
  width: auto;
  height: 160px;
}

@media (min-width: 1024px) {
  .product__image {
    height: 190px;
  }
}
.buy-now a,
.buynow {
  position: relative;
  overflow: hidden;
  display: block;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  height: 60px;
  border-radius: 5px;
  background-color: #a78546;
  background: linear-gradient(45deg, #a78546 0, #c9a96e 100%);
  color: #fff;
  margin-top: 1.5rem;
  transition: background 0.2s ease-in-out;
}

.buy-now a span,
.buynow span {
  border-radius: 5px;
  transition: transform 0.2s ease-in-out;
}

.buy-now a:hover,
.buynow:hover {
  background: linear-gradient(45deg, #000 0, #000 100%);
}

.buy-now a:hover span,
.buynow:hover span {
  transform: translateX(calc(100% + 50px));
}

.buy-now a:hover .buynow__go,
.buynow:hover .buynow__go {
  margin-left: -4px;
  transform: scale(2);
}

.buy-now a .buynow__label,
.buynow .buynow__label {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
}

.buy-now:hover a .buynow__label,
.buynow:hover .buynow__label {
  left: calc(100% + 50px);
  transition: 0.5s;
}

.buy-now a .buynow__arrow,
.buynow .buynow__arrow {
  position: absolute;
  right: 1rem;
  top: calc(50% - 8px);
}

.buy-now a .buynow__go,
.buynow .buynow__go {
  position: absolute;
  left: calc(8px - 50%);
  top: calc(50% - 5px);
}

.buy-now:hover a .buynow__go,
.buynow:hover .buynow__go {
  left: calc(8px + 50%);
  transition: 0.5s;
}

.buy-now a .buynow__go path,
.buynow .buynow__go path {
  fill: #a78546;
}

.buy-now {
  margin: 3rem 0 2rem;
}

@media (min-width: 1024px) {
  .buy-now {
    margin: 4rem 0 3rem;
  }
}
.buy-now a {
  position: relative;
  display: block;
  line-height: 60px;
  margin: 0 auto;
  width: 210px;
}

.buy-now a:hover {
  color: #fff;
}

.buy-now a::after {
  position: absolute;
  content: url(../images/icons/arrow.svg);
  right: 1.25rem;
  top: 4px;
}

@media (min-width: 1024px) {
  .page__content {
    max-width: 730px;
    margin: 0 auto;
  }
}
.page__content h2 {
  margin-top: 4rem;
}

.page__content strong {
  font-weight: 700;
}

.page__title {
  font-size: 28px;
  text-align: center;
  margin: 2em auto 1.5em;
}

@media (min-width: 1024px) {
  .page__title {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .page__wrap {
    max-width: 730px;
    margin: 0 auto 6rem;
  }
}
.page__wrap .contact__form input:not([type=submit]) {
  width: 314px;
}

.page__hero {
  max-width: 730px;
  margin: 0 auto;
}

.page__hero__image {
  max-width: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  h1.page__title {
    font-size: 30px;
  }
}
.users__cards {
  max-width: 730px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .users__cards {
    margin-top: 2rem;
  }
}
.user__card {
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .user__card {
    display: flex;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  .user__picture {
    width: 255px;
    height: 340px;
    margin-right: 2rem;
  }
}
.user__picture__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .user__desc {
    display: flex;
    flex-direction: column;
    width: 445px;
  }
}
.user__card__intro {
  margin-top: 2rem;
}

@media (min-width: 1024px) {
  .user__card__intro {
    margin-top: 0;
  }
}
.user__card__footer {
  margin: auto 0 0;
}

@media (max-width: 1023px) {
  .user__card__footer {
    text-align: center;
  }
}
.writer__title {
  font-size: 28px;
  text-align: center;
}

@media (min-width: 1024px) {
  .writer__title {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .writer__top {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
}
@media (min-width: 1024px) {
  .writer__top__info {
    width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 1rem 1rem 3rem;
  }
}
@media (min-width: 1200px) {
  .writer__top__info {
    width: 445px;
    padding: 1rem;
  }
}
.writer__picture {
  height: 430px;
}

@media (min-width: 1024px) {
  .writer__picture {
    width: 480px;
    height: 405px;
  }
}
@media (min-width: 1200px) {
  .writer__picture {
    width: 540px;
  }
}
.writer__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.writer__name {
  font-size: 21px;
  font-weight: 600;
  margin: 1rem 0 0.5rem;
}

@media (min-width: 1024px) {
  .writer__name {
    font-size: 28px;
    margin: 0;
  }
}
.writer__role {
  position: relative;
  font-size: 15px;
  font-weight: 300;
  margin: 0;
  color: gray;
}

@media (min-width: 1024px) {
  .writer__role {
    font-size: 17px;
    margin: 0.5rem 0 3rem;
  }
}
.writer__role::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  width: 40px;
  height: 4px;
  background-color: #a78546;
}

@media (min-width: 1024px) {
  .writer__role::after {
    bottom: -1.75rem;
  }
}
.writer__intro {
  font-size: 15px;
  color: #505050;
}

@media (max-width: 1023px) {
  .writer__intro {
    margin-top: 3rem;
  }
}
@media (min-width: 1024px) {
  .writer__intro {
    font-size: 17px;
  }
}
.writer__links {
  font-size: 16px;
  font-weight: 600;
  margin: auto 0 0.75rem;
}

@media (min-width: 1024px) {
  .writer__links {
    font-size: 18px;
  }
}
.writer__linkslist {
  display: flex;
}

.writer__linkitem:not(:last-child) {
  margin-right: 1rem;
}

@media (min-width: 1024px) {
  .writer__wrap {
    width: 730px;
    margin: 0 auto;
  }
}
.writer__bio {
  margin-top: 2rem;
}

@media (min-width: 1024px) {
  .writer__bio {
    margin-top: 4rem;
    max-width: 730px;
  }
}
.writer__footer {
  margin: 0;
}

@media (min-width: 1024px) {
  .writer__footer {
    margin: -1rem 0;
  }
}
.writer__footer__toptitle {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .writer__footer__toptitle {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .writer__footer__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.writer__footer__item {
  overflow: hidden;
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .writer__footer__item {
    width: 330px;
    margin-bottom: 3rem;
  }
}
.writer__footer__link {
  position: relative;
  display: block;
  min-height: 100%;
  color: #000;
  transition: color 0.2s;
}

.writer__footer__link:hover {
  color: #a78546;
}

.writer__footer__figure {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.writer__footer__image {
  display: block;
  width: 160px;
  height: 107px;
  object-fit: cover;
}

.writer__footer__caption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.25rem 1rem 0.25rem 0;
}

@media (min-width: 1024px) {
  .writer__footer__caption {
    padding: 1rem 1rem 1rem 0;
  }
}
.writer__footer__title {
  display: block;
  font: 600 14px/1.4 Montserrat, Helvetica, Arial, sans-serif;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .writer__footer__title {
    font-size: 18px;
  }
}
.writer__footer__meta {
  font-size: 12px;
  color: #000;
}

.footer {
  position: relative;
  background-color: #000;
  color: #505050;
  padding: 3rem 0;
}

@media (min-width: 1024px) {
  .footer {
    padding: 6rem 0;
  }
}
.footer__wrap {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1023px) {
  .footer__wrap {
    flex-direction: column;
    align-items: center;
  }
}
.footer__backtotop {
  display: block;
  position: absolute;
  top: -30px;
  left: calc(50% - 80px);
  text-align: center;
  font: 700 18px/60px Montserrat, Helvetica, Arial, sans-serif;
  width: 160px;
  height: 60px;
  color: #000;
  background-color: #fff;
}

.footer__backtotop svg {
  margin-left: 0.5rem;
}

.footer__backtotop path {
  stroke: #a78546;
}

.footer__title {
  margin: 0 0 2rem;
  font-size: 2em;
}

@media (max-width: 1023px) {
  .footer__contact__list {
    text-align: center;
  }
}
.footer__contact__item {
  display: inline-flex;
}

.footer__contact__item:not(:last-child) {
  margin-right: 1rem;
}

.footer__contact__link {
  display: block;
  margin-right: 0.25rem;
}

.footer__contact__link path {
  fill: #fff;
  transition: fill 0.2s;
}

@media screen and (max-width: 780px) {
  .footer__contact__link path {
    fill: #A78546;
  }
  .main-menu__nav .sub-menu li a {
    font-weight: 400;
  }
  .sub-menu {
    display: none;
  }
  div[data-testid=form-row] {
    flex-direction: column !important;
    margin-top: 20px !important;
  }
}
.footer__contact__link:hover path {
  fill: #a78546;
}

.footer__contact__text {
  line-height: 1.25;
}

.footer__colophon {
  font-size: 12px;
  font-style: normal;
  text-align: center;
  margin-top: 2rem;
  padding: 0 1rem;
  color: #ffffff;
}

@media (min-width: 1024px) {
  .footer__colophon {
    margin-top: 6rem;
  }
}
@media (max-width: 1023px) {
  .footer__menus {
    text-align: center;
    margin-top: 2rem;
  }
}
@media (min-width: 1024px) {
  .footer__menus {
    display: flex;
    justify-content: space-evenly;
    margin-top: 0.5rem;
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .footer__menu__list:not(:last-child) {
    position: relative;
    margin-bottom: 4rem;
  }
  .footer__menu__list:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: calc(-2rem - 2px);
    left: calc(50% - 10px);
    width: 20px;
    height: 4px;
    background-color: #303030;
  }
}
.footer__menu__item {
  margin-bottom: 1rem;
}

.footer__menu__link {
  font: 700 14px/1 Montserrat, Helvetica, Arial, sans-serif;
  color: #fff;
  transition: color 0.2s;
}

.footer__menu__link:hover {
  color: #a78546;
}

.uploadForm .upload-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 12;
}

.uploadForm .upload-modal__wrap {
  position: relative;
  background-color: #fff;
  padding: 1rem;
}

@media (min-width: 1024px) {
  .uploadForm .upload-modal__wrap {
    padding: 2rem;
  }
}
.uploadForm .upload-modal__wrap h4 {
  position: relative;
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 2.5rem;
  color: #000;
  text-align: left;
}

@media (min-width: 1024px) {
  .uploadForm .upload-modal__wrap h4 {
    font-size: 28px;
    margin-bottom: 3rem;
  }
}
.uploadForm .upload-modal__wrap h4::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 40px;
  height: 4px;
  background-color: #a78546;
}

@media (min-width: 1024px) {
  .uploadForm .upload-modal__wrap form {
    width: 650px;
  }
}
.uploadForm .upload-modal__wrap form p {
  margin: 0;
}

.uploadForm .upload-modal__wrap form br {
  display: none;
}

@media (max-width: 1023px) {
  .uploadForm .upload-modal__wrap .fieldset {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .uploadForm .upload-modal__wrap .fieldset {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1023px) {
  .uploadForm .upload-modal__wrap .fieldset input {
    width: calc(100% - 2rem);
  }
}
@media (min-width: 1024px) {
  .uploadForm .upload-modal__wrap .fieldset input {
    width: calc(315px - 2rem);
  }
}
.uploadForm .upload-modal__wrap input,
.uploadForm .upload-modal__wrap textarea {
  display: block;
  font: 600 14px Montserrat, Helvetica, Arial, sans-serif;
}

.uploadForm .upload-modal__wrap input[type=email],
.uploadForm .upload-modal__wrap input[type=text],
.uploadForm .upload-modal__wrap textarea {
  padding: 0 1em;
  margin-bottom: 1rem;
  border: 1px solid #d9d9d9;
}

.uploadForm .upload-modal__wrap input[type=email],
.uploadForm .upload-modal__wrap input[type=submit],
.uploadForm .upload-modal__wrap input[type=text] {
  height: 56px;
}

.uploadForm .upload-modal__wrap textarea {
  width: calc(100% - 2rem);
  padding: 1em;
  height: 10em;
}

.uploadForm .upload-modal__wrap ::placeholder {
  color: #bebebe;
}

.uploadForm .upload-modal__wrap ::-webkit-file-upload-button {
  display: inline-block;
  margin-right: 1rem;
  padding: 1rem;
  background-color: #fff;
  color: #a78546;
  border: none;
  cursor: pointer;
}

.uploadForm .upload-modal__wrap input[type=file] {
  display: block;
  cursor: pointer;
}

.uploadForm .upload-modal__wrap footer {
  text-align: center;
}

.uploadForm .upload-modal__wrap footer .ajax-loader {
  position: absolute;
}

.uploadForm .upload-modal__wrap .wpcf7-acceptance .wpcf7-list-item {
  display: flex;
}

.uploadForm .upload-modal__wrap .wpcf7-acceptance label {
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 2rem auto;
  cursor: pointer;
}

.uploadForm .upload-modal__wrap .wpcf7-acceptance input[type=checkbox] {
  height: auto;
  margin-right: 0.5rem;
}

.uploadForm .upload-modal__wrap .wpcf7-acceptance a {
  font-weight: 600;
  color: #a78546;
}

.uploadForm .upload-modal__wrap input[type=submit] {
  display: inline-block;
  margin: 0;
  padding: 0 2rem;
  background-color: #a78546;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s, opacity 0.2s;
}

.uploadForm .upload-modal__wrap input[type=submit]:hover {
  opacity: 0.9;
}

.uploadForm .upload-modal__wrap input[type=submit]:active {
  background-color: #a78546;
}

@media (min-width: 1024px) {
  .uploadForm .upload-modal__wrap footer {
    text-align: center;
  }
}
.uploadForm .upload-modal__wrap .wpcf7-not-valid-tip {
  color: red;
  width: 100%;
  position: absolute;
  font-size: 0.8em;
  bottom: -19px;
  left: 0;
  text-align: left;
}

.uploadForm .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}

.uploadForm .upload-modal__wrap .imageupload .wpcf7-not-valid-tip {
  bottom: -60px;
}

.uploadForm lable .wpcf7-form-control-wrap {
  position: static;
}

.uploadForm lable {
  position: relative;
}

.uploadForm lable p {
  display: flex;
}

.uploadForm lable p .wpcf7-form-control-wrap {
  width: 20px;
}

.uploadForm .upload-modal__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 11;
  cursor: pointer;
}

.jobpost {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 3rem 2rem;
  margin: 3rem 0;
  background: #171c1f url(../images/hairstyling-writer.png) no-repeat 10% center;
}

@media (min-width: 576px) {
  .jobpost {
    background-position: right center;
    margin: 4rem 0;
  }
}
@media (min-width: 1024px) {
  .jobpost {
    padding: 3rem;
  }
}
.jobpost::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 10px;
  background-color: #a78546;
}

.jobpost__title {
  font-size: 28px;
  line-height: 1.2;
  max-width: 10em;
  margin: 0;
}

@media (min-width: 1024px) {
  .jobpost__title {
    font-size: 40px;
  }
}
.jobpost__sub {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin: 1rem 0 2rem;
}

@media (max-width: 1023px) {
  .jobpost__sub {
    max-width: 10em;
  }
}
@media (min-width: 1024px) {
  .jobpost__sub {
    padding: 0.5rem 1rem;
    border: 1px solid #32464f;
    background-color: #162629;
  }
}
.jobpost__sub strong {
  font-weight: 600;
  color: #a78546;
}

.jobpost__cta {
  display: block;
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  width: 164px;
  height: 40px;
  background-color: #a78546;
  color: #fff;
  transition: background-color 0.2s;
}

@media (min-width: 1024px) {
  .jobpost__cta {
    font-size: 16px;
    line-height: 56px;
    height: 56px;
    width: 184px;
  }
}
.jobpost__cta:active,
.jobpost__cta:hover {
  background-color: #a78546;
  color: #fff !important;
}

.contact__form h3 {
  font-size: 21px;
}

@media (min-width: 1024px) {
  .contact__form h3 {
    font-size: 28px;
  }
}
.contact__form legend {
  margin-bottom: 3rem;
}

.contact__form p {
  font-size: 15px;
  margin: 0;
}

@media (min-width: 1024px) {
  .contact__form p {
    font-size: 17px;
  }
}
.contact__form p.subtitle {
  margin-bottom: 3rem;
}

@media (min-width: 1024px) {
  .contact__form .fieldset {
    display: flex;
    justify-content: space-between;
  }
}
.contact__form input,
.contact__form textarea {
  display: block;
  font: 600 14px Montserrat, Helvetica, Arial, sans-serif;
}

.contact__form input:not([type=submit]),
.contact__form textarea {
  padding: 0 1em;
  margin-bottom: 1rem;
  border: 1px solid #d9d9d9;
}

@media (min-width: 1024px) {
  .contact__form input:not([type=submit]) {
    width: 330px;
  }
}
.contact__form input {
  height: 56px;
}

.contact__form textarea {
  width: calc(100% - 2rem);
  padding: 1em;
}

.contact__form footer {
  text-align: right;
}

.contact__form input[type=submit] {
  display: inline-block;
  margin: 1rem auto;
  padding: 0 2rem;
  background-color: #a78546;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s, opacity 0.2s;
  margin-right: -20px;
}

.contact__form input[type=submit]:hover {
  opacity: 0.9;
}

.contact__form input[type=submit]:active {
  background-color: #a78546;
}

.contact__form ::placeholder {
  color: #bebebe;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #fff;
  text-decoration: none;
}

.navigation li {
  display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #000;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
  font-weight: 700;
  color: #fff;
}

.navigation li a:hover,
.navigation li.active a {
  background-color: #d5cdc3;
  color: #a78546;
}

.navigation li a:hover {
  background-color: #a78546;
  color: #fff;
}

.main-row .row-left {
  float: left;
  width: calc(50% - 5px) !important;
}

.main-row .row-right {
  float: right;
  width: calc(50% - 5px) !important;
}

.main-row input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: calc(100% - 32px);
}

.main-row input.wpcf7-form-control.wpcf7-text.wpcf7-url.wpcf7-validates-as-required.wpcf7-validates-as-url {
  height: 56px;
  padding: 0 15px;
  border: 1px solid #d9d9d9;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

label.imageupload {
  margin: 15px 0;
  display: block;
  padding: 19px 20px;
  font: 600 14px Montserrat, Helvetica, Arial, sans-serif;
  border: 1px solid #d9d9d9;
  color: #bebebe;
  cursor: pointer;
  text-align: left;
  font: 400 100%/1.5 Montserrat, Helvetica, Arial, sans-serif;
}

label.imageupload input#imagefile {
  width: 100%;
}

.cf7-thankyou {
  text-align: center;
  width: 57%;
  padding: 150px 0;
  max-width: 100%;
}

.uploadForm .upload-modal__wrap {
  width: 650px;
  text-align: -webkit-center;
}

.author-cf7 input {
  height: 56px;
  padding: 0 15px;
  border: 1px solid #d9d9d9;
}

.author-cf7 textarea {
  padding: 15px;
  border: 1px solid #d9d9d9;
  width: calc(100% - 32px);
}

.author-cf7 {
  margin-bottom: 150px;
}

.author-cf7 input.wpcf7-submit {
  background: #a78546;
  color: #fff;
  float: left;
  margin-top: 30px;
  font-size: 16px;
  line-height: 56px;
  height: 56px;
  width: 184px;
  font-weight: 700;
  cursor: pointer;
}

a.cta--amzn {
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  background: linear-gradient(45deg, #a78546 0, #c9a96e 100%);
  color: #fff;
  display: block;
  line-height: 60px;
  margin: 0 auto;
  width: 210px;
  position: relative;
}

a.cta--amzn:after {
  position: absolute;
  content: url(../images/icons/arrow.svg);
  right: 1.25rem;
  top: 4px;
}

a.cta--amzn img {
  display: inline-block;
  margin: unset;
  position: absolute;
  right: 15px;
  top: 21px;
}

a.cta--amzn:hover {
  color: #fff;
}

.post__content p:first-child {
  margin-top: unset;
}

.center lable span.wpcf7-list-item {
  display: inline-block !important;
  margin: unset;
}

.center lable {
  display: block;
  margin-bottom: 20px;
}

.center lable a {
  color: #a78546;
  font-weight: 600;
}

.main-row select {
  margin-bottom: 1rem;
  height: 56px;
  border-color: #d9d9d9;
  padding: 0 13px;
  width: calc(100% - 2px);
  color: #bebebe;
  font-weight: 600;
}

.main-row input.wpcf7-form-control.wpcf7-text {
  width: calc(100% - 32px);
}

.main-row input.wpcf7-form-control.wpcf7-text.wpcf7-url.wpcf7-validates-as-url {
  padding: 0 14px;
  height: 56px;
  border: 1px solid #ccc;
}

label.imageupload input#imagefile {
  display: none;
}

label.imageupload span {
  float: right;
  color: #a78546;
}

label.imgupdated {
  margin: 15px 0;
  display: block;
  padding: 19px 20px;
  font: 600 14px Montserrat, Helvetica, Arial, sans-serif;
  color: #a78546;
  background: #f2ede3;
}

label.imgupdated span {
  color: #a78546;
  cursor: pointer;
  margin-top: -16px;
}

h1.page__title {
  position: relative;
  font-size: 40px;
}

h1.page__title:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 50%;
  width: 100%;
  height: 4px;
  background-color: #f6f6f6;
}

.page__title span {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #fff;
  padding: 0 1em;
  margin: 0;
}

a.author_link path {
  stroke: #a78546;
}

.author .author_img {
  float: left;
  width: 300px !important;
}

.author .author_img img {
  max-width: 100%;
  margin: unset;
}

.author .author_details {
  float: right;
  width: calc(100% - 330px) !important;
}

.author .author_details h3 {
  margin: unset;
  margin-top: 10px;
}

.author p.author_role {
  margin: unset;
  color: #c1c1c1;
  text-transform: capitalize;
}

.author p.author_intro {
  margin: unset;
  min-height: 140px;
  margin-top: 25px;
}

.author a.author_link {
  padding: 18px;
  background: rgba(193, 193, 193, 0.2705882353);
  display: inline-block;
  font-size: 13px;
  bottom: 0;
}

.author p.author_role {
  position: relative;
}

.author p.author_role:after {
  position: absolute;
  left: 0;
  bottom: calc(-1rem + 2px);
  content: "";
  width: 40px;
  height: 4px;
  background-color: #a78546;
  display: inline-block;
}

.author a.author_link svg {
  width: 10px;
  height: 10px;
}

.writer__footer .author-cf7 .wpcf7 .screen-reader-response {
  width: 1px !important;
}

.author .author_img img {
  margin: auto;
}

a.cta--amzn:hover {
  background: #000;
}

.post__content blockquote.wp-block-quote {
  font-size: 16px;
  font-weight: 600;
  margin: unset;
  padding: 20px !important;
  background: #f7f3ed;
  position: relative;
  padding-left: 40px !important;
}

.post__content blockquote.wp-block-quote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  background-color: #a78546;
  background-image: linear-gradient(#a78546, #f9f9f8);
}

.post__content blockquote.wp-block-quote p {
  margin: unset;
  font-size: 14px !important;
}

.see_more_abt p {
  margin: unset;
  width: calc(100% - 20px);
  font-weight: 600;
  float: left;
  font-size: 16px;
}

.see_more_abt svg {
  width: 9px;
  position: absolute;
  top: calc(50% - 8px);
  right: 12px;
}

.see_more_abt path {
  stroke: #a78546;
}

.post__content .see_more_abt {
  padding: 16px 17px 16px 20px !important;
  background: #F6F6F6;
  width: calc(100% - 40px) !important;
  border-radius: 8px;
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
  border: 1px solid transparent;
  position: relative;
  transition: 0.3s ease;
}

.post__content .see_more_abt.gb-block {
  display: block;
  margin: 2.5rem 0 1rem;
}
.post__content .see_more_abt.gb-block > p {
  margin-top: -15px;
}
.post__content .see_more_abt.gb-block span {
  color: #000;
}

.see_more_abt:hover {
  background: #ffffff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.see_more_abt:active {
  background: #ffffff;
  box-shadow: none;
  border: 1px solid #F7F7F7;
}

.post__main .post__content .see_more_abt p,
.post__main .post__content .see_more_abt a {
  font-size: 14px !important;
  line-height: 17px !important;
  font-weight: 600 !important;
  display: inline !important;
}

.post__main .post__content .see_more_abt a:hover {
  color: #a78546 !important;
}

.best_product .pro_img {
  float: left;
  width: auto !important;
  max-width: 30%;
  min-height: 1px;
  min-width: 30px;
}

.best_product .pro_img img {
  max-width: 100%;
  margin: unset;
  width: auto;
  height: 150px;
}

.best_product .pro_ttl {
  float: left;
  width: calc(40% - 35px) !important;
  margin-left: 20px;
  padding-right: 15px;
}

.best_product .pro_link {
  float: right;
  width: 30% !important;
  padding-top: 30px;
}

.best_product .pro_ttl h3,
.best_product .pro_ttl p {
  margin: unset;
}

.best_product {
  background: #f6f6f6;
  padding: 30px;
  position: relative;
}

.best_product p.best_buy {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: unset;
  width: 25px;
  text-align: center;
  padding: 5px;
  font-size: 9px;
  background: #af8d50;
  color: #fff;
  border-radius: 52%;
  line-height: 10px;
}

.best_product p.best_pro_desc {
  font-size: 16px;
}

.best_product a.cta--amzn {
  width: auto;
}

.best_product p.best_buy_rating {
  color: #b29153;
}

.single article.wrap {
  max-width: 1200px;
}

.single aside.post__sidebar {
  text-align: right;
  width: 300px;
}

.single .post__content {
  max-width: 840px;
  padding-right: 10px;
}

.single .post-content-main {
  float: left;
  padding-right: 10px;
  max-width: 100%;
}

.single .best_product {
  width: calc(100% - 60px) !important;
  position: relative;
}

div#footer_branding {
  background: #000;
  color: #464646;
  margin-top: unset !important;
}

@media (min-width: 1024px) {
  .jobpost .jobpost__title {
    font-size: 40px;
    margin: 0;
    font-weight: 700;
  }
  h2.jobpost__sub {
    margin: 1rem 0 2rem;
    font-size: 16px;
  }
  a.jobpost__cta {
    color: #fff;
    font-weight: 700;
  }
  .single .post-content-main.full_100_30 {
    max-width: calc(100% - 19px);
  }
}
iframe {
  max-width: 100%;
}

#mc_embed_signup .mc-field-group {
  width: calc(100% - 160px);
  float: left;
}

div#mc_embed_signup {
  width: 100%;
}

#mc_embed_signup .mc-field-group input#mce-EMAIL {
  width: calc(100% - 40px);
}

.center:after {
  clear: both;
  content: " ";
  display: block;
}

.wpcf7 form .wpcf7-response-output {
  width: calc(100% - 40px) !important;
  margin: unset;
  margin-top: 20px;
}

h2#our-writers {
  margin: unset;
}

input.wpcf7-form-control.wpcf7-text {
  font: 400 100%/1.5 Montserrat, Helvetica, Arial, sans-serif;
}

.main-row input,
.main-row select {
  font: 400 100%/1.5 Montserrat, Helvetica, Arial, sans-serif;
}

.footer__contact__item:nth-child(2) {
  position: relative;
  top: 3px;
}

.menu-main-menu-container ul {
  display: flex;
  justify-content: space-between;
}

.author {
  margin: 50px 0;
  position: relative;
}

body.author {
  margin: 0;
}

figcaption {
  font-weight: 100;
  font-size: 14px;
}

input.wpcf7-form-control.wpcf7-quiz {
  display: block;
  width: calc(100% - 32px);
}

.contact-cf7 input {
  height: 56px;
  padding: 0 15px;
  border: 1px solid #d9d9d9;
}

.contact-cf7 p {
  margin: unset;
}

.contact-cf7 textarea {
  padding: 15px;
  border: 1px solid #d9d9d9;
  width: calc(100% - 32px);
}

.contact-cf7 input.wpcf7-submit {
  background: #a78546;
  color: #fff;
  float: left;
  font-size: 16px;
  line-height: 56px;
  width: 184px;
  font-weight: 700;
  cursor: pointer;
}

.wpcf7 .screen-reader-response {
  position: unset;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

.cf7-imgupload input#wpcf-custom-btn-0 {
  display: none;
}

.cf7-imgupload input[type=submit] {
  display: inline-block !important;
}

div#recaptcha-holder-0 {
  width: auto !important;
  display: inline-block;
}

.aff__background::after {
  background: linear-gradient(to right, rgba(17, 19, 20, 0.7) 0, rgba(17, 19, 20, 0.5) 61%, rgba(17, 19, 20, 0.3) 100%);
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

@media screen and (max-width: 1023px) {
  h3.jobpost__title {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
  }
  h2.jobpost__sub {
    margin: 1rem 0 2rem;
    font-size: 16px;
  }
  a.jobpost__cta {
    color: #fff;
  }
  .navigation {
    text-align: center;
  }
  .navigation ul {
    padding: unset;
  }
  .navigation li {
    display: inline;
    line-height: 4;
    display: inline-block;
  }
  .single .post__content {
    max-width: 100%;
    width: 100%;
  }
  .single .post-content-main {
    padding: unset;
  }
  .post__image {
    height: unset;
    text-align: center;
    max-height: 400px;
  }
  .post__image__img {
    width: auto;
    max-width: 100%;
    height: unset;
    max-height: inherit;
  }
  div#mc_embed_signup {
    position: relative;
  }
  #mc_embed_signup .mc-field-group input#mce-EMAIL {
    width: calc(100% - 20px);
    margin: unset;
  }
  #mc_embed_signup input#mc-embedded-subscribe {
    float: right;
    position: absolute;
    right: 5px;
    top: 9px;
  }
  #mc_embed_signup .mc-field-group {
    width: 100%;
  }
  .page__content {
    width: 100%;
  }
  .uploadForm .upload-modal {
    min-height: unset;
    overflow-y: auto;
    padding: 93px 0;
  }
  .uploadForm .upload-modal__wrap {
    margin: auto;
    max-width: 80%;
  }
}
header.header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 11;
  transition: 0.3s ease;
}

.main-menu__nav li {
  transition: 0.3s ease;
  padding: 15px 0 20px;
}

.sub-menu {
  padding: 20px 20px;
  min-width: 150px;
}

.sub-menu li {
  padding: 10px 0;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .wrap.optin__wrap {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  .optin__image {
    width: 49%;
  }
  .optin__contents {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .author .author_img {
    width: 100% !important;
  }
  .author .author_details {
    width: 100% !important;
  }
  .author p.author_intro {
    min-height: unset;
  }
  .author a.author_link {
    margin-top: 20px;
    width: calc(100% - 36px);
    text-align: center;
  }
  .page__content img,
.post__content img,
.writer__bio img {
    max-width: 100%;
  }
  .post__image {
    max-height: 300px;
  }
  .best_product .pro_img {
    float: unset;
    margin: auto;
    max-width: 100%;
  }
  .best_product .pro_ttl {
    float: unset;
    margin: auto;
    max-width: 100%;
  }
  .best_product .pro_link {
    float: unset;
    margin: auto;
  }
  .best_product .pro_link {
    width: 210px !important;
  }
  .optin__contents {
    max-width: 440px;
  }
}
@media screen and (min-width: 900px) {
  .product {
    width: calc(50% - 100px);
    margin-left: 24px;
    min-width: unset;
  }
}
@media screen and (max-width: 480px) {
  .row-left {
    width: 100%;
  }
  .row-right {
    width: 100%;
  }
  .main-row .row-left {
    width: 100% !important;
  }
  .main-row .row-right {
    width: 100% !important;
  }
  #mc_embed_signup input#mc-embedded-subscribe {
    width: 110px;
  }
  .page__content .wp-caption,
.post__content .wp-caption,
.writer__bio .wp-caption {
    max-width: 100% !important;
    margin: 0 auto 2rem;
  }
}
main.hero {
  width: 95vw;
  margin: 0 auto;
  /*margin: 40px auto 0 auto;*/
}

main.hero h1 {
  text-align: center;
}

@media (max-width: 991px) {
  main.hero {
    width: 100vw;
  }
  main.hero h1 {
    font-size: 26px;
  }
}
/***Mediavine Sidebar Fix***/
div#secondary * {
  position: relative !important;
}

.post__sidebar .sidebar__mv {
  top: 130px;
}

/*** End Mediavine Fix***/
/** Chaim Fix **/
@media (max-width: 575px) {
  .hero__item:first-child .hero__caption {
    font-weight: 700;
  }
  .hero__item:not(:first-child) .hero__caption {
    font-size: 16px;
    line-height: 1.5;
  }
}
/** End Chaim Fix **/
/** sidebar + logo 17-9 **/
/** Header images **/
.header__logo__desktop img {
  width: 200px;
  position: relative;
  top: 15px;
}

.header__logo__mobile img {
  width: 90px;
  position: relative;
  top: 0px;
}

form.search_form img {
  width: 20px;
  transition: all 0.5s ease;
}

form.search_form img:hover {
  filter: brightness(2);
}

.header__upload__icon img {
  width: 20px;
}

.menu__toggle__open img, .menu__toggle__close img {
  width: 30px;
}

img.search_icon {
  width: 17px !important;
  margin-top: -1px;
  filter: brightness(20);
  position: relative;
  left: 5px;
}

img.search_icon2 {
  width: 20px !important;
}

/* New Css Omri */
:focus {
  outline-color: rgba(255, 255, 255, 0);
}

:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

@media (max-width: 1023px) {
  body {
    overflow-x: hidden;
  }
  html {
    overflow-x: unset;
  }
}
.close_toc {
  position: absolute;
  right: 15px;
  top: 8px;
}

.close_toc svg {
  width: 10px;
}

.close_toc {
  transition: all 0.3s ease;
  transform: rotate(0deg);
}

.elementor-toc__header {
  border-bottom: none !important;
}

/*new-homepage*/
img.post-box-image {
  width: 100%;
  margin: 0px;
  height: 300px;
  object-fit: cover;
  max-width: 100%;
  margin-bottom: 30px;
}

.post-box-cat {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.03em;
}

h3.post-box-title {
  overflow: hidden;
}

.post-box-content-regular h3.post-box-title {
  font-size: 30px;
  line-height: 1.4em;
  color: #333;
  font-weight: 800;
  padding: 0px !important;
  margin: 20px 0px;
  overflow: hidden;
}

.post-author-info {
  display: flex;
}

img.post-authur-image {
  max-width: 48px;
  height: 48px;
  object-fit: cover;
  margin: 0px;
}

.post-box-content-slim h3.post-box-title {
  font-size: 18px;
  line-height: 1.4em;
  color: #333;
  font-weight: 800;
  padding: 0px !important;
  margin: 20px 0px;
}

.author-info, .post-box-date {
  display: flex;
  flex-flow: column;
  padding-left: 15px;
}

.post-box-meta {
  display: flex;
}

span.author-label, span.date-label {
  font-size: 12px;
  color: #ababab;
}

.post-author-info {
  width: 35%;
}

span.author-name, span.post-date-format {
  font-size: 14px;
  font-weight: 600;
}

span.divider-shape {
  font-weight: 200;
  padding-right: 2px;
}

.post-box-content-slim {
  padding: 0px;
  margin: 2px 2px 20px 2px;
}

.post-box-content-regular {
  padding: 10px 10px 10px 10px;
  margin: 2px 2px 20px 2px;
}

@media (min-width: 792px) {
  .post-box.row {
    display: flex;
  }
}
@media (max-width: 792px) {
  .post-box-date {
    display: none;
  }
  .author-info {
    flex-flow: row;
    width: 100%;
    align-items: center;
  }
  .post-author-info {
    width: 100%;
  }
  img.post-authur-image {
    width: 30px;
    height: 30px;
  }
  span.author-label, span.author-name {
    font-size: 12px;
    margin-right: 5px;
  }
  .post-box-content-regular h3.post-box-title {
    font-size: 18px;
  }
  .sponsored-tag {
    width: 100% !important;
    /*position:absolute;
        right:40px;*/
  }
  .sponsored-tag span {
    font-size: 10px !important;
  }
  .post-box-cat {
    font-size: 11px;
  }
  .col.post-box-content.post-box-content-regular {
    padding: 0 !important;
    margin: 0 !important;
  }
  img.post-box-image {
    margin-bottom: 10px;
  }
  .col.post-box-content.post-box-content-regular {
    padding: 20px;
  }
  article.wrap {
    padding: 0px !important;
    margin: 0px !important;
    width: 100%;
  }
  .post-box-content-slim img.post-box-image {
    max-height: 200px;
  }
  .post-box-content-regular img.post-box-image {
    max-height: 200px !important;
  }
  .col.post-box-content.post-box-content-slim .post-box-cat {
    padding: 10px 13px 0px 13px !important;
  }
  .col.post-box-content.post-box-content-slim h3.post-box-title {
    padding: 0px 15px 0px 15px !important;
  }
}
.sponsored-tag span {
  font-size: 12px;
  font-weight: 700;
  color: #ababab;
  border-left: rgba(88, 76, 105, 0.4666666667) 3px solid;
  width: 100% !important;
  padding-left: 5px;
  text-align: left !important;
}

.sponsored-tag {
  display: flex;
  width: auto;
  align-items: center;
  float: right !important;
}

/* new homepage 2.10 */
.row {
  width: 95vw;
  margin: auto;
}

.col.post-box-content.post-box-content-regular, .col.post-box-content.post-box-content-slim {
  width: 100%;
}

h2.home-title.h2.featured, h2.home-title.h2 {
  text-align: left;
  padding-top: 66px;
}

.col.post-box-content.post-box-content-slim {
  margin: 0px 10px;
}

@media (min-width: 1024px) {
  .optin__contents {
    width: 50% !important;
    margin: auto;
  }
}
.optin_zone {
  border-left: 3px solid #7d6435;
  padding: 0px 0px 0px 30px;
  display: flex;
  margin-bottom: 20px;
}

.optin__title {
  font-size: 25px;
  font-weight: 600;
  width: 250px;
  padding-right: 40px;
}

.optin__tag {
  font-size: 11px;
  margin: 10px 0px;
  color: gray;
  width: 90%;
}

.optin__call {
  font: 600 15px Montserrat, Helvetica, Arial, sans-serif;
  color: #7d6435;
  margin: 0;
}

.optin__form input {
  padding: 0px 5px 0px 15px;
  color: #efefef !important;
}

.optin {
  height: 300px !important;
  margin: 2px !important;
}

.pagination-numbers {
  display: flex;
  justify-content: flex-start;
}

a.page-numbers, .navigation ul li a {
  padding: 12px 16px !important;
  background: #000;
  color: white;
  font-size: 13px;
  margin: 2px 3px;
  border-radius: 2px;
  transition: all 0.5s ease;
  font-weight: 600;
}

span.page-numbers.dots {
  padding: 12px 8px !important;
  font-size: 13px;
  margin: 0px 0px;
  border-radius: 1px;
  transition: all 0.5s ease;
  font-weight: 600;
  color: #485059;
}

span.page-numbers.current, a.page-numbers:hover, .navigation ul li a:hover, li.active a {
  padding: 12px 16px !important;
  background: #d5cdc2;
  color: #7d6435;
  font-size: 13px;
  margin: 2px 3px;
  border-radius: 2px;
}

.main-post-info a .post-box-cat:hover, .main-page-featured a .post-box-cat:hover, .latest a .post-box-cat:hover {
  color: #D5CDC2 !important;
}

.main-post-info a .post-box-title:hover, .main-page-featured a .post-box-title:hover, .latest a .post-box-title:hover {
  color: #A78546;
}

a.page-numbers:hover {
  background: #A78546;
  color: #fff;
}

/*new-homepage*/
img.post-box-image {
  width: 100%;
  margin: 0px;
  height: 300px;
  object-fit: cover;
  max-width: 100%;
  margin-bottom: 30px;
}

.post-box-cat {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.post-box-content-regular h3.post-box-title {
  font-size: 30px;
  line-height: 1.4em;
  color: #000000;
  font-weight: 800;
  padding: 0px !important;
  margin: 20px 0px;
}

.post-author-info {
  display: flex;
}

img.post-authur-image {
  max-width: 48px;
  height: 48px;
  object-fit: cover;
  margin: 0px;
}

.post-box-content-slim h3.post-box-title {
  font-size: 16px !important;
  line-height: 1.4em;
  color: #333;
  font-weight: 800;
  padding: 0px !important;
  margin: 12px 0px;
}

@media (max-width: 576px) {
  .post-box-content-slim h3.post-box-title {
    font-size: 24px !important;
    line-height: 33px;
  }
}
.author-info, .post-box-date {
  display: flex;
  flex-flow: column;
  padding-left: 20px;
}

.post-box-meta {
  display: flex;
}

span.author-label, span.date-label {
  font-size: 12px;
  color: #ababab;
}

.post-author-info {
  width: 25%;
}

span.author-name, span.post-date-format {
  font-size: 14px;
  font-weight: 600;
}

span.divider-shape {
  font-weight: 200;
  padding-right: 2px;
}

.post-box-content-slim {
  padding: 0px;
  margin: 2px 2px 20px 2px;
}

.post-box-content-regular {
  padding: 10px 0 10px 0;
  margin: 2px 0 20px 0;
}

@media (min-width: 792px) {
  .post-box.row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
  }
}
@media (max-width: 792px) {
  .post-box-date {
    display: none;
  }
  .author-info {
    flex-flow: row;
    width: 100%;
    align-items: center;
  }
  .author-info {
    position: relative;
    top: -4px;
  }
  .post-author-info {
    width: 100%;
  }
  img.post-authur-image {
    width: 30px;
    height: 30px;
  }
  span.author-label, span.author-name {
    font-size: 12px;
    margin-right: 5px;
  }
  .post-box-content-regular h3.post-box-title {
    font-size: 18px;
  }
  .sponsored-tag {
    /*width:100%!important;
            position:absolute;
            right:40px;
    */
  }
  .sponsored-tag span {
    font-size: 10px !important;
  }
  .post-box-cat {
    font-size: 11px;
  }
  .col.post-box-content.post-box-content-regular {
    padding: 0 !important;
    margin: 0 !important;
  }
  img.post-box-image {
    margin-bottom: 10px;
  }
  .col.post-box-content.post-box-content-regular {
    padding: 20px;
  }
  article.wrap {
    /*padding:0 24px !important;*/
    margin: 0 !important;
    width: 100%;
    box-sizing: border-box;
  }
  .single .post__content {
    padding-right: 0;
  }
  .post-box-content-slim img.post-box-image {
    max-height: 200px;
  }
  .post-box-content-regular img.post-box-image {
    max-height: 200px !important;
  }
  .col.post-box-content.post-box-content-slim .post-box-cat {
    padding: 10px 13px 0px 13px !important;
  }
  .col.post-box-content.post-box-content-slim h3.post-box-title {
    padding: 0px 15px 0px 15px !important;
  }
}
.sponsored-tag span {
  font-size: 12px;
  font-weight: 700;
  color: #ababab;
  border-left: rgba(88, 76, 105, 0.4666666667) 3px solid;
  width: 100% !important;
  padding-left: 5px;
  text-align: left !important;
}

.sponsored-tag {
  display: flex;
  width: auto;
  align-items: center;
}

.col.post-box-content.post-box-content-regular, .col.post-box-content.post-box-content-slim {
  width: 48%;
}

.col.post-box-content.post-box-content-slim {
  margin: 0 15px;
}

@media (max-width: 1025px) {
  .post {
    margin-top: 0rem;
  }
}
@media (max-width: 792px) {
  /*article.wrap > div :not(.post__image__img) {*/
  /*    padding:0px !important;*/
  /*}*/
  figure.aligncenter.size-large div {
    width: unset !important;
  }
  main.post {
    padding: 15px;
  }
  figure.aligncenter.size-large {
    margin: inherit;
  }
  .wp-block-image img {
    max-width: 92vw;
    margin: 0;
    height: 300px;
    width: 100% !important;
    object-fit: cover;
  }
  .wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized {
    display: unset;
  }
}
a .post-box-cat {
  font-size: 12px;
  color: #A78546 !important;
  text-decoration: none !important;
}

a:-webkit-any-link {
  cursor: pointer;
  text-decoration: none !important;
}

.hr {
  background: #000 !important;
  margin: 0px 0px;
  color: white;
}

hr {
  border: 1px solid #121212;
  margin: 0px 90px !important;
  color: white;
}

@media (max-width: 792px) {
  .col.post-box-content.post-box-content-regular, .col.post-box-content.post-box-content-slim {
    width: auto;
    padding: 0px;
  }
  g.mobile_is {
    display: flex;
    justify-content: space-between;
  }
  .sponsored_m {
    display: block !important;
    position: relative;
    top: -0.3px;
  }
  .sponsored_d {
    display: none !important;
  }
  .col.post-box-content.post-box-content-slim {
    margin: 0px;
  }
  h2.home-title.h2.featured {
    font-size: 28px;
    letter-spacing: 0.02em;
    padding-top: 20px;
  }
  .row.zone-2, .row.zone-2 .post-box.row {
    width: 100vw;
    margin: 0px;
    padding: 0px;
  }
  .row.zone-3 .post-box-content-slim a.post-box-image {
    width: 41%;
    height: 90px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .row.zone-3 .post-box-content-slim .post-box-image {
    height: 90px;
    margin-right: unset;
    margin-bottom: 20px;
  }
  .row.zone-3 .mobile-flex {
    width: 100%;
  }
  #pagination .col.post-box-content.post-box-content-slim {
    display: flex;
    flex-flow: row-reverse;
  }
  div#pagination .row, div#pagination {
    width: 95vw;
  }
  .row.zone-3 h3.post-box-title {
    margin: 16px 0px !important;
    font-size: 20px !important;
    font-weight: 700;
  }
  .row.zone-3 h2.home-title.h2 {
    font-size: 28px;
    /*letter-spacing:-2px;*/
    padding: 20px;
    line-height: 1.3em;
  }
  .pagination-numbers {
    margin-top: 30px;
  }
  .row.zone-1 span.sponsored-tag-label {
    margin-left: 0px !important;
  }
  .row.zone-1 a .post-box-cat {
    font-size: 10px;
  }
  .col.post-box-content.post-box-content-regular {
    margin-bottom: 20px !important;
  }
  .row.zone-1 {
    padding-top: 20px;
  }
  footer.footer {
    padding: 155px 0 40px 0 !important;
    margin-bottom: -40px;
  }
  .home footer.footer.is_mobile {
    padding-top: 30px !important;
  }
}
@media (min-width: 762px) {
  .optin__contents {
    width: 80%;
    padding: 40px;
  }
  .optin {
    height: 300px !important;
  }
  footer.footer {
    padding: 160px 0 !important;
  }
  span.sponsored-tag-label {
    top: 0;
    left: 150px !important;
  }
  h3.post-box-title {
    min-height: 90px;
  }
  .post-author-info {
    width: fit-content;
    padding-right: 20px;
    border-right: 1px #efefef solid !important;
  }
  .wrap.footer__wrap {
    padding-top: 30px;
  }
  .optin__contents {
    padding: 90px 0px;
  }
  footer > address > .wrap {
    height: 150px;
  }
}
@media (min-width: 1024px) {
  .latest {
    margin: 2rem 0;
  }
  .sponsored_m {
    display: none !important;
  }
  .sponsored_d {
    display: block !important;
    width: 30%;
    display: flex;
    align-self: center;
    flex: auto;
  }
  .post-box-meta {
    border-top: 1px #efefef solid !important;
    padding-top: 13px;
  }
}
span.author-name {
  color: #000000 !important;
}

.pagination-numbers {
  padding-bottom: 30px;
}

@media (max-width: 1025px) {
  #pagination a .post-box-cat {
    font-size: 10px !important;
  }
  .post-box-meta {
    border-bottom: 1px #efefef solid !important;
    padding-bottom: 20px;
  }
}
/* optin mobile */
@media (max-width: 798px) {
  .optin {
    height: unset !important;
    margin: 0px !important;
  }
  .optin__title {
    font-size: 19px;
    font-weight: 600;
    width: 100vw !important;
    padding-right: 0px !important;
  }
  .optin {
    padding-bottom: unset !important;
    padding-left: unset !important;
    padding-right: unset !important;
  }
  .optin_zone {
    border-left: 3px solid #7d6435;
    padding: 0px 0px 0px 30px;
    display: block;
    margin-bottom: 20px;
  }
  #mc_embed_signup input#mc-embedded-subscribe {
    text-align: center;
    position: static;
  }
  #mc_embed_signup .mc-field-group {
    width: 100%;
    text-align: center;
    position: static;
    top: 10px;
    padding: 10px 10px 15px 10px;
  }
  .mc-field-group {
    padding: 0px !important;
    margin: 0px !important;
    margin-bottom: 10px !important;
  }
  .optin__contents {
    padding-top: 30px;
    margin: auto;
  }
  .subsribtion_arrow-mobile {
    display: block !important;
  }
}
.hr {
  padding-top: 30px;
}

/*stars in affiliate page fix 16-10-20 */
li.stars__item {
  background: black !important;
  width: 10px !important;
  color: red;
  height: 20px;
}

ul.stars__list {
  min-height: 20px;
}

@media (max-width: 792px) {
  /*.product { display: flex!important; flex-flow: column; }*/
  .product__value {
    order: 0;
  }
  h4.product__title {
    order: 2;
  }
  img.product__image {
    order: 1;
  }
  .product__stars {
    order: 3;
  }
  a.buynow.customize-unpreviewable {
    order: 4;
  }
}
/* TOC + minor post fixes */
.post__content p:not(.wp-caption-text) {
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .post__content p:not(.wp-caption-text) {
    font-size: 18px;
    line-height: 1.8;
  }
}
h3 {
  font-size: 20px !important;
}

#ftwp-container #ftwp-list.ftwp-list-nest.ftwp-liststyle-decimal ol, #ftwp-container #ftwp-list.ftwp-list-nest.ftwp-liststyle-decimal ul, #ftwp-container #ftwp-list.ftwp-liststyle-decimal::-webkit-scrollbar {
  width: 5px !important;
}

#ftwp-container #ftwp-list.ftwp-liststyle-decimal::-webkit-scrollbar-thumb {
  background: #777 !important;
  border-radius: 150px !important;
  width: 10px;
}

#ftwp-container #ftwp-list.ftwp-list-nest.ftwp-liststyle-decimal ol, #ftwp-container #ftwp-list.ftwp-list-nest.ftwp-liststyle-decimal ul, #ftwp-container #ftwp-list.ftwp-liststyle-decimal::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
}

a.ftwp-anchor:before {
  display: none !important;
}

a.ftwp-anchor {
  padding: 0px !important;
}

a.ftwp-anchor span {
  font-size: 13px !important;
  font-weight: 400 !important;
  padding: 5px 9px !important;
  min-height: 40px;
  display: flex !important;
  flex-flow: column;
  justify-content: center;
}

li.ftwp-item {
  background: white !important;
  margin: 12px 20px !important;
}

ol#ftwp-list {
  background: #efefef !important;
}

div#ftwp-header-title {
  font-size: 15px !important;
  padding: 3px !important;
  font-weight: 600 !important;
}

#ftwp-container.ftwp-wrap #ftwp-header {
  background: #efefef;
  padding: 12px 13px 1px 13px !important;
}

#ftwp-container.ftwp-wrap #ftwp-header-minimize {
  width: 20px !important;
  opacity: 0.3;
  text-align: right !important;
}

#ftwp-container.ftwp-wrap #ftwp-header-minimize {
  font-size: 26px;
  position: relative;
  top: -5px;
}

#ftwp-container.ftwp-wrap #ftwp-trigger {
  background: #111;
  color: white !important;
}

#ftwp-trigger > span:before {
  position: relative !important;
  top: -3px !important;
  font-size: 18px !important;
}

#ftwp-header-control:before {
  position: relative !important;
  top: -3px !important;
  padding-right: 5px;
  font-size: 15px !important;
}

@media (min-width: 1025px) {
  #ftwp-container.ftwp-fixed-to-post #ftwp-contents, #ftwp-container.ftwp-fixed-to-post #ftwp-trigger {
    top: 200px !important;
    left: 20px !important;
    bottom: 20px !important;
  }
  ol#ftwp-list {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 1025px) {
  #ftwp-container.ftwp-fixed-to-post #ftwp-contents, #ftwp-container.ftwp-fixed-to-post #ftwp-trigger {
    top: 0px !important;
    left: auto !important;
    right: 5px !important;
  }
  .ftwp-in-post#ftwp-container-outer.ftwp-float-none, .ftwp-in-post#ftwp-container-outer.ftwp-float-none #ftwp-contents {
    width: 100vw !important;
  }
  ol#ftwp-list {
    width: 100vw !important;
  }
}
ol#ftwp-list {
  height: fit-content !important;
}

.main-page-posts a,
.main-page-featured a,
.latest a {
  text-decoration: none;
}

.home-title {
  font-weight: bold;
  text-transform: uppercase;
}

.main-page-posts .post-box-title {
  font-size: 28px !important;
}

.main-page-posts .post-box-content {
  display: flex;
  justify-content: space-between;
}

.main-page-posts .post-box-meta {
  display: none;
}

.main-page-posts .post-box-content .img_link {
  width: 48%;
  display: flex;
  align-items: center;
}

.main-page-posts .post-box-content .main-post-info {
  width: 47%;
}

.main-page-posts .sponsored-tag-label {
  font-size: 12px;
  padding: 10px 12px;
  color: #485059;
  background: #F6F6F6;
  border-radius: 2px;
}

.main-page-featured {
  background: #000000;
}

.main-page-featured .home-title,
.main-page-featured .post-box-content-slim .post-box-title {
  color: #ffffff;
}

.post-content-slim__sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 38px;
}

.post-content-slim__sub .sponsored-label {
  background: #191919;
  color: #d1d1d1;
  border-radius: 2px;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 600;
}

.main-page-featured .post-box-title {
  font-size: 20px !important;
  line-height: 28px;
}

#subscription {
  transform: translateY(113px);
  position: relative;
  z-index: 9;
  height: unset !important;
}

.middle-subscribe #subscription {
  transform: translateY(0);
}

#subscription.optin {
  background: transparent;
}

#subscription .optin__wrap {
  background: linear-gradient(89.47deg, #A78546 -2.59%, #CCB58A 106.25%);
  width: 95vw;
  max-width: 1195px;
  margin: auto;
  padding: 57px 64px;
  height: auto;
  box-sizing: border-box;
  align-items: center;
}

.subscribtion_heading {
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
}

.subscribtion_heading, .subscribtion_info {
  width: 20%;
}

.subscribtion_info {
  margin-left: 43px;
}

.subscribtion_info__title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.subscribtion_info__text {
  font-size: 14px;
}

.subsribtion_arrow {
  position: absolute;
  left: calc(50% - 100px);
  top: 0;
  z-index: 0;
}

.comment-form-comment {
  display: flex;
  flex-direction: column;
}
.comment-form-comment textarea {
  border-radius: 8px;
  padding: 19px 30px;
}
.comment-form-comment label {
  display: none;
}

.comment-respond input[type=submit], .comment-btn {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background-color: #A78546;
  width: fit-content;
  padding: 15px 35px;
  border-radius: 13px;
  border: 1px solid #fff;
  transition: 0.3s ease;
}
.comment-respond input[type=submit]:hover, .comment-btn:hover {
  color: #A78546;
  background-color: #fff;
  border-color: #A78546;
}

.comment-btn {
  margin-top: 10px;
}

.comment-respond {
  background-color: #F6F7F7;
  padding: 1px 16px;
  border-radius: 8px;
}
.comment-respond input:not([type=submit]) {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: #EEEFF0;
  padding: 5px 10px 5px 30px;
}
.comment-respond input:not([type=submit])::placeholder {
  color: rgba(23, 24, 30, 0.5);
  font-weight: 400;
}
.comment-respond .comment-form-author label, .comment-respond .comment-form-email label {
  min-width: 65px;
}
.comment-respond textarea::placeholder {
  color: rgba(23, 24, 30, 0.5);
  font-weight: 400;
}

.comment-meta.commentmetadata a {
  font-size: 14px;
  color: #9d9999;
  font-weight: 400;
}
.comment-meta.commentmetadata a:hover {
  text-decoration: unset;
  cursor: default;
}

.comment .reply {
  margin-bottom: 20px;
}
.comment .comment-body p {
  margin-bottom: 0;
}

.comment-body {
  display: grid;
  grid-template-columns: 13% 57% 70px 15%;
  grid-gap: 10px;
}
.comment-body .comment-author {
  order: 1;
}
.comment-body .comment-meta {
  order: 4;
}
.comment-body .comment-text {
  order: 2;
}
.comment-body .reply {
  text-align: center;
  order: 3;
}
.comment-body .reply a:hover {
  text-decoration: underline !important;
}

.commentlist {
  border-radius: 8px;
  background: #F6F7F7;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 16px 0 0;
  list-style-type: none;
}
.commentlist * {
  font-weight: 500;
}
.commentlist .says {
  display: none;
}
.commentlist .comment-author img {
  display: none;
}
.commentlist .children {
  padding-top: 15px;
}

.post-comment {
  max-width: 840px;
  margin-top: 20px;
  padding-right: 10px;
}

.comment-author *, .reply a, .commentlist .comment .comment-reply-title small a {
  font-size: 16px;
  color: #A78546;
  font-weight: 600;
}

.comment-author .fn a:hover {
  text-decoration: none;
  cursor: default;
}

.navigation + .comment-respond, #comments + .comment-respond {
  margin-left: 0;
  padding: 16px 0;
  background-color: #fff;
}

.navigation + .comment-respond textarea, #comments + .comment-respond textarea {
  background-color: #F6F7F7;
}

.comment-meta {
  color: rgba(23, 24, 30, 0.46);
  text-align: right;
}

.comment-edit-link {
  display: none;
}

.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.comment-form-cookies-consent input {
  margin-right: 8px;
}
.comment-form-cookies-consent label {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

.page_content ol.commentlist > li.comment {
  padding: 0 16px 16px;
}
.page_content ol.commentlist > li.comment:not(:last-child) {
  border-bottom: 4px solid #fff;
}
.page_content ol.commentlist > li.comment:last-child #respond {
  padding-bottom: 10px;
}

h2#comments {
  margin-top: 30px;
}

h3#reply-title {
  font-weight: 600;
  margin: 10px 0 0 27px;
  display: flex;
  align-items: center;
}
h3#reply-title small a {
  margin-left: 15px;
}

.comment-notes, .comment-form-comment > label {
  margin-left: 27px;
}

.comment-notes * {
  font-weight: 300;
}

.comment-form-author label, .comment-form-email label {
  display: none;
}

@media screen and (max-width: 767px) {
  .comment-body {
    grid-template-columns: 1fr;
  }
  .comment-meta {
    text-align: left;
  }
  .comment-body .comment-meta {
    order: 1;
  }
  .comment-body .comment-author {
    order: 4;
  }
  .comment-respond {
    margin-left: 0;
    padding: 0;
  }
  .comment-respond input:not([type=submit]):not([type=checkbox]) {
    width: 100%;
  }
  h3#reply-title {
    font-size: 24px;
    margin-left: 0;
    align-items: flex-start;
    text-align: left;
  }
  h3#reply-title small a {
    margin-left: 10px;
  }
  .comment-notes, .comment-form-comment > label {
    margin-left: 0;
  }
  .commentlist .children {
    padding-left: 0;
  }
}
.comment-author cite {
  font-style: normal;
}

.subsribtion_arrow-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 10%;
}

@media (max-width: 576px) {
  .subsribtion_arrow-mobile {
    right: 0;
  }
}
.subscribtion_heading,
.subscribtion_info,
.subscribtion_form {
  position: relative;
  z-index: 1;
}

.subscribtion_form {
  width: 45%;
  margin-left: auto;
}

@media (max-width: 1691px) {
  .subscribtion_form {
    width: 44%;
    margin-left: auto;
  }
}
.middle-subscribe.is_mobile {
  height: 435px;
  background: #000000;
  margin-bottom: 100px;
}

#subscription .optin__wrap {
  overflow: hidden;
  position: relative;
}

@media (max-width: 1200px) {
  #subscription .optin__wrap {
    padding: 57px 50px;
  }
  .subscribtion_heading {
    font-size: 38px;
  }
}
@media (max-width: 1100px) {
  #subscription .optin__wrap {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .subsribtion_arrow {
    display: none;
  }
  .subscribtion_form {
    width: 100%;
    margin-top: 25px;
  }
  .subscribtion_form #mc_embed_signup_scroll {
    justify-content: center;
    align-items: center;
  }
  #subscription #mc_embed_signup .mc-field-group {
    width: unset;
    margin-right: 25px;
  }
}
@media (max-width: 1200px) {
  .main-page-posts .post-box.row {
    flex-wrap: wrap;
  }
  .latest .row {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .latest .row .col.post-box-content.post-box-content-slim {
    width: 45%;
    margin: 0;
  }
}
@media (max-width: 1050px) {
  .subscribtion_form #mc_embed_signup input#mc-embedded-subscribe {
    position: relative !important;
    float: none;
    top: unset;
    right: unset;
  }
  .subscribtion_heading, .subscribtion_info {
    width: 80%;
  }
  .subscribtion_heading {
    margin-bottom: 25px;
  }
  .subscribtion_info {
    margin-left: 0;
  }
}
@media (max-width: 781px) {
  .subscribtion_form #mc_embed_signup .mc-field-group input#mce-EMAIL,
#subscription #mc_embed_signup .mc-field-group {
    width: 100% !important;
    box-sizing: border-box;
  }
  .subscribtion_heading {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .subscribtion_form .mc-field-group {
    margin-bottom: 0 !important;
  }
  .main-page-posts .post-box-title {
    font-size: 22px !important;
  }
  .subsribtion_arrow-mobile {
    display: block;
  }
  .latest .row .col.post-box-content.post-box-content-slim {
    width: 100%;
  }
  .subscribtion_heading:after {
    display: block;
    width: 64px;
    height: 2px;
    background: #ffffff;
    opacity: 0.2;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 576px) {
  .col.post-box-content.post-box-content-regular {
    flex-wrap: wrap;
  }
  .post-content-slim__sub .sponsored-label {
    margin-right: 10px;
  }
  .main-page-featured {
    padding: 0 0 10px 0;
  }
  #subscription .optin__wrap {
    padding: 45px 30px;
  }
  .subscribtion_heading {
    font-size: 32px;
    line-height: 35px;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 30px;
  }
  .main-page-posts .post-box-content-regular h3.post-box-title {
    font-size: 16px !important;
  }
  .main-page-posts .post-box.row {
    width: unset;
    margin-left: 6px;
    margin-right: 6px;
  }
  .main-page-posts .row {
    width: unset;
  }
  .main-page-posts img.post-box-image {
    height: 116px;
  }
  .main-page-posts .mobile_is {
    display: none;
  }
  .main-page-posts .post-box-content-regular h3.post-box-title {
    margin: 0 0 10px;
  }
  .main-page-posts .sponsored-tag-labe {
    padding: 6px 8px;
    font-size: 10px;
  }
  .main-page-posts img.post-box-image {
    margin-bottom: 0;
  }
  .main-page-posts .home-title,
.main-page-featured .home-title {
    padding-left: 15px;
  }
  #pagination .col.post-box-content.post-box-content-slim {
    margin-right: 10px;
  }
  div#pagination .row, div#pagination {
    width: unset;
  }
  .row.zone-3 h2.home-title.h2 {
    font-size: 24px;
  }
  .pagination-numbers > *:not(.next) {
    display: none;
  }
  .pagination-numbers .next {
    display: block;
    margin: 0 6px;
    width: 100%;
    text-align: center;
    background: #000;
  }
  #subscription .optin__wrap {
    width: 94vw;
  }
}
.subscribtion_info__text {
  opacity: 0.8;
}

.subscribtion_form input {
  padding: 23px 32px;
  border: none;
  border-radius: 4px;
  background-color: #ffffff !important;
}

.subscribtion_form input.email:focus {
  border: 3px solid #A78546;
  padding: 20px 29px;
}

.subscribtion_form input.button:active {
  background: #000;
}

.subscribtion_form #mc_embed_signup .mc-field-group input#mce-EMAIL {
  width: 100%;
  box-sizing: border-box;
}

#mc_embed_signup_scroll {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media (max-width: 576px) {
  #mc_embed_signup_scroll {
    flex-wrap: wrap;
  }
  #mc_embed_signup input#mc-embedded-subscribe {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}
#mc_embed_signup .mc-field-group {
  width: unset;
}

#mc-embedded-subscribe {
  background: #000000;
  color: #ffffff;
  cursor: pointer;
}

#mc-embedded-subscribe:hover {
  background: #A78546;
}

@media (max-width: 768px) {
  .searchForm .search__toggle__close {
    top: 22px;
  }
  .cards {
    margin-top: 85px;
  }
  .cards__heading {
    margin-bottom: 55px;
  }
}
/*#pagination {*/
/*    margin-bottom: -50px;*/
/*}*/
#pagination.main-page-posts {
  margin-bottom: 0;
}

.hero__items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 540px;
  justify-content: space-between;
}

.hero__items .hero__item {
  width: calc(25.2% - 4px);
  height: 266px;
}

.hero__items .hero__item:nth-child(1) {
  width: calc(50.4% - 4px);
}

.hero__items .hero__item:nth-child(1),
.hero__items .hero__item:nth-child(2) {
  height: 540px;
  display: block;
}

.hero__items {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (max-width: 1100px) {
  .hero__items {
    flex-direction: row;
    height: auto;
    font-size: 22px;
  }
  .hero__items .hero__item {
    width: calc(50% - 8px);
    height: 320px !important;
    margin-bottom: 8px;
  }
  .hero__items .hero__item:first-child,
.hero__items .hero__item:last-child {
    width: 100%;
  }
  .hero__items .hero__item:nth-child(2),
.hero__items .hero__item:nth-child(4) {
    margin-left: 8px;
  }
  .hero__items .hero__item:nth-child(1) {
    width: calc(100% + 30px);
  }
  .hero__item:not(:first-child) .hero__caption {
    font-size: 21px;
    line-height: 1.2;
    padding: 1.5rem;
  }
}
@media (max-width: 787px) {
  main.hero {
    margin-top: 69px !important;
  }
  .hero__items {
    padding: 6px;
  }
  .hero__items .hero__item:nth-child(2),
.hero__items .hero__item:nth-child(4) {
    margin-left: 0;
  }
  .hero__items .hero__item {
    width: calc(50% - 4px);
  }
  .hero__caption {
    font-size: 22px;
    line-height: 30px;
    width: 80% !important;
    font-weight: 800;
  }
}
@media (max-width: 478px) {
  .hero__items .hero__item:nth-child(1) img {
    height: 375px;
  }
}
.product__image {
  margin: auto;
}

.affiliate_product {
  background: #f7f7f7;
  padding: 1px 40px;
  position: relative;
  box-sizing: border-box;
}
.affiliate_product.gb-block .buynow {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.affiliate_product.gb-block .affiliate-product__description {
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .affiliate_product.gb-block h2 + p {
    margin: 0 0 30px !important;
  }
}

.affiliate_product__btns {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
.affiliate_product__btns.gb-block {
  margin: 2.5rem 0 1.5rem;
}
.affiliate_product__btns.gb-block .buynow {
  margin-bottom: 15px;
}

.affiliate_product h3,
.affiliate_product h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 120%;
}

div .affiliate_product h3, div .affiliate_product h2 {
  margin-top: 50px;
}

/*.affiliate_product h2+p{ background: #ffffff; }*/
@media (min-width: 768px) {
  .affiliate_product h3,
.affiliate_product h2 {
    min-height: 96px;
  }
}
@media (max-width: 768px) {
  .affiliate_product h2 + p {
    margin: 0 -28px !important;
  }
}
.product__stars li.stars__item {
  background: none !important;
  width: auto !important;
}

.bestbuy {
  float: right;
  background: #A78546;
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 40px;
  z-index: 2;
}

.affiliate_product .bestbuy p {
  color: #ffffff;
  font-size: 16px !important;
  line-height: 1.2em !important;
  margin: 6px;
  text-align: center;
  margin: 0;
}

.pros_cons {
  display: flex;
  flex-wrap: wrap;
}

.pros_cons div {
  width: 50%;
}

.pros_cons .pros ul li::before {
  content: "✓";
  top: 0;
  font-size: 1em;
}

.pros_cons .cons ul li::before {
  color: #000000;
  opacity: 0.1;
}

.affiliate_product .stars {
  display: none;
}

@media (max-width: 768px) {
  .pros_cons div {
    width: 100%;
  }
  .affiliate_product .bestbuy {
    position: absolute;
    top: 116px;
    width: 40px !important;
    height: 40px !important;
  }
  .affiliate_product .stars {
    display: block;
    position: absolute;
    top: 96px;
  }
  .affiliate_product h3,
.affiliate_product h2 {
    font-size: 18px;
    margin-bottom: 55px;
    margin-top: 40px;
    min-height: 43px;
  }
  .affiliate_product .bestbuy {
    box-sizing: border-box;
    padding: 8px 10px;
    left: 15vw;
  }
  .post__main div.affiliate_product .bestbuy p {
    font-size: 8px !important;
    font-weight: 700;
    line-height: 90% !important;
    margin-top: 2px;
  }
}
.products.slider .product + .product {
  margin-left: 30px;
}

.post__top .post__top__left .tags a {
  padding: 8px 14px !important;
  background: #f6f6f6;
  border-radius: 5px;
  color: #000;
  text-decoration: none;
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.post__top .post__top__left .tags a:hover {
  background: #A78546;
  color: #fff;
}

.post__meta .partner-link {
  font-weight: bold;
  color: #000;
}

.post__meta span {
  color: #000;
}

.post__meta a:hover span {
  color: #a78546;
}

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

.post__top .sponsored .sponsored-tag-label {
  font-size: 12px;
  font-weight: 400;
  padding: 10px 12px !important;
  color: #485059;
  background: #F6F6F6;
  border-radius: 2px;
}

.header__bar {
  max-width: 1195px;
  padding: 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s ease;
  /*padding: 0 1rem;*/
  /*height: 64px*/
}

.hide-bar {
  transform: translateY(-80px);
}

.header__logo__desktop img {
  max-width: 165px;
}

.main-menu__nav li a, .menu-top-menu-container li a {
  font-size: 14px;
  color: #000;
}

.header__menu {
  margin: 0 auto;
  line-height: 1em;
  background-color: #ffffff;
  transition: 0.3s ease;
}

.header__upload__icon img.mobile-img {
  display: none;
}

@media (max-width: 1200px) {
  .header__bar {
    padding: 10px 20px;
  }
  .header__upload__icon img {
    display: none;
  }
  .header__upload__icon img.mobile-img {
    display: block;
  }
}
@media (max-width: 1200px) {
  .header__bar {
    max-width: calc(100% - 40px);
  }
}
main.hero, .row {
  max-width: 1195px;
}

@media (max-width: 1100px) {
  .hero__items .hero__item:nth-child(1) {
    height: 450px !important;
    margin: 0 -6px 8px;
  }
  .hero__items .hero__item:nth-child(4) {
    height: 240px !important;
  }
  main.hero {
    width: 100%;
  }
  main.hero,
main.hero ul {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (max-width: 450px) {
  .hero__items .hero__item:nth-child(1) {
    height: 100% !important;
  }
}
.post-box-content-regular h3.post-box-title {
  font-size: 20px !important;
  font-weight: 700;
  min-height: auto;
  margin: 16px 0;
}

img.post-box-image {
  height: 185px;
  margin-bottom: 0;
}

.main-post-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.post-box.row, .row.zone-1 {
  padding-top: 0;
  padding-bottom: 0;
}

.col.column-2 {
  margin-bottom: 80px;
}

.zone-2 .post-box,
.zone-3 .post-box {
  padding: 0;
  width: 100%;
  justify-content: space-between;
}

.zone-2 .post-box .col,
.zone-3 .post-box .col {
  margin: 0;
}

.zone-2 .post-box .col + .col,
.zone-3 .post-box .col + .col {
  margin-left: 30px;
}

.zone-2 .post-content-slim__sub {
  margin: 10px 0 0;
  height: 32px;
}

.zone-2 .post-box-content-slim h3.post-box-title {
  margin-top: 12px;
}

.row.zone-3 h2.home-title.h2 {
  margin: 94px 0 46px;
  padding: 0;
}

.zone-3 .post-content-slim__sub {
  display: block;
  height: auto;
  margin: 10px 0 12px;
}

.footer__contact__list.mobile {
  display: none;
}

@media (max-width: 780px) {
  .footer__contact__list {
    display: none;
  }
  .footer__contact__list.mobile {
    display: block;
  }
}
@media (max-width: 791px) {
  .zone-2 .post-box .col + .col,
.zone-3 .post-box .col + .col {
    margin-left: 0;
  }
}
@media (max-width: 720px) {
  .main-page-posts .post-box.row {
    margin-left: 6px;
    margin-right: 6px;
  }
  #pagination {
    margin-left: 6px;
    margin-right: 6px;
  }
  .row.zone-1 {
    padding: 0;
  }
  .main-page-posts .sponsored-tag-label {
    font-size: 10px;
    padding: 6px 8px;
  }
  .col.column-2 {
    margin-bottom: 40px;
  }
  .zone-2.row {
    padding: 6px;
    width: calc(100% - 12px);
  }
  .row.zone-2 .post-box.row {
    width: calc(100% - 12px);
    margin-left: 6px;
    margin-right: 6px;
  }
  h2.home-title.h2.featured {
    margin: 40px 0 20px;
    padding: 0 10px !important;
  }
  #subscription .optin__wrap {
    padding: 32px;
  }
  .subscribtion_heading {
    padding-bottom: 24px;
  }
  .subscribtion_form {
    margin-top: 32px;
  }
  .subscribtion_info__text {
    font-size: 14px;
  }
  .middle-subscribe.is_mobile {
    height: 400px;
    margin: 0;
  }
  .footer__title {
    margin: 34px 0;
  }
  .footer__menus {
    margin-top: 0;
  }
}
.wp-block-image {
  max-width: 100%;
  overflow: hidden;
}

.post__content p {
  white-space: pre-line;
}

.main-page-featured .zone-2 {
  padding: 10px 0 65px 0;
}

@media (max-width: 576px) {
  .main-page-featured .zone-2 {
    padding: 10px 0 15px 0;
    width: 100%;
  }
  .zone-2 .post-box-content {
    margin-bottom: 40px !important;
  }
}
.subscribtion_form #mc-embedded-subscribe {
  margin-left: 24px;
}

/* Authur on single page fix */
@media (max-width: 479px) {
  footer.post__card {
    display: flex;
    flex-wrap: wrap;
  }
  .post__card__image {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .post__card__info {
    width: 100%;
    margin: 0px;
    padding-top: 20px;
  }
}
/* If posts in post */
main article + article {
  padding: 50px 0;
}

/* faq accordeon */
.elementor-197306 .elementor-element.elementor-element-412d6d12 .elementor-heading-title {
  color: #000;
  font-family: "Montserrat", Sans-serif;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 4px;
}

.elementor-197306 .elementor-element.elementor-element-631de67c .uael-faq-accordion .uael-accordion-title {
  padding: 0 !important;
}

.elementor-197306 .elementor-element.elementor-element-631de67c:not(.elementor-grid-0) .elementor-grid {
  grid-row-gap: 12px !important;
}

.elementor-197306 .elementor-element.elementor-element-631de67c.elementor-grid-0 .uael-faq-accordion {
  margin-bottom: 12px !important;
}

.elementor-197306 .elementor-element.elementor-element-631de67c .uael-faq-wrapper .uael-faq-container .uael-faq-accordion {
  border: 1px solid #f6f6f6 !important;
}

.elementor-197306 .elementor-element.elementor-element-631de67c .uael-faq-container .uael-faq-accordion .uael-accordion-content {
  border: none !important;
  border-radius: 0 !important;
}

.elementor-197306 .elementor-element.elementor-element-631de67c .uael-faq-container .uael-faq-accordion {
  border-radius: 8px !important;
  background-color: #f6f6f6 !important;
  overflow: hidden !important;
  transition: 0.4s !important;
}

.elementor-197306 .elementor-element.elementor-element-631de67c .uael-faq-accordion .uael-accordion-title .uael-question-span {
  font-size: 16px !important;
  padding: 23px 24px 26px 24px !important;
  font-family: "Montserrat", Sans-serif !important;
  font-weight: 600 !important;
  line-height: 1em !important;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.25 1.49976L7 7.74976L0.75 1.49976' stroke='%23A78546' stroke-width='2'/%3E%3C/svg%3E%0A") !important;
  background-position-x: calc(100% - 26px) !important;
  background-position-y: center !important;
  background-repeat: no-repeat !important;
  outline: 0 !important;
}

.elementor-197306 .elementor-element.elementor-element-631de67c .uael-faq-accordion .uael-accordion-title .uael-question-span,
.elementor-197306 .elementor-element.elementor-element-631de67c .uael-accordion-icon-closed,
.elementor-197306 .elementor-element.elementor-element-631de67c span.uael-accordion-icon-opened {
  color: #212121 !important;
}

.elementor-197306 .elementor-element.elementor-element-631de67c .uael-accordion-icon-closed,
.elementor-197306 .elementor-element.elementor-element-631de67c span.uael-accordion-icon-opened {
  fill: #212121 !important;
}

.elementor-197306 .elementor-element.elementor-element-631de67c .uael-faq-accordion .uael-accordion-content {
  height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  margin: 0 !important;
  padding: 0px 10px !important;
  font-family: "Montserrat", Sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  transition: 0.4s !important;
}

.elementor-197306 .elementor-element.elementor-element-631de67c .uael-faq-wrapper .uael-faq-container .uael-faq-accordion:hover:not(.opened) {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1) !important;
  background-color: #fff !important;
}

.elementor-197306 .elementor-element.elementor-element-631de67c .uael-faq-accordion.opened {
  border: 1px solid #D5CDC2 !important;
  background-color: #fff !important;
}

.elementor-197306 .elementor-element.elementor-element-631de67c .uael-faq-accordion.opened .uael-accordion-title .uael-question-span {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 8.50024L7 2.25024L13.25 8.50024' stroke='%23A78546' stroke-width='2'/%3E%3C/svg%3E%0A") !important;
}

.elementor-197306 .elementor-element.elementor-element-631de67c .uael-faq-accordion.opened .uael-accordion-content {
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  padding: 0 24px 0 !important;
  margin-left: 24px !important;
  margin-bottom: 24px !important;
  border-left: 2px solid #F7F7F7 !important;
}

.elementor-197306 .elementor-element.elementor-element-631de67c .uael-faq-accordion .uael-accordion-content p {
  font-size: 14px !important;
  line-height: 22px !important;
  letter-spacing: 0.5px !important;
}

@media (max-width: 1024px) {
  .elementor-197306 .elementor-element.elementor-element-631de67c.elementor-grid-tablet-0 .elementor-share-btn {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .elementor-197306 .elementor-element.elementor-element-631de67c.elementor-grid-mobile-0 .elementor-share-btn {
    margin-bottom: 16px !important;
  }
}
.elementor-197306 .elementor-element.elementor-element-631de67c ul li {
  margin-bottom: 8px !important;
  letter-spacing: 0.5px !important;
}

body article .elementor-197306 .elementor-element.elementor-element-631de67c ul li::before {
  font-size: 2.7em !important;
  top: -23px !important;
  left: -3px !important;
}

.elementor-197306 .elementor-element.elementor-element-631de67c b,
.elementor-197306 .elementor-element.elementor-element-631de67c strong {
  color: rgba(167, 133, 70, 0.7333333333) !important;
  font-weight: 600 !important;
}

.elementor-197306 .elementor-element.elementor-element-631de67c span p {
  margin: 0px !important;
}

.elementor-197306 .elementor-element.elementor-element-631de67c .uael-accordion-content ul {
  margin-top: 16px !important;
}

/* faq accordeon */
@media (max-width: 900px) {
  .slider__controlls {
    display: none;
  }
  .products::after, .products::before {
    background-color: rgb(255, 255, 255);
  }
}
@media (max-width: 729px) {
  img.product__image {
    order: 0;
  }
}
.aff__top .products {
  padding-bottom: 28px;
}

.aff__top {
  margin-bottom: 0px;
  position: relative;
}

.related_post {
  display: none;
}

.header__upload {
  margin-left: 11px;
}

@media (min-width: 1195px) {
  .header__menu {
    margin: 0;
    /* width: 480px;*/
  }
  .search_form input[type=text] {
    width: 480px;
  }
}
.menu-top-menu-container {
  max-width: 1195px;
  margin: auto;
  transition: 0.3s ease;
  border-bottom: 1px solid black;
  padding: 8px 0;
}

.hero__caption {
  padding: 0 34px 35px;
}

.hero__item:first-child .hero__caption {
  font-size: 23px;
}

.hero__caption {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
}

.post-box.row {
  margin-bottom: 0;
}

.post-box-content-regular {
  margin: 0 0 35px 0;
}

.zone-2 h2.home-title.h2 {
  padding-top: 59px;
}

.main-page-featured {
  margin-top: -5px;
}

.zone-2 .post-box-image {
  height: 252px;
}

.zone-2 .post-box-content-slim h3.post-box-title {
  margin-top: 16px;
  font-size: 20px !important;
}

.zone-3 .post-box-content-slim h3.post-box-title {
  font-size: 16px !important;
}

.zone-2 .post-box.row {
  margin-top: 45px;
}

.zone-3 .latest {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 30px;
}

@media screen and (max-width: 1200px) {
  .zone-3 .latest {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 792px) {
  .zone-3 .latest {
    grid-template-columns: 1fr;
  }
}
.zone-3 .latest_item h3.post-box-title {
  font-size: 16px !important;
}

.zone-3 {
  margin-bottom: -27px;
}

a.page-numbers, .navigation ul li a {
  padding: 12px 16px !important;
  margin: 0 6px 0 0 !important;
}

span.page-numbers.current {
  margin: 0 6px 0 0 !important;
  padding: 12px 18px !important;
}

span.page-numbers.dots {
  padding: 12px 16px !important;
}

a.page-numbers:last-child {
  margin: 0 10px !important;
  padding: 12px 25px !important;
}

.subscribtion_form #mc-embedded-subscribe {
  font-weight: bold;
  font-size: 14px;
}

@media (min-width: 1600px) {
  .footer__wrap {
    max-width: 1200px;
  }
}
.footer__contact__list {
  margin-left: 30px;
}

.footer__contact__item:not(:last-child) {
  margin-right: 0;
}

.footer__menus {
  justify-content: left;
  width: 48.7%;
  margin-top: 12px;
}

.footer__menu__list {
  margin-right: auto;
}

@media (min-width: 1024px) {
  .footer__menu__list:nth-child(2) {
    width: 150px;
  }
}
.footer__colophon {
  margin-top: 75px;
}

.page__content p > a, .post__content p > a, .writer__bio p > a {
  transition: background-color 2s;
}

.post__content a.hover-link::after {
  position: absolute;
  content: " ";
  width: 101%;
  height: 100%;
  background: #a78546;
  top: 0;
  left: 0;
}

.page__content a.hover-link,
.post__main .post__content a.hover-link,
.writer__bio a.hover-link {
  position: relative;
  overflow: hidden;
  transition: color 0.3s;
  display: inline-block;
  vertical-align: top;
  z-index: 1;
}

.affiliate_product p > a.cta--amzn {
  margin: 49px auto 49px auto;
  display: block;
}

.page__content a.hover-link::after,
.post__content a.hover-link::after,
.writer__bio a.hover-link::after {
  position: absolute;
  content: " ";
  width: 101%;
  height: 3px;
  background: #E5625E;
  top: calc(100% - 3px);
  left: 0;
  transition: 0.3s;
  z-index: -1;
}

.page__content a.hover-link:hover,
.post__content a.hover-link:hover,
.writer__bio a.hover-link:hover {
  color: #ffffff;
}

.page__content a.hover-link:hover::after,
.post__content a.hover-link:hover::after,
.writer__bio a.hover-link:hover::after {
  height: 100%;
  top: 1px;
}

.elementor-197306 .elementor-element.elementor-element-631de67c .uael-faq-wrapper .uael-faq-container .uael-faq-accordion.opened {
  border: 1px solid #d5cdc2 !important;
}

main .product .product__value {
  height: 47px;
}

.article_end {
  margin: 30px 0;
}

@media (max-width: 780px) {
  .post-template-default main {
    padding-top: 70px;
  }
}
@media (max-width: 779px) {
  .header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: #a78546;
  }
}
@media (max-width: 729px) {
  .post__content .wp-block-image blockquote.wp-block-quote,
div.post__content blockquote.wp-block-quote {
    padding: 16px 20px !important;
  }
}
.post-template main .article_end {
  margin: 120px 0;
}

.card__image {
  margin-left: 0;
  transform: none;
}

.post__card.post__card--aff {
  padding: 15px;
  max-width: 1200px;
  padding-top: 4rem;
}

.post__content p > a.cta--amzn {
  margin: 0 auto;
  display: block;
}

@media (max-width: 768px) {
  input, select {
    font-size: 16px;
  }
  main:not(.hero) {
    padding-top: 64px !important;
  }
  main.post {
    padding-top: 75px !important;
  }
  main {
    max-width: 100vw;
    overflow: hidden;
  }
}
@media screen and (device-aspect-ratio: 2/3) {
  select, textarea, input[type=text], input[type=password],
input[type=datetime], input[type=datetime-local],
input[type=date], input[type=month], input[type=time],
input[type=week], input[type=number], input[type=email],
input[type=url] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
  select, textarea, input[type=text], input[type=password],
input[type=datetime], input[type=datetime-local],
input[type=date], input[type=month], input[type=time],
input[type=week], input[type=number], input[type=email],
input[type=url] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
  select, textarea, input[type=text], input[type=password],
input[type=datetime], input[type=datetime-local],
input[type=date], input[type=month], input[type=time],
input[type=week], input[type=number], input[type=email],
input[type=tel], input[type=url] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
  select, textarea, input[type=text], input[type=password],
input[type=datetime], input[type=datetime-local],
input[type=date], input[type=month], input[type=time],
input[type=week], input[type=number], input[type=email],
input[type=tel], input[type=url] {
    font-size: 16px;
  }
}
/*.post__content iframe {
    width:100%;
}*/
#static_toc_list a.pinit-button {
  display: none !important;
}

footer.post__card {
  max-width: 100%;
}

footer .post__card__info {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

footer .post__card__author_info {
  width: 23%;
}

footer .post__card__desc {
  width: 55%;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

footer .post__card__image {
  width: 80px;
  height: 80px;
}

.post__card__desc_mb {
  display: none;
}

@media (max-width: 992px) {
  footer .post__card__desc {
    width: 75%;
  }
}
@media (max-width: 768px) {
  footer.post__card {
    flex-wrap: wrap;
  }
  footer .post__card__author_info {
    width: unset;
  }
  footer .post__card__info {
    width: unset;
    margin-left: 30px;
  }
  .post__card__desc_mb {
    display: block;
  }
  .post__card__desc {
    display: none;
  }
}
@media (max-width: 479px) {
  footer.post__card__info {
    padding-top: 0;
  }
}
.youtube-frame-p {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.youtube-frame-p iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page__content ul li, .post__content ul li, .writer__bio ul li {
  padding-left: 1.5em !important;
}

@media (max-width: 780px) and (min-width: 620px) {
  .post__card__desc_mb {
    width: 50%;
    margin-left: 25px;
  }
  .post__card__desc_mb p {
    margin: 0;
  }
}
.post__main .post__content .wp-block-quote p > a {
  display: inline;
}

@media (max-width: 792px) {
  .h2.home-title.h2.featured {
    padding-left: 10px;
  }
}
/*   klaviyo-form  */
#subscription input.needsclick {
  font-size: 14px;
  padding: 21px 32px;
  background: #fff;
  border: 3px solid transparent;
  height: unset;
  line-height: 1.15;
  border-radius: 4px;
  color: #000000 !important;
}

#subscription input.needsclick::placeholder {
  color: #767676 !important;
  padding: 0 !important;
  margin: 0 !important;
  height: unset !important;
  line-height: unset !important;
  opacity: 1;
}

#subscription input.needsclick:focus {
  box-shadow: none !important;
  border-color: #A78546;
}

#subscription button.needsclick {
  padding: 26px 32px;
  border: none;
  border-radius: 4px;
  background: #000000;
  color: #ffffff;
  cursor: pointer;
  margin-left: 15px;
  font-weight: bold;
  font-size: 14px;
}

#subscription button.needsclick:hover {
  background: #A78546;
}

#subscription button.needsclick:focus {
  box-shadow: none;
}

@media (max-width: 576px) {
  #subscription .Row__FormRow-sc-17nghml-0 {
    flex-direction: column !important;
  }
  #subscription .dMHKxR.dMHKxR {
    display: block !important;
    flex: unset !important;
  }
  #subscription button.needsclick {
    margin-left: 0;
    width: 100%;
  }
  .subscribtion_form {
    margin-top: 15px;
  }
}
.pros_cons li {
  position: relative;
}

.post__content ul li {
  position: relative;
}

.post__sidebar__recent .post__footer {
  font-size: 12px;
  margin: 0 !important;
}

.post__sidebar__recent .post__footer__toptitle {
  font-size: 18px;
  text-align: left;
  line-height: 25px;
  margin: 0 0 44px 0;
}

.post__sidebar__recent .post__footer__toptitle p {
  padding: 0;
}

.post__sidebar__recent .post__footer__toptitle::after {
  top: unset;
  bottom: -12px;
  height: 4px !important;
  width: 44px !important;
  background: #A78546 !important;
}

.post__sidebar__recent .post__footer__list {
  flex-direction: column;
}

.post__sidebar__recent .post__footer__item {
  width: 100%;
}

.post__sidebar__recent .post__footer__image {
  min-width: unset;
  margin-left: 0;
  transform: none;
}

.post__sidebar__recent .post__footer__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.2rem;
  margin-top: 10px;
  text-align: left;
}

.post__sidebar__recent .post__footer__meta {
  display: none;
}

.post__sidebar__recent .post__footer__item {
  margin-bottom: 40px;
}

.post__sidebar__recent .post__footer__caption {
  padding: 0;
}

.post__sidebar__recent .post-box-cat {
  text-align: left;
  margin: 15px 0 10px 0;
  font-size: 12px;
}

a.affiliate_product__check-price {
  margin: 40px auto 20px auto !important;
}

.affiliate_product__description {
  margin: 20px auto;
}

.affiliate_product br {
  display: none;
}

.post__content a.buynow {
  min-width: 210px;
  color: #fff;
  margin: 0 auto;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .post__content a.buynow {
    padding: 0 30px;
  }
}

.affiliate_product__img {
  margin-bottom: 15px;
  display: block;
}

@media (max-width: 768px) {
  .page-id-158986 h1.page__title {
    font-size: 22px;
  }
  .article_end .post-box-cat {
    display: none;
  }
}
.nl_af_disclaimer {
  color: #d5d5d5;
  font-size: 12px;
  text-align: center;
  width: 825px;
  margin: auto;
  max-width: 85%;
  padding: 48px 10px 5px 10px;
}

.nl_af_disclaimer:before {
  content: "";
  display: inline-block;
  border-left: 2px solid #A78546;
  width: 1px;
  height: 14px;
  vertical-align: middle;
  margin-right: 7px;
}

@media (max-width: 768px) {
  .nl_af_disclaimer {
    padding: 32px 10px 5px 10px;
    max-width: 68%;
  }
  .nl_af_disclaimer:before {
    display: none;
  }
}
h3.latest__title {
  font-size: 24px !important;
}

@media (max-width: 792px) {
  h3.latest__title {
    font-size: 18px !important;
  }
}
.aff__top .post__meta,
.aff__top + .post__meta {
  max-width: 1140px;
  margin: 20px auto;
}

@media (max-width: 1023px) {
  .aff__top + .post__meta,
.aff__top .post__meta {
    max-width: 90%;
  }
}
@media (max-width: 650px) {
  .related_post .page__content--aff,
.related_post .post__content--aff,
.related_post .writer__bio--aff {
    max-width: 100% !important;
  }
}
@media (max-width: 792px) {
  .related_post .aff__background,
.related_post .aff__top__wrap {
    width: 100vw;
    margin-left: -15px;
  }
}
.page-id-217390 h1.page__title {
  margin-bottom: 0;
}

.page-id-217390 h1.page__title::after {
  display: none;
}

.page-id-217390 h1.page__title span span {
  padding: 0;
  color: #A78546;
}

.back-btn-position {
  position: absolute;
  left: -220px;
  top: -100px;
}

.back-btn-position:before {
  position: absolute;
  content: "";
  background: #A78546;
  left: 18px;
  top: 18px;
  width: 2px;
  height: 8px;
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}

.back-btn-position:after {
  position: absolute;
  content: "";
  background: #A78546;
  left: 18px;
  top: 24px;
  width: 2px;
  height: 8px;
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

#back-btn {
  padding: 16px 26px 16px 36px;
  background: #F7F7F7;
  border-radius: 4px;
  border: none;
  font: 600 14px Montserrat, Helvetica, Arial, sans-serif;
  color: #000000;
  cursor: pointer;
}

#wpcf7-f187045-p217390-o1 select,
#wpcf7-f187045-p217390-o1 .imageupload,
#wpcf7-f187045-p217390-o1 input::placeholder,
#wpcf7-f187045-p217390-o1 textarea::placeholder {
  font-weight: 600;
  color: #b1b1b1;
  opacity: 1;
  font-size: 1em;
}

#wpcf7-f187045-p217390-o1 textarea {
  height: 115px;
}

#wpcf7-f187045-p217390-o1 select {
  border: 1px solid #d9d9d9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#wpcf7-f187045-p217390-o1 .category {
  position: relative;
}

#wpcf7-f187045-p217390-o1 .category:before {
  position: absolute;
  content: "";
  background: #A78546;
  right: 18px;
  top: 8px;
  width: 2px;
  height: 8px;
  -webkit-transform: rotate(55deg);
  -moz-transform: rotate(55deg);
  -o-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
}

#wpcf7-f187045-p217390-o1 .center {
  margin-top: 20px;
}

.page-id-217390 .uploadForm .upload-modal {
  overflow-y: visible;
  padding-top: 20px;
  padding-bottom: 20px;
}

#wpcf7-f187045-p217390-o1 .category:after {
  position: absolute;
  content: "";
  background: #A78546;
  right: 24px;
  top: 8px;
  width: 2px;
  height: 8px;
  -webkit-transform: rotate(-55deg);
  -moz-transform: rotate(-55deg);
  -o-transform: rotate(-55deg);
  -ms-transform: rotate(-55deg);
  transform: rotate(-55deg);
}

#back-btn:hover {
  background: rgba(215, 187, 164, 0.1);
  color: #a78546;
}

.wp-main-caption-text {
  color: #000000;
  opacity: 0.5;
  font-size: 12px;
  margin: 0;
  text-align: right;
}

@media (max-width: 1200px) {
  .back-btn-position {
    position: absolute;
    left: 0;
    top: -110px;
  }
}
@media (max-width: 1023px) {
  .back-btn-position {
    position: absolute;
    left: 0;
    top: -140px;
  }
}
@media (max-width: 475px) {
  .back-btn-position {
    position: absolute;
    left: 0;
    top: -210px;
  }
}
.header__menu .footer__contact__list {
  margin: -41px auto 20px;
  position: relative;
  padding: 0 0 70px !important;
  z-index: 2;
}

@media screen and (max-width: 780px) {
  .header__menu .footer__contact__list {
    margin: 2rem auto 20px;
  }
}
.needsclick.notranslate {
  min-height: 66px;
}

@media (max-width: 767px) {
  .needsclick.notranslate {
    min-height: 52px;
  }
  .needsclick.notranslate.fbOIAU {
    min-height: 30px;
  }
}
.post__content .affiliate_product .sponsored {
  position: absolute;
  left: 42px;
  top: 24px;
  font-weight: 600;
  font-size: 12px !important;
  color: #A78546;
  margin: 0;
}

/** remove   */
.aff__top .post__meta, .aff__top + .post__meta {
  margin-top: 180px;
}

@media (max-width: 1024px) {
  .aff__top .post__meta, .aff__top + .post__meta {
    margin-top: 170px;
  }
}
@media (max-width: 1024px) and (min-width: 767px) {
  .aff__top .post__meta, .aff__top + .post__meta {
    margin-top: 80px;
  }
}
#static_toc_list .simplebar-mask {
  z-index: -2;
}

.post__content .mv-rail-slide.mv-inview-sticky {
  display: flex;
}

.hub > * {
  box-sizing: border-box;
}

.hub img {
  max-width: 100%;
}

.hub .container {
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
}

.hub .description {
  margin-bottom: 20px;
}

.hub .posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px;
  max-width: 100%;
}

.hub .posts .post {
  margin: 0;
}

.hub .posts_blocks h2 {
  margin: 15px 0;
}

.hub .posts h3 {
  margin-bottom: 10px;
}

.hub .posts h3 a:hover {
  color: #C8963C;
}

.hub .posts .post .subline a {
  color: #C8963C;
}

@media (max-width: 1200px) {
  .hub .posts {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .hub .posts {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 40px;
  }
  .hub .container {
    padding: 0 20px;
  }
}
@media (max-width: 490px) {
  .hub .posts {
    grid-template-columns: 1fr;
  }
}
.main-menu__nav li.highlighted {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #a78546;
}

.main-menu__nav li.highlighted a {
  color: white;
}

.main-menu__nav li.highlighted:hover {
  background-color: #f0ddba;
}

.main-menu__nav li.highlighted:hover a {
  color: black;
}

.category-section {
  background-color: #000;
}
.category-section__wrap {
  padding: 15px 0 30px;
}
.category-section__wrap * {
  color: #fff;
}
.category-section__wrap .categories__sublist {
  display: flex;
  flex-wrap: wrap;
}
.category-section__wrap .category__description {
  font-size: 14px;
  margin-bottom: 25px;
}
.category-section__wrap .subcategory__name {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: 0.3s ease;
}
.category-section__wrap .subcategory__name:hover {
  background-color: rgba(167, 133, 70, 0.4);
}
.category-section__wrap .subcategory__name:not(:last-child) {
  margin-right: 15px;
}
.category-section__wrap .subcategory__name.active {
  background-color: #A78546;
}
.category-section__wrap .subcategory__name input {
  display: none;
}

.category__wrap {
  margin-top: 20px;
}

.category__posts .latest__item {
  list-style-type: none;
}
.category__posts #load-more {
  display: block;
  text-align: center;
}

.wp-block-table {
  border-radius: 10px;
  border: 1px solid #000;
}
.wp-block-table tr:nth-child(odd), .wp-block-table th:nth-child(odd) {
  background-color: #eeeeee;
}
.wp-block-table td {
  border: none;
}

/*# sourceMappingURL=main.css.map */
