h1 {
  margin: 0;
  font-size: 36px;
}

h2 {
  margin: 0;
  font-size: 28px;
}

h3 {
  margin: 0;
  font-size: 24px;
}

h4 {
  margin: 0;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }
}

.text-content table thead th:first-child {
  border-radius: 5px 0 0 0;
}

.text-content table thead th:last-child {
  border-radius: 0 5px 0 0;
}

.text-content table thead th {
  font-weight: 700;
  /* font-size: 16px;
    line-height: 24px;
    color: #fff;
    background: #0b1014; */
  padding: 6px 16px;

  text-align: left;
}

.text-content .imgs-list__item img {
  max-height: 160px;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: auto;
}

.site-main {
  padding-top: 82px;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

@media only screen and (max-width: 1200px) {
  .site-main {
    padding-top: 59px;
  }
}

.uagb-tabs__wrap {
  margin: 0;
}

.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #0b1014 !important;
  text-decoration: none !important;
  background: #f4f4f4;
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
}

.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab a,
.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab a span {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  padding: 6px 8px 6px 15px;
  border: 0;
  text-decoration: none;
  color: #0b1014 !important;
}

.uagb-tabs__wrap ul.uagb-tabs__panel {
  list-style-type: none;
}

.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab:last-child {
  border-radius: 0 5px 0 0;
}

.uagb-block-5d2214e7 .uagb-tabs__panel .uagb-tab.uagb-tabs__active {
  background: #6b2cfa;
}

.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab:first-child {
  border-radius: 5px 0 0 0;
}

.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab:first-child a {
  position: relative;
}

.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab:first-child a::before {
  content: "";
  background-image: url(../images/Best-Overall.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
}

.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab:last-child a::before {
  content: "";
  background-image: url(../images/Best-Affordable.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
}

.uagb-tabs__wrap.uagb-tabs__hstyle1-desktop .uagb-tabs__body-wrap {
  border: 8px solid #6b2cfa;
  border-radius: 0px 5px 5px 5px;
  padding: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -1px 0 0;
}

.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab::before {
  display: none;
}

.box__aside .aside-item a {
  text-decoration: none;
}

.articles-list .articles-item a {
  text-decoration: none;
}

.main-articles__list .alm-reveal {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
}

.main-articles__list .alm-btn-wrap {
  display: none;
}

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.sent .wpcf7-response-output {
  display: block !important;
}

.helper-nav-wrapper {
  display: none;
}

.post__info .post__controls .post__author-main {
  text-transform: uppercase;
}

.read-next .main-articles__item-img img {
  height: 197px;
}

.post__info .post__content .title-section a {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .main-articles__item-img img {
    height: 148px;
    object-fit: cover;
  }

  .read-next .main-articles__item-img img {
    height: 175px;
  }
}

@media only screen and (max-width: 767px) {
  .main-articles__list .alm-reveal {
    display: block;
    margin-left: -20px;
  }
}

@media only screen and (min-width: 1025px) {
  .main-articles__item-img img {
    height: 258px;
    object-fit: cover;
  }

  .read-next .main-articles__item-img img {
    height: 194px;
  }
}

.category .wrapper {
  padding-top: 22px;
}

.category .top-box {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .uagb-tabs__wrap.uagb-tabs__vstyle6-mobile {
    flex-direction: column;
  }

  .uagb-tabs__wrap.uagb-tabs__vstyle6-mobile ul.uagb-tabs__panel {
    min-width: 100%;
    max-width: 100%;
    flex-direction: row;
  }

  .uagb-tabs__wrap.uagb-tabs__vstyle6-mobile .uagb-tabs__body-wrap {
    max-width: 100%;
  }

  .uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab:first-child a::before {
    left: 10px;
  }

  .uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab:last-child a::before {
    top: 20px;
    left: 20px;
  }
}
.wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab.uagb-tabs__active {
  background-color: #6b2cfa !important;
}

.single .text-content img {
  margin-bottom: 5px;
}

.single figcaption {
  /* display: flex; */
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-align: center;
  color: #888;
  width: 100%;
  font-weight: 400;
}

.single figcaption br {
  display: none;
}

@media (max-width: 768px) {
  .single figcaption {
    flex-wrap: wrap;
  }
}
.single figcaption a {
  color: #888;
  font-weight: 400;
  font-size: 14px;
  /*     padding: 0 0 0 5px; */
  /* display: contents; */
}
.wp-block-image {
  margin: 20px 0;
}
.wp-block-image img {
  border-radius: 6px;
}

.single figcaption a:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-skip-ink: none;
}

.text-content .blockquote {
  display: block;
  position: relative;
  background: rgba(247, 211, 159, 0.2);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: #0b1014;
  font-style: italic;
  margin: 0 0 30px;
  padding: 20px 20px 20px 74px;
}

/* background-image: url(../images/blockquote.svg); */
.text-content .blockquote:before {
  content: "";
  background-image: url(../images/pngegg.png);
  margin: 0 54px 0 0 !important;
  width: 38px;
  height: 46px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  left: 25px;
  background-repeat: no-repeat;
}

.post__info .post__content .title-section a:hover .title-section__text {
  color: #6b2cfa;
}

.editor-pick {
  margin-top: 40px;
  position: sticky;
  top: 100px;
}

@media only screen and (max-width: 767px) {
  .wp-block-image img {
    margin-left: -20px;
    margin-right: -20px;
    max-width: calc(100% + 40px);
    width: calc(100% + 40px);
    border-radius: 0;
  }
}

.read-next .main-articles__item-title--small {
  font-size: 20px;
  line-height: 26px;
  /* font-weight: 400; */
  color: #000;
}
.read-next .main-articles__item-title--small:hover {
  color: #6b2cfa;
}
.custom-tab .uagb-tabs__body {
  display: flex;
}

.custom-tab.uagb-tabs__wrap .uagb-tabs__body-container {
  padding: 0;
}

.custom-tab .uagb-tabs__body figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  width: 140px;
  margin-right: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.custom-tab .uagb-tabs__body h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #0b1014;
  margin-bottom: 16px;
  margin-right: -10px;
}

.custom-tab .uagb-tabs__body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0b1014;
  padding-right: 20px;
}

.custom-tab .uagb-tabs__body .wp-block-button .wp-block-button__link {
  min-width: 200px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background: #6b2cfa;
  border-radius: 5px;
  padding: 14px 25px;
  border: 0;
  color: #fff;
  text-decoration: none;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 16px;
  line-height: 20px;
}

.custom-tab .uagb-tabs__body .wp-block-button .wp-block-button__link:hover {
  background: #0b1014;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .custom-tab.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet ul.uagb-tabs__panel {
    flex-direction: row;
    min-width: 100%;
    max-width: 100%;
    margin: 0px 0 10px 0px;
  }

  .custom-tab.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile
    ul.uagb-tabs__panel
    .uagb-tab {
    margin: 0px 0 10px 0px;
  }

  .custom-tab.uagb-tabs__wrap.uagb-tabs__hstyle1-desktop .uagb-tabs__body-wrap {
    max-width: 100%;
    margin: -11px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .custom-tab .uagb-tabs__body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .custom-tab .uagb-tabs__body figure {
    margin-right: 0;
  }

  .custom-tab .uagb-tabs__body > div {
    margin: 0 0 10px;
  }

  .custom-tab.uagb-tabs__wrap.uagb-tabs__hstyle1-desktop .uagb-tabs__body-wrap {
    max-width: 100%;
    margin: -20px 0 0;
  }
}

.articles-item--big img {
  height: 441px;
  object-fit: cover;
}

@media only screen and (max-width: 1023px) {
  .articles-item--big img {
    height: 401px;
  }
}

@media only screen and (max-width: 767px) {
  .articles-item--big img {
    height: 207px;
  }

  .single .post__controls-right .share {
    padding: 0;
  }
}

.breadcrumb li:last-child a::before {
  display: none;
}

.single .post__content p a {
  color: #6b2cfa;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.single .post__content p a:hover {
  color: #6b2cfa;
  text-decoration: none;
}
@media only screen and (max-width: 1200px) {
  .header__center {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .wp-block-image {
    border-radius: 0px;
  }
}

/* Archive Pagination
--------------------------------------------- */

.pagination {
  border-top: 3px solid #0c1014;
  text-align: center;
  margin: 20px auto 60px;
  padding-top: 25px;
}

@media (max-width: 767px) {
  .pagination {
    margin: 0 auto 40px;
    padding-top: 20px;
  }
}

.pagination ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.pagination ul li {
  display: inline-block;
}

.pagination ul li:not(:last-child) {
  margin-right: 5px;
}

.pagination ul li a {
  display: block;
  font-weight: 700;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #e0e0e0;
  color: #0b1014;
  padding: 0 3px;
  font-size: 18px;
  border-radius: 100%;
}

@media (max-width: 767px) {
  .pagination ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
}

.pagination ul li a:hover,
.pagination ul li a:focus {
  background: #6b2cfa;
}

.pagination ul li.active > a {
  background: #000;
  color: #6b2cfa;
}

.pagination ul li.pagination-next a,
.pagination ul li.pagination-previous a {
  width: auto;
  background: transparent !important;
}

.pagination ul li.pagination-next a:hover,
.pagination ul li.pagination-previous a:hover {
  color: #6b2cfa;
}

/* Footer Subscription Form */
.form-subsription__wrap {
  margin: 30px 0;
  padding: 25px 25px 30px;
  background: #546137;
  color: #fff;
  border-radius: 4px;
  text-align: left;
}

@media only screen and (max-width: 1200px) {
  .form-subsription__wrap {
    margin: 20px 0 0;
    padding: 20px 20px 25px;
  }
}

.form-subsription .consent label span {
  font-size: 14px;
  color: #f0f0f0;
  padding-left: 30px;
  line-height: 1.2;
}

.form-subsription .consent {
  margin-bottom: 20px;
}

.form-subsription .consent label span::before {
  width: 17px;
  height: 17px;
  left: 3px;
  top: 3px;
  border-radius: 3px;
  border: solid 1px #0b1014;
}

.form-subsription .consent label span::after {
  left: 6px;
  top: 7px;
  width: 11px;
  height: 6px;
  border-left: 3px solid #0b1014;
  border-bottom: 3px solid #0b1014;
}

.form-subsription .footer__join-newsletter {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}

.form-subsription .form-subsription__input-group {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.form-subsription .form-subsription__email {
  flex: 1 0 200px;
  overflow: hidden;
}
.form-subsription .form-subsription__button {
  flex: 0 1 auto;
}

.form-subsription .form-subsription__email input {
  display: block;
  height: 54px;
  width: 100%;
  padding: 0 1rem;
  background: #f1f1f2;
  border: 1px solid #f1f1f2;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 400;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-subsription .form-subsription__email input:focus {
  outline: 0;
  -webkit-box-shadow: 0 16px 26px -17px rgb(51 62 93 / 32%);
  box-shadow: 0 16px 26px -17px rgb(51 62 93 / 32%);
  border-color: #f1f1f2;
}

.form-subsription .input-group-append {
  margin-left: -1px;
}

.form-subsription .form-subsription__button button {
  height: 54px;
  display: table;
  border: none;
  vertical-align: middle;
  outline: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
  background: #e0e0e0;
  padding: 0 18px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.form-subsription .form-subsription__button button:hover {
  background: #e7ee9c;
}

.form-subsription .form-subsription__button button svg {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.wpcf7 .form-subsription .wpcf7-not-valid-tip {
  position: relative !important;
  margin: 10px 0 !important;
  color: #fcb900 !important;
  font-size: 14px !important;
}

.wpcf7 .form-subsription .wpcf7-response-output {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #fcb900 !important;
  color: #fcb900 !important;
  font-size: 14px;
}

/* Comments */
#comments {
  margin-top: 40px;
}

#comments input,
#comments textarea {
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #424242;
  font-size: 18px;
  line-height: 24px;
  padding: 14px 16px;
  width: 100%;
}

#comments input[type="submit"] {
  background: #6b2cfa;
  border: 1px solid #6b2cfa;
  color: #fff;
}

#comments input[type="submit"]:hover {
  background: #6b2cfa;
  border: 1px solid #6b2cfa;
  color: #fff;
}

#comments .comment-reply-title,
#comments .comments-title {
  font-weight: 500;
  padding: 0;
  margin: 0 0 20px;
}
#comments .comment-list {
  margin: 0 0 32px;
  padding: 0px;
}

#comments .comment-list li {
  list-style-type: none;
  border: 1px solid #eeeeee;
  line-height: 1.3;
}

#comments .comment-list li article {
  padding: 16px;
  position: relative;
}
#comments .comment-list li.staff > article {
  background: #6b2cfa;
  border-left: 2px solid #6b2cfa;
}
#comments .comment-list li ol.children li {
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding: 10px 0;
}
#comments .comment-list > li {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px;
}
#comments .comment-list .comment-author {
  color: #424242;
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  font-size: 18px;
}

#comments .comment-list .comment-author img {
  margin-right: 8px;
  border-radius: 100%;
}

#comments .comment-list .comment-author a {
  color: #424242;
  text-decoration: none;
}
#comments .comment-list .comment-author a:hover {
  color: #6b2cfa;
}
#comments .comment-list .comment-author .says {
  display: none;
}

#comments .comment-metadata {
  margin: 0 0 10px;
}

#comments .comment-list .comment-edit-link {
  display: none;
}
#comments .comment-list .comment-meta {
  font-size: 14px;
  color: #9e9e9e;
  vertical-align: middle;
}
#comments .comment-list .comment-meta a {
  color: #9e9e9e;
  font-weight: 400;
  text-decoration: none;
}
#comments .comment-list .comment-meta a:hover {
  color: #6b2cfa;
}
#comments .comment-list .comment-content p:last-child {
  margin: 0;
}
#comments .comment-list .comment-reply-link {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 14px;
  text-decoration: none;
  background-color: #6b2cfa;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 4px;
}

#comments .comment-list .comment-reply-link:hover {
  background-color: #6b2cfa;
}

#comments .comment-list ol.children {
  margin: 10px 0 20px;
  padding-left: 20px;
}

@media (max-width: 768px) {
  #comments .comment-list ol.children {
    padding-left: 10px;
  }
}

#comments .comment-list ul.children li {
  border-top: 1px solid #e0e0e0;
}

#comments .comment-navigation a {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}
#comments .comment-respond {
  margin: 30px 0;
  padding: 0;
}
@media (min-width: 768px) {
  #comments .comment-respond {
    margin: 60px 0;
  }
}
#comments .comment-respond.is-open {
  padding: 15px;
}
#comments .comment-respond .comment-reply-title small {
  vertical-align: text-top;
}
#comments
  .comment-respond
  .comment-reply-title
  small
  #cancel-comment-reply-link {
  background: #6b2cfa;
  color: #fff;
  border-radius: 0.25rem;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  padding: 10px;
  margin-left: 10px;
  text-decoration: none;
  cursor: pointer;
}
#comments
  .comment-respond
  .comment-reply-title
  small
  #cancel-comment-reply-link:hover {
  background: #6b2cfa;
  background: #6b2cfa;
}
#comments .comment-respond label {
  display: block;
  margin: 0 0 12px;
}
#comments .comment-respond label[for="subscribe"],
#comments .comment-respond label[for="wp-comment-cookies-consent"] {
  display: inline-block;
}
#comments .comment-respond .comment-form-cookies-consent {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#comments
  .comment-respond
  .comment-form-cookies-consent
  input#wp-comment-cookies-consent {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 21px;
  height: 21px;
  margin-right: 10px;
}
#comments
  .comment-respond
  .comment-form-cookies-consent
  label[for="wp-comment-cookies-consent"] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  #comments .comment-respond .comment-form-author,
  #comments .comment-respond .comment-form-email {
    float: left;
    width: calc(50% - 16px);
  }
  #comments .comment-respond .comment-form-email {
    margin-left: 32px;
  }
  #comments .comment-respond input[type="submit"] {
    width: auto;
  }
}
