/*
* Theme Name: DigitalCitizen NO AMP
* Author: rafy
* Text Domain: digitalcitizen
* Domain Path: /languages
*/
.full-star {
  background: url(../../images/star.svg) no-repeat top center/cover;
}
.half-star {
  background: url(../../images/star-half.svg) no-repeat top center/cover;
}
.empty-star {
  background: url(../../images/star-empty.svg) no-repeat top center/cover;
}
/*[class^="col-"] {
    padding-left: .25rem !Important;--ad
    padding-right: .25rem !Important;
}*/
html, body {
  background: #e9ecef;
  color: #212529;
  font-family: system-ui, sans-serif;
  font-weight: 400;
  font-size: 16px !important;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
}
@media (min-width: 1200px) {
  html, body {
    background: #e9ecef;
    font-family: "Segoe ui", system-ui, sans-serif;
  }
}
@media (max-width: 991.98px) {
  input, select {
    font-size: 16px !important;
  }
}
body.single {
  padding-bottom: 4rem;
}
@media (min-width: 1200px) {
  body.single {
    padding-bottom: 8rem;
  }
}
* {
  box-sizing: border-box;
}
.text-center {
  text-align: center;
}
.card {
  background: #fff;
}
.btn {
  font-size: 0.9125rem;
  padding: 0.75rem 1.25rem !important;
  text-transform: uppercase;
}
.btn-primary {
  background: #3453e3;
  color: #fff;
}
.btn-primary:hover {
  background: #29abe3;
}
.back2top {
  background: rgba(0, 0, 0, 0.75);
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-flow: column;
  font-size: 0.75rem;
  font-weight: 600;
  height: 4rem;
  justify-content: center;
  padding: 0.5rem;
  position: fixed;
  right: 2rem;
  text-align: center;
  text-transform: uppercase;
  width: 4rem;
  z-index: 9000;
  /*&.active {
        display: flex !important;
    }*/
}
@media (max-width: 991.98px) {
  .back2top {
    bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .back2top {
    bottom: 10rem;
  }
}
.back2top:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 0.675rem;
  transform: rotate(-45deg);
  width: 0.675rem;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#page-header > div {
  max-width: 100%;
}
@media (min-width: 1920.98px) {
  #page-header > div {
    width: 119rem !important;
  }
}
@media (min-width: 1199px) and (max-width: 1367.98px) {
  #page-header > div {
    margin: auto;
    width: calc(100% - 2rem);
  }
}
@media (min-width: 1368px) and (max-width: 1599.98px) {
  #page-header > div {
    margin: auto;
    width: calc(100% - 2rem);
  }
}
@media (min-width: 1744px) {
  #page-header > div {
    margin: 0.5rem auto 1rem;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  #page-header > div {
    max-width: 100% !important;
  }
}
#site-main {
  width: 100%;
}
@media (max-width: 991.98px) {
  #site-main {
    padding-top: 5rem !important;
  }
}
@media (min-width: 1199px) and (max-width: 1367.98px) {
  #site-main {
    margin: auto;
    width: calc(100% - 2rem);
  }
}
@media (min-width: 1368px) and (max-width: 1599.98px) {
  #site-main {
    margin: auto;
    width: calc(100% - 2rem);
  }
}
@media (min-width: 1800px) {
  #site-main {
    margin: 0.5rem auto 1rem;
    width: 100%;
  }
}
@media (min-width: 1920.98px) {
  #site-main {
    margin: 0.5rem auto 1rem;
    width: 119rem;
  }
}
@media (max-width: 991.98px) {
  #site-main {
    max-width: 100% !important;
  }
}
.no-fat {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.site-header {
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  left: 0;
  max-width: 100%;
  padding: 0.75rem 0.375rem;
  position: fixed;
  top: 0;
  z-index: 9002;
  width: 100%;
}
@media (min-width: 992px) {
  .site-header {
    border: 0;
    left: auto;
    padding-top: 1.25rem;
    position: relative;
    top: auto;
  }
}
.site-header .toggle-sidebar {
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .site-header .toggle-sidebar {
    padding: 5px 0 0 6px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .site-header .toggle-sidebar {
    margin-top: 0.5rem;
    padding-top: 3px;
  }
}
@media (min-width: 1200px) {
  .site-header .toggle-sidebar {
    margin-left: 0 !important;
    padding-top: 3px;
  }
}
.site-header .toggle-sidebar svg {
  height: 1.5rem;
  max-width: 1.5rem;
}
.site-header .toggle-sidebar span {
  font-size: 0.6125rem;
  padding-top: 0.3125rem;
}
.site-header .site-logo {
  align-items: flex-start;
  display: flex;
  margin-bottom: 0;
  max-height: 3.125rem;
  padding: 0 !important;
  max-width: 60%;
}
@media (max-width: 991.98px) {
  .site-header .site-logo {
    height: 32px;
    min-height: 32px;
    overflow: hidden;
  }
  .site-header .site-logo img {
    height: 29px;
    margin-top: 0;
  }
}
.site-header .site-logo-link {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .site-header .site-logo-link {
    padding-bottom: 10px;
  }
}
.site-header .toggle-search {
  cursor: pointer;
  width: 2rem;
}
@media (max-width: 991.98px) {
  .site-header .toggle-search {
    padding: 5px 5px 0 0 !important;
  }
}
@media (min-width: 992px) {
  .site-header .toggle-search {
    margin-right: 1rem;
    padding-top: 2px;
  }
}
.site-header .toggle-search img {
  height: 1.5rem;
  width: 1.5rem;
}
@media (max-width: 991.98px) {
  .site-header .toggle-search img {
    margin-left: 1px;
  }
}
.site-header .toggle-search span {
  font-size: 0.6125rem;
  padding-top: 0.3125rem;
}
.page-template-page-cse .toggle-search, .page-id-61883 .toggle-search, .page-id-31227 .toggle-search {
  opacity: 0 !important;
  pointer-events: none !important;
}
.logged-in .site-header {
  top: 44px;
}
@media (min-width: 992px) {
  .logged-in .site-header {
    top: 0;
  }
}
.listing-item {
  background: #fff;
  border-bottom: 3px solid #ced4da;
}
.listing-item .title-secondary {
  margin: 0;
  padding: 0;
}
.listing-item .title-secondary a {
  align-items: center;
  background-color: #124B63;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 1.125rem;
  font-weight: 300;
  min-height: 5rem;
  padding: 0.675rem;
}
.listing-image {
  align-items: center;
  display: flex !important;
  justify-content: center;
  margin: auto;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
@media (max-width: 499.98px) {
  .listing-image {
    height: 145px;
  }
}
@media (min-width: 400px) and (max-width: 799.98px) {
  .listing-image {
    height: 145px;
  }
}
@media (min-width: 800px) and (max-width: 1099.98px) {
  .listing-image {
    height: 300px;
  }
}
@media (min-width: 1100px) and (max-width: 1199.98px) {
  .listing-image {
    height: 300px;
  }
}
@media (min-width: 1200px) and (max-width: 1349.98px) {
  .listing-image {
    height: 140px;
  }
}
@media (min-width: 1350px) and (max-width: 1449.98px) {
  .listing-image {
    height: 165px;
  }
}
@media (min-width: 1450px) and (max-width: 1599.98px) {
  .listing-image {
    height: 170px;
  }
}
@media (min-width: 1600px) and (max-width: 1799.98px) {
  .listing-image {
    height: 200px;
  }
}
@media (min-width: 1800px) {
  .listing-image {
    height: 220px;
  }
}
@media (max-width: 1399.98px) and (max-height: 800px) {
  .listing-image {
    height: unset;
  }
}
.listing-image img {
  height: auto;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}
.listing-meta {
  justify-content: flex-start;
  margin: 0;
  padding: 0.75rem 0 0.3125rem;
  gap: 0.3125rem;
}
@media (max-width: 991.98px) {
  .listing-meta {
    padding: 0.675rem !important;
  }
}
@media (min-width: 992px) {
  .listing-meta {
    padding: 0.75rem 0.75rem 0.875rem 0.75rem !important;
  }
}
.listing-meta li {
  align-items: center;
  display: flex;
  font-size: 0.9125rem;
  font-weight: 500;
  list-style: none;
  line-height: 1;
  white-space: nowrap;
  width: auto;
}
@media (max-width: 599.98px) {
  .listing-meta li {
    font-size: 0.975rem;
  }
}
@media (max-height: 600px) and (max-width: 991.98px) {
  .listing-meta li {
    font-size: 0.975rem;
  }
}
.listing-meta li > span {
  margin: 0 0.25rem 0 0;
}
.listing-meta li .meta-icon {
  padding-right: 0.25rem;
}
.listing-meta li img, .listing-meta li svg {
  margin-right: 8px;
  margin-top: -2px;
  height: 0.875rem;
  width: 0.875rem;
}
.listing-meta li a {
  color: inherit !Important;
}
.listing-meta li.meta-art-type {
  padding-left: 0;
}
.listing-meta li.meta-art-author {
  /* @media(max-width: 599.98px) {
            min-width: 60px;
        }
        @media(min-width: 600px) {
            min-width: 175px;
        }*/
  /*background: url(../../images/user.svg);
        background-position: 0 2px;
        background-size: .8125rem .8125rem;
        background-repeat: no-repeat;
        padding: 0 .3125rem .3125rem 1.125rem;
        @media(min-width: 992px) {
            background-position: 0 3px;
            background-size: .875rem .875rem;
            padding: 0 .3125rem .3125rem 1.125rem;
        }*/
}
.listing-meta li.meta-art-date {
  /*background: url(../../images/calendar.svg);
        background-position: 0 2px;
        background-size: .8125rem .8125rem;
        background-repeat: no-repeat;
       padding: 0 .3125rem .3125rem 1.125rem;
       @media(min-width: 992px) {
            padding: 0 .3125rem .3125rem 1.125rem;
            background-size: .875rem .875rem;
            background-position: 0 3px;
        }*/
}
.listing-meta li.meta-art-type {
  color: #7920a8;
  font-size: 0.675rem;
  padding: 0;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .listing-meta li.meta-art-type {
    font-size: 0.75rem;
  }
}
.more-articles {
  background: #3453e3;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.75rem;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s;
}
/* main-bar */
.dark-overlay {
  cursor: pointer;
  display: none;
}
.dark-overlay.active {
  display: flex;
}
/* search form */
.search-form input {
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 16px;
  height: 3rem;
  padding: 0.75rem;
  width: 100%;
}
.search-form input:focus::-webkit-input-placeholder {
  color: transparent;
}
.search-form input:focus, .search-form input:focus-visible {
  outline-color: #6c757d;
}
.search-form button {
  background: #29abe3;
  border: 0;
  box-sizing: border-box;
  color: #fff;
  height: 3rem;
  padding: 0.5rem;
  width: 100%;
}
.search-form button img {
  height: 1.5rem;
  width: auto;
}
.main-bar {
  background: #e9ecef;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  position: fixed;
  transform: translateX(-120%);
  transition: all 0.2s;
  width: 0;
  z-index: 9900;
  padding-top: 1rem;
  width: 20rem;
}
@media (min-width: 992px) {
  .main-bar {
    transition: all 0.3s;
  }
}
.main-bar .social-buttons li a {
  color: #fff;
}
.main-bar .social-buttons li a:hover {
  color: #fff !important;
}
@media (max-width: 800px) {
  .main-bar .social-buttons li a svg {
    height: 1.375rem;
  }
}
.main-bar.active {
  background: gray-200;
  opacity: 1;
  transform: translateX(0);
  width: 100%;
}
.main-bar.active > nav {
  background: #e9ecef;
  height: 100%;
  width: calc(100% - 2rem);
}
@media (min-width: 1200px) {
  .main-bar.active {
    background: transparent;
  }
}
@media (min-width: 992px) {
  .main-bar.active {
    width: 24.5rem;
  }
}
@media (max-width: 991.98px) {
  .main-bar.active {
    background: #e9ecef;
    backdrop-filter: blur(10px);
  }
}
.main-bar .close-sidebar {
  align-items: center;
  color: #3453e3;
  cursor: pointer;
  display: flex;
  height: 2rem;
  justify-content: center;
  padding: 0.25rem;
  position: absolute;
  right: 0;
  top: 0.5rem;
  width: 2rem;
  z-index: 9000;
}
@media (min-width: 992px) {
  .main-bar .close-sidebar {
    top: 0.75rem;
  }
}
.main-bar .close-sidebar img {
  color: #3453e3;
  height: 1rem;
  width: 1rem;
}
.main-bar .main-widget {
  padding: 0 1rem;
  margin: 0 0 0.75rem;
}
.main-bar .main-widget .widget-title {
  border-bottom: 3px solid #ced4da;
  color: #124B63;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 0.6125rem 0;
  text-transform: uppercase;
}
.main-bar .main-widget:nth-of-type(1) {
  margin: 0 0 1rem;
}
.main-bar .main-widget:nth-of-type(1) .widget-title {
  margin: 0 0 0.75rem 0;
}
.main-bar .main-widget ul {
  margin: 0;
  padding: 0;
}
.main-bar .main-widget ul li {
  border-bottom: 1px solid #ced4da;
  list-style: none;
  padding: 0.5rem 0;
}
.main-bar .main-widget ul li:last-child {
  border: 0;
}
.main-bar .main-widget a {
  color: #343a40;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
}
.main-bar .main-widget a:hover {
  color: #29abe3;
}
.dark-overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  left: 0;
  top: 0;
  position: fixed;
  width: 100vw;
  z-index: 1000;
}
/* sidebar */
.main-bar {
  padding-top: 0 !important;
}
.main-bar .sidebar {
  padding-left: 0 !important;
  padding-top: 0.5rem !important;
  height: 100%;
  overflow: auto;
}
.main-bar .sidebar-inner {
  height: 100%;
  overflow: auto;
  padding-top: 0;
}
@media (min-width: 992px) {
  .main-bar .sidebar-inner {
    height: 93vh;
  }
}
.site-main .sidebar {
  background: #e9ecef;
  padding-top: 2rem;
  padding-left: 1rem !important;
}
@media (min-width: 992px) {
  .site-main .sidebar.col-lg-4 {
    padding-top: 3rem;
  }
}
@media (min-width: 991.98px) {
  .site-main .sidebar .side-menu {
    margin-bottom: 1rem;
  }
}
.site-main .sidebar .ad-label {
  background: #f2f2f2;
  display: block;
  font-size: 0.75rem;
  padding: 0.25rem 0 !important;
  position: relative;
  margin: auto;
  text-align: center;
}
.site-main .sidebar .widget {
  padding: 0 0 1rem 0;
}
@media (max-width: 1199px) {
  .site-main .sidebar .widget .post-meta li {
    background: none;
    padding: 0 0.3125rem 0 0;
  }
}
.site-main .sidebar .widget:nth-of-type(1) {
  border-top: 3px solid #dee2e6;
}
.site-main .sidebar .widget .widget-title {
  border-bottom: 3px solid #ced4da;
  color: #124B63;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  padding: 0 0 0.5rem 0;
  text-transform: uppercase;
}
.site-main .sidebar .promo-item {
  border-bottom: 2px solid #e9ecef;
  min-height: 5rem;
  padding: 0.75rem !important;
}
@media (min-width: 800px) and (max-width: 1199.98px) {
  .site-main .sidebar .promo-item {
    align-items: center !important;
  }
}
.site-main .sidebar .promo-item div {
  padding-right: 0 !important;
}
@media (max-width: 1399.98px) {
  .site-main .sidebar .promo-item div {
    padding-top: 0.5rem !important;
  }
}
@media (min-width: 1400px) {
  .site-main .sidebar .promo-item div {
    padding-left: 0.5rem !important;
  }
}
.site-main .sidebar .promo-item .listing-meta {
  padding-bottom: 0 !important;
  width: 100%;
}
.site-main .sidebar .promo-item .listing-meta li a, .site-main .sidebar .promo-item .listing-meta li span {
  font-size: 0.9125rem;
}
@media (min-width: 600px) {
  .site-main .sidebar .promo-item .listing-meta li a, .site-main .sidebar .promo-item .listing-meta li span {
    font-size: 0.9125rem;
    letter-spacing: unset;
  }
}
.site-main .sidebar .promo-item .listing-meta li a .svg, .site-main .sidebar .promo-item .listing-meta li span .svg {
  height: 0.75rem;
  width: 0.75rem;
}
@media (min-width: 992px) {
  .site-main .sidebar .promo-item .listing-meta li a .svg, .site-main .sidebar .promo-item .listing-meta li span .svg {
    height: 0.875rem;
    width: 0.875rem;
  }
}
.site-main .sidebar .promo-item .title-secondary {
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding: 0;
}
@media (min-width: 600px) and (max-width: 1199.98px) {
  .site-main .sidebar .promo-item .title-secondary {
    margin-top: -0.25rem;
  }
}
@media (min-width: 1200px) {
  .site-main .sidebar .promo-item .title-secondary {
    padding-left: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .site-main .sidebar .promo-item .title-secondary {
    margin-top: -8px;
  }
}
.site-main .sidebar .promo-item .title-secondary a {
  color: #3453e3;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 0.875rem;
}
@media (min-width: 992px) {
  .site-main .sidebar .promo-item .title-secondary a {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .site-main .sidebar .promo-item .title-secondary a {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}
.site-main .sidebar .promo-item .promo-image {
  border: 1px solid #e9ecef;
  overflow: hidden;
  position: relative;
}
@media (min-width: 360px) and (max-width: 599.98px) {
  .site-main .sidebar .promo-item .promo-image {
    height: 8rem;
    margin-bottom: 0;
    margin-right: 0.5rem;
  }
}
@media (min-width: 600px) and (max-width: 1199.98px) {
  .site-main .sidebar .promo-item .promo-image {
    height: 13.25rem;
    margin-bottom: 0;
    margin-right: 0.5rem;
  }
}
@media (min-width: 1300px) {
  .site-main .sidebar .promo-item .promo-image {
    height: 6.5rem;
    margin-bottom: 0;
  }
}
.site-main .sidebar .promo-item .promo-image img {
  height: auto;
  width: 100%;
}
@media (max-width: 360) and (max-width: 799.98px) {
  .site-main .sidebar .promo-item .promo-image img {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 800px) and (max-width: 1399.98px) {
  .site-main .sidebar .promo-item .promo-image img {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .site-main .sidebar .promo-item .promo-image img {
    height: 100%;
    width: auto;
  }
}
.site-main .sidebar .promo-item .promo-image span {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  left: 0;
  line-height: 1;
  padding: 0.25rem 0.5rem;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  z-index: 9000;
}
.site-main .sidebar .side-menu ul {
  margin: 0;
  padding: 0;
}
.site-main .sidebar .side-menu ul li {
  border-bottom: 1px solid #ced4da;
  list-style: none;
  padding: 0.5rem 0;
}
.site-main .sidebar .side-menu a {
  color: #212529;
  text-transform: uppercase;
  transition: all 0.5s;
}
.site-main .sidebar .side-menu a:hover {
  color: #29abe3;
}
.social-buttons {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 1rem 0 0;
  width: 100%;
}
.social-buttons li {
  border: 0 !important;
  list-style: none;
  margin-right: 0.5rem;
}
.social-buttons li a {
  align-items: center;
  background: #29abe3;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 0.5rem;
  height: 2.875rem;
  transition: all 0.5s;
  width: 2.875rem;
}
@media (max-width: 1799.98px) {
  .social-buttons li a {
    height: 2.675rem;
    width: 2.675rem;
  }
}
.social-buttons li a:hover {
  background: #124B63;
}
.social-buttons li a svg {
  height: 1.675rem;
  width: auto;
}
@media (max-width: 1799.98) {
  .social-buttons li a svg {
    height: 1.5rem;
  }
}
@media (min-width: 992px) {
  .column {
    padding-top: 0.75rem;
  }
}
.column-title {
  color: #124B63;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  padding: 0 0 1rem 0;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .column-title {
    font-size: 1.25rem;
  }
}
/* titles */
.title-primary {
  color: #124B63;
  font-size: 1.75rem;
  font-weight: 300;
}
.single-title {
  margin: 0;
  padding: 0 0 1rem 0;
}
/* single */
.sidebar article.post {
  padding-top: 0;
}
.article-header {
  background: #f7f7f9;
  padding: 0.75rem 0.675rem;
  width: 100%;
}
@media (min-width: 992px) {
  .article-header {
    margin-top: 1rem;
    padding: 1rem;
  }
}
.article-header h1 {
  color: #3453e3;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .article-header h1 {
    font-size: 1.675rem;
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .article-header h1 {
    font-size: 2rem;
    margin: 0;
  }
}
.page .article-header {
  padding: 1rem 1.5rem;
}
@media (min-width: 992px) {
  .page .article-header {
    margin-top: 1rem;
    padding: 1rem 1.5rem;
  }
}
.page .article-image {
  border: 10px solid #f7f7f9;
  border-top: 0;
  overflow: hidden;
}
.page .article-image img {
  height: auto;
  max-width: auto;
  object-fit: contain;
  width: 100%;
}
.single-content .listing-meta {
  border-bottom: 2px solid #f7f7f9;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .single-content .listing-meta li {
    padding-bottom: 0;
  }
}
.single-content .listing-meta li:last-child {
  padding-bottom: 0;
}
.single-content .listing-meta li.meta-art-type {
  background: #29abe3;
  color: #fff;
  padding: 0.25rem 0.3125rem;
}
.single-content .listing-meta .single-author-meta {
  padding-right: 0;
}
.single-content .listing-meta a {
  color: #343a40;
}
.single-content .listing-meta .article-type {
  color: #7920a8;
  text-transform: uppercase;
}
.single-content .post-meta {
  color: #6c757d;
  margin-bottom: 0.25rem;
}
.single-content .post-meta .share-button {
  padding: 0 0.3125rem;
}
.single-content .post-meta .share-button svg {
  display: block;
  height: 3rem;
  width: auto;
}
@media (min-width: 992px) {
  .single-content .post-meta .share-button svg {
    height: 1rem;
  }
}
.single-content .post-thumbnail {
  margin-bottom: 0.5rem;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .single-content .post-thumbnail {
    margin-bottom: 1rem;
  }
}
.single-content .post-thumbnail-inner {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  left: 0;
  height: 100%;
  margin: 0 0 0.5rem;
  width: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 400px) {
  .single-content .post-thumbnail {
    min-height: 140px;
  }
}
@media (min-width: 600px) {
  .single-content .post-thumbnail {
    min-height: 205px;
  }
}
@media (min-width: 992px) {
  .single-content .post-thumbnail {
    min-height: 345px;
  }
}
@media (min-width: 1099px) {
  .single-content .post-thumbnail {
    min-height: 265px;
  }
}
@media (min-width: 1200px) {
  .single-content .post-thumbnail {
    min-height: 270px;
  }
}
@media (min-width: 1400px) {
  .single-content .post-thumbnail {
    min-height: 315px;
  }
}
@media (min-width: 1600px) {
  .single-content .post-thumbnail {
    min-height: 380px;
  }
}
@media (min-width: 1800px) {
  .single-content .post-thumbnail {
    min-height: 440px;
  }
}
.single-content .post-thumbnail img {
  height: auto;
  width: 100%;
  margin: 0 auto !important;
  object-fit: cover;
}
.single-content .post-thumbnail .product-rating-stars {
  background: rgba(18, 75, 99, 0.875);
  bottom: 0;
  border-top-left-radius: 2rem;
  color: #fff;
  font-size: 1.25rem;
  height: 2.75rem;
  padding: 0.5rem 0.5rem;
  position: absolute;
  right: 0;
  width: 20rem;
}
@media (min-width: 992px) {
  .single-content .post-thumbnail .product-rating-stars {
    height: 3.25rem;
    padding: 0.75rem 0.75rem;
  }
}
@media (min-width: 800px) {
  .single-content .post-thumbnail .product-rating-stars {
    max-width: 75%;
    min-width: 35%;
  }
}
@media (min-width: 1200px) {
  .single-content .post-thumbnail .product-rating-stars {
    max-width: 65%;
    min-width: 35%;
  }
}
.single-content .post-thumbnail .product-rating-stars .rating-label {
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1299px) {
  .single-content .post-thumbnail .product-rating-stars .rating-label {
    font-size: 1rem;
  }
}
.single-content .post-thumbnail .product-rating-stars i {
  height: 1.125rem;
  margin: 0 0.25rem;
  width: 1.125rem;
}
@media (min-width: 992px) and (max-width: 1299px) {
  .single-content .post-thumbnail .product-rating-stars i {
    height: 1rem;
    margin: 0.125rem;
    width: 1rem;
  }
}
.single-content .post-thumbnail .meta-art-type {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1 !important;
  left: 0;
  padding: 0.25rem 0.3125rem;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  z-index: 9000;
}
.single-content .entry {
  line-height: 1.75;
  padding: 0 0.75rem;
}
@media (min-width: 992px) {
  .single-content .entry {
    padding: 0 1.375rem;
  }
}
.single-content .entry figure figcaption {
  color: #343a40;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
}
.single-content .entry p {
  font-size: 1.125rem;
  line-height: 1.75;
  margin: 0;
  padding: 0 0 0.25rem 0;
}
.single-content .entry img {
  display: block;
  height: auto;
  margin: 1rem auto;
  max-width: 100%;
}
.single-content .entry h2, .single-content .entry h3, .single-content .entry h4, .single-content .entry h5, .single-content .entry h6 {
  color: #3453e3;
  font-weight: 500;
}
.single-content .entry h2 {
  margin: 0;
  padding: 0 0 0.25rem 0;
}
.single-content .entry .wp-caption {
  color: #343a40;
  display: block;
  font-weight: 600;
  text-align: center;
}
.single-content .entry [class^="data-embed-button"] > iframe {
  border: 0;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: 12rem !important;
  width: 100%;
}
@media (min-width: 801px) {
  .single-content .entry [class^="data-embed-button"] > iframe {
    height: 22.5rem !important;
    max-width: 100%;
    margin: 0 auto;
    width: 40rem;
  }
}
.single-content .entry p > iframe {
  border: 0;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-height: 12rem;
  width: 100%;
}
@media (min-width: 801px) {
  .single-content .entry p > iframe {
    height: 22.5rem;
    max-width: 100%;
    margin: 0 auto;
    width: 40rem;
  }
}
.single-content .entry li a {
  color: #3453e3;
}
.single-content .dc-shops {
  background: #f8f9fa;
  margin: 0.5rem auto;
  max-width: 100%;
  /*& + * {
            clear: both;
        }*/
}
@media (min-width: 992px) {
  .single-content .dc-shops {
    float: right;
    margin: 0 0 0 1rem;
    max-width: 20rem;
  }
}
.single-content .dc-shops.dc-one-shop {
  max-width: 100%;
}
@media (min-width: 992px) {
  .single-content .dc-shops.dc-one-shop {
    max-width: 13rem;
  }
}
.single-content .dc-shops .dc-shops + * {
  clear: both;
}
@media (min-width: 992px) {
  .single-content .dc-shops .dc-shops + * {
    clear: none;
  }
}
.single-content .dc-shops .shops-title {
  background: #e9ecef;
  color: #3453e3;
  text-align: center;
  text-transform: uppercase;
}
.single-content .dc-shops .shops-title span {
  display: block;
  font-weight: 600;
  margin: 0;
  padding: 0.25rem 0;
}
.single-content .dc-shops .shop-item {
  padding: 0 0.675rem 0.5rem 0.675rem;
}
.single-content .dc-shops .shop-item a {
  text-align: center;
}
.single-content .dc-shops .shop-item a span {
  color: #3453e3;
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
  text-transform: uppercase;
}
.single-content .dc-shops .shop-item img {
  display: block;
  height: auto;
  margin: 0.875rem auto 0.675rem auto;
  max-width: 90%;
  object-fit: contain;
}
.single-content .prod-rating-box {
  background: #e9ecef;
  border: 2px solid #dee2e6;
  box-sizing: border-box;
  color: #6c757d;
  float: left;
  font-weight: 600;
  height: 10rem;
  margin: 0.75rem 0 0.75rem 0;
  width: 100%;
  padding: 1.75rem 2rem;
  text-align: center;
}
@media (min-width: 992px) {
  .single-content .prod-rating-box {
    margin: 0.5rem 1rem 0 0;
    width: 18rem;
  }
}
.single-content .prod-rating-box + * {
  clear: both;
}
@media (min-width: 992px) {
  .single-content .prod-rating-box + * {
    clear: none;
  }
}
.single-content .prod-rating-box .prod-rating-title {
  color: #343a40;
  font-size: 0.9125rem;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.single-content .prod-rating-box .prod-rating-value {
  color: #124B63;
  font-size: 3.5rem;
  line-height: 1;
}
.single-content .prod-rating-box .prod-rating-value span {
  color: #495057;
  font-size: 3rem !important;
}
.single-content .prod-rating-box .prod-rating-value + span {
  font-size: 2.5rem;
}
.single-content .post-cats {
  background: #f8f9fa;
  color: #495057;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.5rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .single-content .post-cats {
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 992px) {
  .single-content .post-cats .cats-label {
    font-size: 0.9125rem;
  }
}
.single-content .post-cats a {
  align-items: center;
  color: #e36740;
  display: flex;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem;
  position: relative;
}
@media (min-width: 992px) {
  .single-content .post-cats a {
    font-size: 0.9125rem;
  }
}
.single-content .post-cats a:hover {
  color: #29abe3;
}
.single-content .post-cats a:before {
  background: #adb5bd;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  margin-right: 0.5rem;
  width: 6px;
}
.single-content .post-cats a:nth-of-type(1) {
  padding-left: 0.5rem;
}
.single-content .post-cats a:nth-of-type(1):after {
  display: none;
}
.wp-pagenavi {
  align-items: stretch;
  display: flex;
  flex-flow: row nowrap;
  font-size: 1rem;
  justify-content: center;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .wp-pagenavi {
    flex-flow: row wrap;
  }
}
.wp-pagenavi em {
  font-style: normal;
}
.wp-pagenavi > a, .wp-pagenavi > span {
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1;
}
.wp-pagenavi > a:hover, .wp-pagenavi > span:hover {
  color: #29abe3 !important;
  text-decoration: none !important;
}
.wp-pagenavi > a em + em, .wp-pagenavi > span em + em {
  margin-top: -3px;
}
.wp-pagenavi span {
  background: #3453e3;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.675rem 0.75rem;
}
@media (min-width: 992px) {
  .wp-pagenavi span {
    padding: 0.675rem 0.75rem;
  }
}
.wp-pagenavi a {
  align-items: center;
  color: #3453e3;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.675rem 0.75rem;
}
@media (min-width: 992px) {
  .wp-pagenavi a {
    font-size: 1rem;
    padding: 0.675rem 0.75rem;
  }
}
.wp-pagenavi a:hover {
  color: #124B63;
}
.nsl-art-2 {
  background: #29abe3;
}
.nsl-art-2 .nsl-tabs {
  margin: 0;
  padding: 0.75rem;
}
.nsl-art-2 .nsl-tabs li {
  list-style: none;
  padding: 0;
}
.nsl-art-2 .nsl-tabs li a, .nsl-art-2 .nsl-tabs li span {
  background: transparent;
  color: rgba(255, 255, 255, 0.95);
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  font-size: 0.9125rem;
  padding-left: 0;
  padding-right: 0.25rem;
  text-decoration: none;
}
@media (min-width: 992px) {
  .nsl-art-2 .nsl-tabs li a, .nsl-art-2 .nsl-tabs li span {
    font-size: 1.25rem;
  }
}
.nsl-art-2 .nsl-tabs li.content-tab {
  list-style: none;
  padding: 0;
}
.nsl-art-2 .nsl-tabs li.content-tab:not(.active) a, .nsl-art-2 .nsl-tabs li.content-tab:not(.active) span {
  background: transparent;
  color: rgba(255, 255, 255, 0.95);
}
.nsl-art-2 .nsl-tabs li.content-tab.nsl-sep {
  padding: 0;
}
.nsl-art-2 .nsl-tabs li.content-tab a {
  text-decoration: none;
}
.nsl-art-2 .nsl-tabs li.content-tab.active-tab a {
  color: #fff;
  text-decoration: underline !important;
}
.nsl-art-2 .tabs-content {
  color: rgba(255, 255, 255, 0.75);
  padding: 0 0.675rem;
}
.nsl-art-2 .tabs-content .container-fluid {
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
}
.subscription-options-2 {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.675rem 1rem;
}
@media (max-width: 1199px) {
  .subscription-options-2 {
    padding: 0 1rem 1rem;
  }
}
.subscription-options-2 .btn svg {
  height: 0.9125rem;
  width: auto;
}
.subscription-options-2 svg {
  color: #fff;
  height: 1.5rem;
  width: auto;
}
.subscription-options-2 .subscribe-label, .subscription-options-2 .comm-label {
  color: rgba(255, 255, 255, 0.75);
  display: block;
  font-size: 1.125rem;
  margin: 0 0 0.5rem 0;
  padding: 0 0 0.5rem 0;
  width: 100%;
}
@media (min-width: 1400px) {
  .subscription-options-2 .subscribe-label, .subscription-options-2 .comm-label {
    color: rgba(255, 255, 255, 0.75);
    display: block;
    font-size: 1.3125rem;
    margin: 0;
    padding: 0;
  }
}
.subscription-options-2 .but-items {
  justify-content: center;
}
@media (min-width: 1299px) {
  .subscription-options-2 .but-items {
    justify-content: flex-start;
  }
}
@media (max-width: 1398.98px) {
  .subscription-options-2 .but-items {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
}
@media (max-width: 1398.98px) {
  .subscription-options-2 .subscribe-label {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    text-align: center;
  }
}
.subscription-options-2 .but-items .btn {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.75rem 1.5rem 0.75rem 0 !important;
  text-transform: uppercase;
}
.subscription-options-2 .but-items .btn svg {
  opacity: 0.75;
}
.subscription-options-2 .but-items .btn:hover {
  color: #fff;
}
.subscription-options-2 .but-items .btn:hover svg {
  opacity: 1;
}
.subscription-options-2 .subscribe-items {
  padding: 0;
  justify-content: center;
}
@media (min-width: 1299px) {
  .subscription-options-2 .subscribe-items {
    justify-content: flex-start;
  }
}
.subscription-options-2 .subscribe-items .subscribe-title {
  display: none;
}
.subscription-options-2 .subscribe-items a {
  opacity: 0.75;
  padding: 0.5rem;
}
.subscription-options-2 .subscribe-items a:hover {
  opacity: 1;
}
.subscription-options-2 .subscribe-items a:nth-of-type(1) {
  padding-left: 0;
}
.related-articles {
  padding: 1.5rem 0 0;
}
.related-articles > .title-secondary {
  color: #6c757d;
  font-size: 1.25rem;
  margin: 0 0 1rem 0;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.related-articles > .title-secondary > span {
  background: #e9ecef;
  padding: 0.3125rem 1rem;
  position: relative;
  z-index: 100;
}
.related-articles > .title-secondary:after {
  background: #6c757d;
  content: "";
  display: block;
  height: 1px;
  opacity: 0.5;
  position: absolute;
  top: 40%;
  width: 100%;
  z-index: 0;
}
.related-articles .related-article .related-pic {
  min-height: 9.125rem;
}
.related-articles .related-article img {
  height: auto;
  width: 100%;
}
.related-articles .related-article .title-secondary {
  color: #3453e3;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  .related-articles .related-article .title-secondary {
    font-size: 1.3125rem;
    margin: 0.5rem 0 1.5rem 0;
  }
}
.related-articles .related-article .title-secondary :hover {
  color: #29abe3;
}
#ftwp-container.ftwp-wrap ol ol {
  padding: 0 !important;
}
#ftwp-container.ftwp-wrap #ftwp-header {
  background: #29abe3 !important;
  color: #fff;
}
#ftwp-container.ftwp-wrap #ftwp-header.active {
  background: #3453e3 !important;
  color: #fff;
}
#ftwp-container.ftwp-wrap #ftwp-header.active-title {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
}
#ftwp-container.ftwp-wrap #ftwp-contents {
  background: #fff !important;
  border: 0;
}
#ftwp-container.ftwp-wrap #ftwp-contents:hover {
  background: #fff !important;
  border: 0;
}
#ftwp-container.ftwp-wrap #ftwp-contents li a {
  color: #124B63;
  font-weight: 400 !important;
  padding: 5px 0.5rem !important;
}
#ftwp-container.ftwp-wrap #ftwp-contents li a span {
  font-weight: 400 !important;
  font-size: 0.975rem !important;
}
#ftwp-container.ftwp-wrap #ftwp-contents li a:hover {
  color: #29abe3;
}
.entry a {
  color: #3453e3;
}
.entry h3 {
  font-size: 1.25rem;
}
.entry ul li, .entry ol li {
  list-style-position: inside;
  font-size: 1.125rem;
}
.entry .field ul {
  margin: 0;
  padding: 0.25rem 0 0.25rem 0.5rem;
}
.entry .field ul li {
  list-style-position: inside;
  font-size: 1.125rem;
}
.entry .field ul li a {
  color: #29abe3;
  font-size: 1.125rem;
}
.entry .field.body #ftwp-container-outer {
  margin: 0 0 1rem 0;
  /*.ftwp-icon-expand,
                .ftwp-icon-number {
                    display: none;
                }*/
  /*#ftwp-container.ftwp-wrap #ftwp-contents:hover #ftwp-header {
                    background: transparent !Important;
                }*/
}
.entry .field.body #ftwp-container-outer #ftwp-header-title {
  font-weight: 400 !Important;
}
.entry .field.body #ftwp-container-outer ol {
  margin: 0;
  padding: 1rem;
}
.entry .field.body #ftwp-container-outer ol .ftwp-anchor {
  padding-left: 0 !important;
}
.entry .field.body #ftwp-container-outer .ftwp-header-clickable {
  cursor: default;
}
.entry .field.body .dc-code {
  background: #ebebeb;
  border: 2px solid #d9d8d8;
  color: #313131;
  display: block;
  font-family: system-ui, monospace;
  font-size: 0.75rem;
  font-weight: 700;
  margin: 1rem 0;
  overflow-x: auto;
  padding: 0.75rem;
  position: relative;
}
.entry .field.body .dc-code > * {
  color: #313131;
  display: block;
  font-family: system-ui, monospace;
  font-size: 0.75rem;
  font-weight: 700;
}
.entry .wp-pagenavi * {
  color: #124B63;
  font-size: 0.875rem;
  font-weight: 500;
  margin-left: 1px;
  transition: all 0.5s;
}
.entry .wp-pagenavi *.previouspostslink, .entry .wp-pagenavi *.nextpostslink {
  background: #ddf2fb;
  color: #124B63;
}
.entry .wp-pagenavi *.current {
  color: #fff;
  padding: 0.675rem 0.75rem;
}
.entry .wp-pagenavi *.extend {
  padding: 0;
}
/* comments */
.comment-box {
  background: #fff;
}
/*.comment-list {
    background: $gray-100;
    margin: 0 auto;
    padding: 0;
    width: calc(100% - 2rem);
        li {
            background: rgba(255,255,255,.3125);
            list-style: none;
              li {
                margin-left: .5rem;
                background: rgba(255,255,255,.25);
                border-left: 1px solid $gray-400;

              }
            header{
                align-items: center;
                background: $gray-200;
                display: flex;
                flex-flow: row wrap;
                justify-content: space-between;
                .comment-author {
                    align-items: center;
                    display: flex;
                    font-size: .9125rem;
                    font-weight: 500 !important;
                    font-style: italic;
                    padding: .5rem;

                    strong + span {
                        color: $gray-600;
                        padding: 0 .25rem;
                    }

                }
                .comment-meta {
                    align-items: center;
                    display: flex;
                    font-size: .9125rem;
                    font-weight: 400;
                    padding: .5rem;
                }
                .reply-button {
                    padding-right: .5rem;
                    .comment-reply-link {
                        font-size: .875rem;
                        font-weight: 600;

                    }
                }

            }



            .comment-body {
                line-height: 1.5;
                margin: 0;
                padding: 1rem;

                p {
                    margin: 0 0 .5rem 0;
                    padding: 0;
                }

            }

        }

    .children {
        background:$gray-200;
        //border-left: 1px solid $gray-400;
        //border-top: 1px solid $gray-400;
        margin: 0 0 0 5px;
        padding: 0;
        padding-left: 5px;
    }

}
*/
#commentform {
  padding: 1rem;
}
.comment-form > div > div {
  padding-bottom: 1rem;
}
.comment-form label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.675rem;
  text-transform: uppercase;
}
.comment-form input, .comment-form textarea {
  border: 2px solid #e9ecef;
  font-size: 1rem;
  padding: 0.5rem;
  width: 100%;
}
.comment-form input[type="submit"] {
  border: 0;
}
.comment-form textarea {
  resize: none;
}
.comment-title h3 {
  color: #29abe3;
  font-size: 2rem;
  font-weight: 300;
  margin: 0 0 1.125rem 0;
  text-align: center;
}
.comment-respond {
  padding-bottom: 2rem;
}
.back2art {
  padding: 1rem;
}
/* ads */
.advertisement-container, .block--ad {
  background: #f2f2f2;
  border: 0.3125rem solid #f2f2f2;
  border-top: 0;
  clear: both;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.advertisement-container .ad-label, .block--ad .ad-label {
  background: #f2f2f2;
  display: block;
  font-size: 0.75rem;
  padding: 0;
  position: relative;
  margin: auto;
  text-align: center;
}
.advertisement-container ins, .block--ad ins {
  margin: auto;
  word-wrap: break-word;
}
.advertisement-container {
  margin-bottom: 1rem;
}
.entry .block--ad {
  background: #f2f2f2;
  border: 0.3125rem solid #f2f2f2;
  display: inline-block;
  margin: 1rem auto;
}
/* listings */
.pagetitle {
  border-bottom: 3px solid #ced4da;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 0.25rem 0;
  padding: 1rem 0 0;
  text-transform: uppercase;
}
.main-sponsor .sponsor-info {
  padding: 1rem 0 1.3125rem 0;
}
.main-sponsor .sponsor-info .pagetitle {
  border: 0;
}
.main-sponsor .sponsor-info > .row {
  background: #fff;
  margin: 0;
  padding: 1rem 0;
}
.main-sponsor .sponsor-info > .row p {
  margin: 0;
  padding: 0;
}
.main-sponsor .term-description {
  color: #495057;
  font-size: 0.975rem;
  line-height: 1.75;
  padding-left: 1rem !important;
}
.main-sponsor .term-description h1 {
  color: #29abe3;
  font-weight: 600;
  margin-top: 0;
  padding-top: 0;
}
.main-sponsor .term-logo img {
  height: auto;
  max-width: 100%;
  min-height: 7.5rem;
}
@media (min-width: 992px) {
  .main-sponsor .term-logo img {
    padding: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .main-sponsor .term-logo img {
    height: auto;
    max-height: 145px;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .main-sponsor .term-logo {
    order: 1;
  }
  .main-sponsor .term-description {
    order: 2;
  }
}
.wp-pagenavi {
  background: #fff;
  font-size: 0.8125rem;
  margin: 1rem auto;
  max-width: calc(100% - 1.5rem);
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}
.wp-pagenavi * {
  color: #124B63;
  font-size: 0.875rem;
  font-weight: 500 !important;
  margin-left: 1px;
  transition: all 0.5s;
}
.wp-pagenavi *.previouspostslink {
  align-items: center;
  background-color: #c7e9f8;
  color: #124B63;
  display: flex;
}
.wp-pagenavi *.previouspostslink:before {
  background-image: url("../../images/prev.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 0.675rem;
  margin-right: 0.25rem;
  opacity: 0.65;
  width: 0.675rem;
}
.wp-pagenavi *.nextpostslink {
  align-items: center;
  background-color: #ddf2fb;
  color: #124B63;
  display: flex;
}
.wp-pagenavi *.nextpostslink:after {
  background-image: url("../../images/next.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 0.6125rem;
  margin-left: 0.25rem;
  opacity: 0.65;
  width: 0.6125rem;
}
.wp-pagenavi *.last {
  align-items: center;
  background-color: #c7e9f8;
  color: #124B63;
  display: flex;
}
.wp-pagenavi *.last:after {
  background-image: url("../../images/right.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 0.675rem;
  margin-left: 0.25rem;
  opacity: 0.65;
  width: 0.675rem;
}
.wp-pagenavi *.first {
  align-items: center;
  background-color: #ddf2fb;
  color: #124B63;
  display: flex;
}
.wp-pagenavi *.first:before {
  background-image: url("../../images/left.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 0.675rem;
  margin-right: 0.25rem;
  opacity: 0.65;
  width: 0.675rem;
}
.wp-pagenavi *.current {
  padding: 0.675rem 0.75rem;
}
.wp-pagenavi *.extend {
  background: transparent;
  color: #3453e3;
  padding: 0;
}
.wp-pagenavi *.extend::before {
  content: "...";
}
/* pages */
.page .entry, .post .entry {
  line-height: 1.75 !important;
  padding: 0.6125rem;
}
@media (min-width: 992px) {
  .page .entry, .post .entry {
    padding: 1rem;
  }
}
.page .entry h2, .page .entry h3, .page .entry h4, .page .entry h5, .page .entry h6, .post .entry h2, .post .entry h3, .post .entry h4, .post .entry h5, .post .entry h6 {
  color: #3453e3;
}
.page .entry li, .page .entry p, .post .entry li, .post .entry p {
  font-size: 1.125rem;
  margin: 0;
  padding: 0 0 0.25rem 0;
}
.page .entry {
  padding: 1rem 1.5rem;
}
.tabs-home, .tabs-nav {
  margin: 0 0;
  padding: 0 0.75rem 0.25rem 0.75rem;
}
@media (max-width: 991.98px) {
  .tabs-home, .tabs-nav {
    margin-bottom: 0.75rem;
    margin-top: 0.75rem;
  }
}
@media (min-width: 992px) {
  .tabs-home, .tabs-nav {
    margin-top: 1rem;
  }
}
.tabs-home li, .tabs-nav li {
  list-style: none;
}
.tabs-home li a, .tabs-nav li a {
  background: #dee2e6;
  color: #343a40;
  font-weight: 600;
  padding: 0.75rem 0.25rem;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 992px) {
  .tabs-home li a, .tabs-nav li a {
    padding: 0.5rem;
  }
}
.tabs-home li.active-tab a, .tabs-home li:hover a {
  background: #124B63;
  color: #fff;
}
.newsletter-box div.active-tab, .main-column div.active-tab {
  display: block !Important;
}
.main-column {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.footer-nsl a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}
.home .tabs-home li, .home .tabs-nav li {
  width: calc(50% - .5rem);
}
.home .tabs-home li a, .home .tabs-nav li a {
  cursor: pointer;
}
.home .tabs-home li.active a, .home .tabs-nav li.active a {
  pointer-events: none;
}
.home .tab-content, .home .home-tab-content {
  display: none;
}
.home .tab-content.active, .home .home-tab-content.active {
  display: block !important;
}
@media (max-width: 991.98px) {
  .home .tab-content, .home .home-tab-content {
    width: 100% !important;
  }
  .home .tab-content > h1, .home .home-tab-content > h1 {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .home .tab-content, .home .home-tab-content {
    display: block !important;
    width: 50%;
  }
  .home .tab-content > h1, .home .home-tab-content > h1 {
    display: block !important;
  }
  .home .tabs-home, .home .tabs-nav {
    display: none !important;
  }
}
.main-content .main-column {
  padding: 0 1rem 0 0 !important;
}
.cn-buttons-container {
  display: inline-flex;
  flex-flow: row-reverse wrap;
}
.cn-buttons-container .cn-more-info {
  background: transparent !important;
  color: #29abe3;
}
.wp-gdpr-cookie-notice h2 {
  color: #1f89b6;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
}
.wp-gdpr-cookie-notice .screen-reader-text {
  display: none;
}
.wp-gdpr-cookie-notice .wp-gdpr-cookie-notice-controls:before {
  content: "Alege cookies:";
  padding: 0 0.5rem 0 0;
}
.wp-gdpr-cookie-notice-inner {
  font-size: 0.9125rem;
  max-width: 75% !Important;
}
.wp-gdpr-cookie-notice .wp-gdpr-cookie-notice-controls {
  justify-content: flex-start;
}
.wp-gdpr-cookie-notice .wp-gdpr-cookie-notice-controls .wp-gdpr-cookie-notice-toggles {
  max-width: 25rem;
}
.newsletter-box .tabs-nav li.active a {
  background: transparent;
}
.paged-2 #ftwp-container-outer, .paged-3 #ftwp-container-outer, .paged-4 #ftwp-container-outer {
  display: none;
}
.paged-2 .entry .post-thumbnail, .paged-3 .entry .post-thumbnail, .paged-4 .entry .post-thumbnail {
  display: none;
}
.wp-caption {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: -0.5rem;
}
.sponsor-box {
  background: #e9ecef;
  font-size: 0.75rem;
  min-height: 6.75rem;
  padding: 0.25rem 0.5rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  .sponsor-box {
    margin-top: 1rem;
  }
}
.sponsor-box > span {
  display: block;
  letter-spacing: 1px;
  padding-bottom: 0.25rem;
  text-transform: uppercase;
}
.sponsor-box a {
  background: #fff;
  display: block;
  height: 5.25rem;
}
.sponsor-box img {
  margin: auto;
  max-height: 5rem;
  max-width: 100%;
  width: auto;
}
.comments-bar {
  display: none;
}
@media (max-width: 1199px) {
  .subscribe-label div, .subscription-options-2 div {
    justify-content: center !Important;
    text-align: center;
  }
}
.site-main {
  padding-top: 4.5rem;
}
@media (min-width: 992px) {
  .site-main {
    padding-top: 0;
  }
}
@media (min-width: 922px) {
  .site-main .sidebar {
    padding-top: 1.375rem;
    padding-left: 0.5rem !important;
    padding-right: 1rem !important;
  }
}
.cse-form {
  background: #fff;
  padding: 1rem;
}
.cse-form form {
  border: 1px solid #e9ecef;
}
.cse-form form input:focus::placeholder {
  color: transparent;
}
.single .col-xl-8 article {
  padding-top: 1rem;
}
.single .col-xl-8 .listing-meta, .single .col-xl-8 .post-meta {
  margin: 0;
  padding: 0.25rem;
}
@media (min-width: 922px) {
  .single .col-xl-8 .listing-meta, .single .col-xl-8 .post-meta {
    font-size: 0.875rem;
    padding: 0.875rem 1rem 0.975rem 1rem !important;
  }
}
.single .col-xl-8 .listing-meta li, .single .col-xl-8 .post-meta li {
  padding-right: 0.5rem;
}
@media (min-width: 922px) {
  .single .col-xl-8 .listing-meta li, .single .col-xl-8 .post-meta li {
    font-size: 0.875rem;
  }
}
@media (min-width: 922px) {
  .single .col-xl-8 .listing-meta a, .single .col-xl-8 .listing-meta span, .single .col-xl-8 .post-meta a, .single .col-xl-8 .post-meta span {
    font-size: 0.875rem;
  }
}
.wp-pagenavi {
  max-width: calc(100% - 1.25rem) !important;
  margin-top: 1rem !important;
}
.ml-block-form button {
  text-transform: uppercase !important;
}
.author .site-main .author-box {
  background: #fff;
  border-bottom: 15px solid #e9ecef;
  margin-top: 1rem;
  padding: 0.5rem 0.5rem 0 0.5rem;
}
@media (min-width: 922px) {
  .author .site-main .author-box {
    margin-top: 1rem;
    padding: 0 2rem;
  }
}
.author .site-main .author-box > div {
  padding: 0 0.5rem;
}
@media (min-width: 922px) {
  .author .site-main .author-box > div {
    padding: 1.5rem 1rem;
  }
}
.author .site-main .author-box .author-social-label {
  margin-right: 0.75rem;
}
.author .site-main .author-box .author-pic {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto 1rem;
  padding: 1rem 1rem 0;
  text-align: center;
}
.author .site-main .author-box .author-pic img {
  aspect-ratio: 1;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: -5px 5px 0px 0px rgba(41, 171, 227, 0.75);
  display: block;
  height: auto;
  max-width: 100%;
}
@media (min-width: 480px) and (max-width: 719.98px) {
  .author .site-main .author-box .author-pic img {
    min-height: 505px;
  }
}
@media (min-width: 600px) and (max-width: 1199.98px) {
  .author .site-main .author-box .author-pic img {
    margin: auto;
    max-width: 20rem;
  }
}
@media (min-width: 1200px) {
  .author .site-main .author-box .author-pic {
    padding-left: 1rem;
  }
}
.author .site-main .author-box .author-description {
  color: #343a40;
  font-size: 1.125rem;
  line-height: 1.75;
  text-align: left;
}
@media (min-width: 922px) {
  .author .site-main .author-box .author-description {
    font-size: 1rem;
    text-align: left;
  }
}
.author .site-main .author-box .author-name {
  color: #29abe3;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  padding: 0 0 1rem 0;
  text-align: center;
}
@media (min-width: 922px) {
  .author .site-main .author-box .author-name {
    text-align: left;
  }
}
.author .site-main .author-box .author-social {
  margin-top: 1rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
}
.author .site-main .author-box .author-social a {
  align-items: center;
  display: flex;
  margin: 0 0.5rem;
}
.author .site-main .author-box .author-social a img {
  height: 1.125rem;
  width: 1.125rem;
}
@media (max-width: 991.98px) {
  .ml-mobileButton-horizontal, .subscription-options-2 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
#ftwp-trigger {
  display: none !Important;
}
.page .single-content .nsl-tabs {
  display: inline-flex;
  margin: 0 !Important;
  padding: 0.75rem !Important;
}
.page .single-content .nsl-tabs li:first-child {
  pointer-events: none;
}
.page .single-content .nsl-tabs li span, .page .single-content .nsl-tabs li a {
  background: #29abe3;
  color: #fff;
  font-weight: 700;
  padding: 0.5rem;
  text-align: center;
}
.page .single-content .nsl-tabs li span:hover, .page .single-content .nsl-tabs li a:hover {
  color: #fff;
}
.page .single-content .nsl-tabs li.active a {
  background: #124B63;
  color: #fff;
}
.page .single-content .nsl-tabs li.active-tab a {
  text-decoration: underline !Important;
}
@media (max-width: 991.98px) {
  .page .single-content .nsl-tabs.tabs-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0 !important;
    width: 100%;
  }
  .page .single-content .nsl-tabs.tabs-nav li {
    display: block;
    padding: 0.25rem;
    text-align: center;
  }
  .page .single-content .nsl-tabs.tabs-nav li.content-tab {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    width: 50%;
  }
  .page .single-content .nsl-tabs.tabs-nav li.content-tab a {
    display: block;
  }
  .page .single-content .nsl-tabs.tabs-nav li:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
  }
  .page .single-content .nsl-tabs.tabs-nav li:first-child span {
    display: block;
  }
  .page .single-content .nsl-tabs.tabs-nav li:last-child {
    border: 0;
    text-align: center;
  }
  .page .single-content .nsl-tabs.tabs-nav li.nsl-sep {
    display: none !important;
    width: 1rem;
  }
}
.page .single-content .tab-content {
  background: #29abe3;
  color: #fff !important;
  padding: 1rem;
}
.page .single-content .tab-content .ml-form-embedContent p {
  color: #fff !important;
}
.page .single-content .tab-content a {
  color: #124B63;
}
.page .single-content .tab-content .ml-form-checkboxRow {
  padding-top: 0.5rem;
}
.page .single-content .tab-content .ml-form-embedContent p {
  color: #fff !important;
  margin: 0;
  padding: 0 !important;
}
#ftwp-header #ftwp-container-outer {
  display: none;
}
.header-search {
  background: #fff;
  border-top: 1px solid #e9ecef;
  display: none;
  left: 50%;
  padding: 1rem;
  position: absolute;
  top: 4rem;
  transform: translateX(-50%);
  width: 100%;
}
@media (min-width: 992px) {
  .header-search {
    border: 0;
    padding: 1rem;
    top: 0;
    width: 40rem;
  }
}
.header-search input {
  border: 1px solid #e9ecef;
}
.header-search input:focus::placeholder {
  color: transparent;
}
.header-search.active-search {
  display: block;
  margin: 0 !important;
  padding: 0;
  height: 100%;
}
.header-search.active-search form {
  height: 100%;
  padding-left: 1rem;
}
.term-description a {
  display: block;
  font-weight: 600;
  margin-top: 0.5rem;
}
/*#ftwp-container.ftwp-wrap .ftwp-icon-collapse::before {
    display: none;
}
*/
.error404 .error-entry {
  margin-top: 1rem;
  min-height: 40rem;
  padding: 3rem 0;
}
.error404 .error-entry h1, .error404 .error-entry h2, .error404 .error-entry h3 {
  margin: 0;
  padding: 0;
}
.error404 .error-entry h1 {
  color: #29abe3;
  font-size: 10rem;
}
@media (min-width: 992px) {
  .error404 .error-entry h1 {
    margin-top: 5rem;
  }
}
.error404 .error-entry h2 {
  color: #3453e3;
  font-size: 2rem;
  font-weight: 500;
}
.error404 .error-entry h3 {
  color: #6c757d;
  padding-top: 1rem;
}
#ftwp-container.ftwp-wrap #ftwp-list, #ftwp-container.ftwp-wrap #ftwp-list:hover {
  background: rgba(233, 236, 239, 0.45) !important;
}
.entry li a, .entry p a {
  color: #3453e3;
}
.entry li a:hover, .entry p a:hover {
  color: #124B63;
}
.moove-gdpr-light-scheme {
  border: 0 !important;
}
.moove-gdpr-info-bar-content {
  align-items: center;
  display: flex;
}
.close-search {
  color: #000;
  cursor: pointer;
  display: inline-block;
  height: 1rem;
  font-size: 3rem;
  text-decoration: none !important;
  transition: all 0.5s;
  width: 1rem;
}
@media (max-width: 991.98px) {
  .close-search {
    margin-right: 1rem;
  }
}
.close-search:hover {
  color: #343a40;
}
.close-search span {
  display: block;
  margin-left: 0;
  margin-top: -1rem;
  transform: rotate(45deg);
}
@media (min-width: 992px) {
  .close-search span {
    margin-left: -1rem;
    margin-top: -1rem;
  }
}
.entry .prod-verdict-box {
  float: right;
  margin: 0 1rem 0 1rem;
}
.entry .prod-verdict-box img {
  height: auto;
  width: calc(100% - 2rem);
}
@media (min-width: 800px) {
  .entry .prod-verdict-box img {
    max-width: 15rem !important;
  }
}
.wpcf7 {
  display: flex;
  flex-flow: row wrap;
}
.wpcf7 h2, .wpcf7 h3 {
  font-size: 1.125rem !important;
  margin: 0 !important;
  padding: 0 0 0.25rem 0 !important;
}
.wpcf7 div p {
  color: #495057;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
.wpcf7 .wpforms-field, .wpcf7 [class^="col-"] {
  padding: 0.5rem;
}
.wpcf7 label {
  font-size: 0.9125rem;
}
.wpcf7 input {
  border-radius: 0 !important;
  border: 2px solid #e9ecef;
  border-left-width: 5px;
  font-weight: 500;
  display: block;
  height: 44px;
  padding: 0.25rem 0.75rem;
  transition: all 0.5s;
  width: 100%;
}
.wpcf7 input::placeholder {
  font-size: 0.875rem;
  font-weight: 500;
}
.wpcf7 input:hover, .wpcf7 input:active, .wpcf7 input:focus-visible {
  border-color: #adb5bd;
  outline: none !important;
}
.wpcf7 textarea {
  font-family: arial, sans-serif;
  border-radius: 0;
  border: 2px solid #e9ecef;
  border-left-width: 5px;
  color: #6c757d;
  display: block;
  padding: 0.5rem;
  height: 8rem;
  resize: none;
  width: 100%;
}
.wpcf7 textarea::placeholder {
  font-size: 0.875rem;
  font-weight: 500;
}
.wpcf7 textarea:hover, .wpcf7 textarea:active, .wpcf7 textarea:focus-visible {
  border-color: #adb5bd;
  outline: none !important;
}
.wpcf7-submit {
  background: #29abe3;
  border: 0 !important;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700 !important;
}
textarea:focus-visible, input:focus-visible, textarea:focus, input:focus {
  border-radius: 0;
}
textarea:focus-visible::placeholder, input:focus-visible::placeholder, textarea:focus::placeholder, input:focus::placeholder {
  color: transparent;
}
.wpforms-submit-container {
  padding: 0.5rem;
}
.wpforms-submit, button {
  background: #3453e3;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.125rem;
  padding: 1rem;
  transition: all 0.5s;
  width: 100%;
}
.wpforms-submit:hover, button:hover {
  background: #29abe3;
}
.page .entry h2 {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 500 !important;
}
.page .entry h2 span {
  font-weight: 500 !important;
}
.page .entry ul {
  margin: 0;
}
@media (min-width: 800px) and (max-width: 1400px) {
  :not(.logged-in).home .tabs-nav {
    padding-top: 1rem;
  }
}
.post-meta {
  margin: 0;
  padding: 0.5rem 0.75rem;
}
@media (max-width: 991.98px) {
  .post-meta {
    padding: 0.5rem 0.75rem 0 0 !important;
  }
}
@media (min-width: 992px) {
  .post-meta {
    padding: 0.5rem 0.75rem 0.5rem 0.5rem !important;
  }
}
.post-meta * {
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-block;
  list-style: none;
  width: auto;
}
@media (max-width: 991.98px) {
  .post-meta * {
    font-size: 0.75rem;
  }
}
@media (max-width: 991.98px) {
  .post-meta *:last-child {
    margin-bottom: 0;
  }
}
.post-meta * .meta-icon {
  padding-right: 0.5rem;
}
.post-meta * img, .post-meta * svg {
  max-height: 1.125em;
}
.post-meta *.meta-art-author {
  background: url(../../images/user.svg) no-repeat top left;
  padding: 0 0.3125rem 0 1.3125rem;
}
.post-meta *.meta-art-date {
  background: url(../../images/calendar.svg) no-repeat top left;
  padding: 0 0.3125rem 0 1.3125rem;
}
.post-meta *.meta-art-type {
  color: #7920a8;
  padding: 0 0.5rem 0 0;
  text-transform: uppercase;
}
.sidebar .listing-meta {
  padding-left: 0 !important;
}
.site-logo--img {
  height: 3.5rem;
  max-height: 3.5rem;
  width: 100%;
}
@media (min-width: 992px) {
  .site-logo--img {
    margin-top: -15px;
    max-height: unset;
    width: 30rem;
  }
}
.home .site-main .tabs-nav {
  margin: 2rem 0 1rem 0;
}
#ez-toc-container {
  border: 0 !important;
  box-shadow: none;
  width: 100% !important;
}
#ez-toc-container .ez-toc-title {
  color: #3453e3 !important;
  font-size: 1.5rem !important;
  padding-bottom: 0.5rem !important;
  text-transform: uppercase;
}
#ez-toc-container ul, #ez-toc-container ol {
  background: rgba(233, 236, 239, 0.45) !important;
  margin-bottom: 1rem;
  padding: 1rem;
}
#ez-toc-container ul ul, #ez-toc-container ul ol, #ez-toc-container ol ul, #ez-toc-container ol ol {
  background: transparent !important;
  margin: 0 0 0 0.5rem;
  padding: 0;
}
#ez-toc-container ul li, #ez-toc-container ol li {
  list-style: none;
  padding: 0;
}
#ez-toc-container ul li a, #ez-toc-container ol li a {
  color: #124B63;
  font-size: 0.975rem;
  font-weight: 400 !important;
  padding: 5px 0.5rem !important;
}
#ez-toc-container ul li a > span, #ez-toc-container ol li a > span {
  display: none;
}
.entry .block--ad {
  display: block;
  width: 100%;
}
.sidebar .ad-label {
  width: 100%;
}
.sidebar .block--ad {
  min-width: 100%;
}
.paged-2 #ez-toc-container {
  display: none !Important;
}
.ftwp-header-clickable {
  cursor: pointer !important;
}
.ftwp-header-clickable .ftwp-icon-number {
  display: none !Important;
}
.ftwp-header-clickable .ftwp-icon-number::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "" !important;
  display: block;
  height: 0.75rem;
  transform: rotate(45deg);
  width: 0.75rem;
}
#ftwp-container--outer {
  min-height: 50px;
}
#ftwp-container #ftwp-header {
  display: flex;
  justify-content: space-between;
  min-height: 50px;
  padding: 0.5rem 1rem !important;
}
#ftwp-container #ftwp-header #ftwp-header-minimize {
  display: none;
}
#ftwp-container #ftwp-header::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "" !important;
  display: block;
  height: 0.75rem;
  margin-top: 0.5rem;
  transform: rotate(45deg);
  width: 0.75rem;
}
#ftwp-container #ftwp-header.active::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "" !important;
  display: block;
  height: 0.75rem;
  margin-top: 0.675rem;
  transform: rotate(-135deg);
  width: 0.75rem;
}
#ftwp-list {
  height: 0 !important;
  overflow: hidden;
  padding: 0 !important;
}
#ftwp-list.active {
  height: auto !important;
  overflow: visible !important;
  padding: 1rem !important;
}
#ftwp-container.ftwp-fixed-to-post #ftwp-contents {
  position: relative !important;
  bottom: auto !important;
}
.comment-edit-link {
  color: #f80000;
  font-size: 0.875rem;
  font-weight: 600;
}
.wp-caption {
  display: none !important;
}
.prod-download-box {
  background: #f8f9fa;
  margin: 0 0 0.5rem 0;
}
@media (min-width: 992px) {
  .prod-download-box {
    float: right;
    margin: 0 0 1rem 1rem;
  }
}
.prod-download-box .download-icon {
  padding: 1rem;
}
.prod-download-box .download-icon img {
  height: 3.25rem;
  margin: 0;
  width: auto;
}
.prod-download-box .download-title {
  background: #29abe3;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.5rem 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
iframe[width="165"][height="128"] {
  height: 128px !important;
  min-height: 128px !important;
  margin: 2rem auto;
  width: 165px !important;
}
/*.newsletter-box {
        .tabs-content {
            > div {
                display: none;
                &:not(.hidden),
                &.active {
                    display: block !Important;
                }
            }
        }
    }*/
body.logged-in {
  padding-top: 0rem;
}
.newsletter-box .nsl-tabs-content {
  margin-top: -1px;
}
.newsletter-box .tabs-nav {
  background: #29abe3;
  padding: 0.75rem !important;
}
.tab-content {
  display: none;
}
a.tab-button {
  cursor: pointer;
  text-decoration: none;
}
a.tab-button.active-tab {
  text-decoration: underline;
}
div.entry div.newsletter-box div.ml-form-checkboxRow.ml-validate-required label input {
  margin-top: 3px !important;
}
div.entry .single-content .tabs-nav li a {
  padding: 0.5rem 0.675rem;
}
div.entry .single-content .active-tab a {
  text-decoration: underline;
}
div.entry .single-content .tab-content {
  padding: 10px !Important;
}
div.entry .single-content .tab-content .embedForm a, div.entry .single-content .tab-content .embedForm label, div.entry .single-content .tab-content .embedForm p {
  color: #fff !Important;
}
div.entry .single-content .tab-content .embedForm h4 {
  font-size: 1.25rem !important;
  margin: 0 !important;
  padding: 0 0 0.25rem 0 !important;
}
div.entry .single-content .tab-content .embedForm h4 + p {
  font-size: 12px !important;
}
div.entry .single-content .tab-content form label {
  color: #000 !Important;
}
div.entry .single-content .tab-content form label .label-description {
  color: #fff !Important;
}
div.entry .single-content .tab-content form label .label-description p {
  color: #fff !Important;
}
@media (max-width: 800px) {
  .row > * {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
}
#comments {
  width: 100%;
  margin: unset;
}
#wpdcom {
  max-width: 100%;
  padding: 1rem;
}
@media (min-width: 992px) {
  #wpdcom {
    padding: 2rem;
  }
}
.ftwp-blur {
  filter: unset !important;
  opacity: unset !important;
  -webkit-transition: unset !important;
  transition: unset !important;
}
.summary-block {
  padding: 0.5rem 0;
}
.summary-block > div {
  width: 100% !important;
}
.summary-block .toc_brackets {
  display: none;
}
.summary-block .toc_title {
  display: block;
  width: 100%;
}
.summary-block .toc_toggle a {
  background: #3453e3;
  color: #fff;
  display: flex;
  font-size: 1.25rem;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  text-decoration: none !important;
  width: 100%;
}
.summary-block .toc_toggle a:hover {
  background: #3453e3;
  color: #fff;
}
.summary-block .toc_toggle a:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "" !important;
  display: block;
  height: 0.75rem;
  margin-top: 0.75rem;
  transform: rotate(-135deg);
  width: 0.75rem;
}
.summary-block .toc_list {
  background: rgba(233, 236, 239, 0.45) !important;
  padding: 1rem !important;
}
.summary-block .toc_list li {
  list-style: none;
}
.summary-block .toc_list li a {
  color: #124B63 !important;
  font-weight: 400 !important;
  padding: 5px 0.5rem !important;
}
.summary-block .toc_list li a span {
  font-weight: 400 !important;
  font-size: 0.975rem !important;
}
.summary-block .toc_list li a:hover {
  color: #29abe3;
}
.contracted .toc_toggle a {
  background: #29abe3 !important;
}
.contracted .toc_toggle a:after {
  margin-top: 0.5rem !important;
  transform: rotate(45deg);
}
#ftwp-container.ftwp-hidden-state {
  opacity: unset;
  visibility: unset;
  z-index: unset;
  position: unset;
  top: unset;
  left: unset;
}
#ftwp-container #ftwp-header {
  display: none;
}
/*    #ftwp-list {
            height: auto !important;
            overflow: visible !important;
            padding: 1rem !important;
        }
*/
.summary-block label {
  align-items: center;
  background: #29abe3 !important;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.25rem;
  justify-content: space-between;
  padding: 0.75rem 1rem;
}
.summary-block label:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "" !important;
  display: block;
  height: 0.75rem;
  transform: rotate(45deg);
  width: 0.75rem;
}
.summary-block input#toc {
  display: none;
}
.summary-block input#toc:checked + label + #ftwp-container-outer #ftwp-list {
  height: auto !important;
  overflow: visible !important;
  padding: 1rem !important;
}
/* comments 2024*/
.comment-list {
  margin: 0;
  padding: 0;
  width: 100%;
}
.comment-list ul {
  margin: 0 0 1rem 0.5rem;
  padding: 0;
}
.comment-list li {
  list-style: none;
}
.comment-list > li {
  margin-bottom: 1rem;
}
.comment-list > li > .comment-body {
  background: #f8f9fa;
  border-bottom: 2px solid #e9ecef;
  border-left: 2px solid #e9ecef;
  border-right: 2px solid #e9ecef;
  border-top: 2px solid #e9ecef;
}
.comment-list .children li {
  border-top: 2px solid #e9ecef;
  border-right: 2px solid #e9ecef;
}
.comment-list .children li:last-child {
  border-bottom: 2px solid #e9ecef;
}
.comment-list .children li:first-child {
  border-top: unset;
}
.comment-body {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.comment-body > * {
  align-items: center;
  border-bottom: 1px solid #fff;
  display: flex;
  min-height: 3.25rem;
  padding: 0.5rem;
}
.comment-body p {
  border: 0;
  display: block;
  min-height: unset;
  order: 4;
  padding: 0 1rem;
  width: 100%;
}
.comment-body .vcard {
  background: #f8f9fa;
  border-bottom: 2px solid #e9ecef;
  flex-grow: 1;
  font-size: 0.875rem;
  font-weight: 500;
  order: 1;
  padding: 0 !important;
}
.comment-body .vcard img {
  background: #fff;
  border-radius: 50%;
  height: 2.5rem;
  margin: 0 0.5rem;
  width: auto;
}
.comment-body .commentmetadata {
  background: #f8f9fa;
  border-bottom: 2px solid #e9ecef;
  font-weight: 500;
  font-size: 0.875rem;
  flex-grow: 1;
  order: 2;
}
.comment-body .reply {
  background: #f8f9fa;
  border-bottom: 2px solid #e9ecef;
  display: none;
  justify-content: flex-end;
  font-size: 0.875rem;
  flex-grow: 1;
  order: 3;
}
.comment-body .reply a {
  color: #124B63;
  font-weight: 600;
}
/*div.ml-form-successBody.row-success {
    display: block !Important;
}*/
.listing-excerpt {
  color: #343a40;
  display: block;
  font-size: 0.975rem;
  line-height: 1.5;
  margin: 0 0 0.75rem 0;
  padding: 0 0.75rem;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .listing-excerpt {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .listing-excerpt {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 1400px) {
  .listing-excerpt {
    font-size: 1rem;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 1199px) {
  .listing-meta {
    flex-wrap: wrap;
  }
}
@media (min-width: 1199.98px) and (max-height: 600px) {
  body .site-main {
    display: grid;
    grid-template-columns: 67% 32%;
    grid-gap: 1rem;
  }
  body .site-main > div {
    flex-basis: unset;
    width: unset;
  }
  body .site-main .listing-image {
    height: 220px;
  }
  .page .site-main {
    display: block !important;
  }
  .home .site-main {
    display: grid !important;
  }
}
@media (min-width: 992px) {
  .home .tab-content {
    /*@media(min-width: 1200px) and (max-width: 1499.98px) {
                    display: grid !important;
                    grid-template-columns: 1fr 1fr;
                    grid-column-gap: 1.5rem;
                }*/
  }
}
.archive .sidebar {
  padding-top: 1rem;
}
.single .sidebar {
  padding-top: 2rem;
}
@media (max-width: 991.98px) {
  .single .sidebar {
    padding-top: 1rem;
  }
}
.single .main-bar {
  padding-top: 0 !important;
}
.single .main-bar .sidebar {
  padding-top: 0.5rem !important;
}
.tax-sponsor .sidebar, .author .sidebar {
  padding-top: 1rem;
}
.comments-page {
  grid-column: 1 / 3;
  flex: 0 0 100% !important;
  width: 100% !important;
}
@media (min-width: 1200px) {
  .comments-page {
    flex: 0 0 75% !important;
    width: 75% !important;
  }
}
body.home {
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .listing-meta li {
    width: unset !important;
  }
}
.single-content, .subscribe-content {
  padding: 0;
  margin: 0;
}
.single-content .card, .subscribe-content .card {
  align-items: center;
  border-left: 10px solid #f7f7f9;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 1.5rem 2rem;
}
.single-content .card.intro, .subscribe-content .card.intro {
  display: block;
}
.single-content .card > p:empty, .subscribe-content .card > p:empty {
  display: none;
}
.single-content .card h2, .subscribe-content .card h2 {
  color: #3453e3;
  font-weight: 600 !important;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
.single-content .card h2 span, .subscribe-content .card h2 span {
  font-weight: 600 !important;
}
@media (min-width: 992px) {
  .single-content .card h2, .subscribe-content .card h2 {
    margin: 0 0 1.25rem;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .single-content .card > div, .subscribe-content .card > div {
    width: calc(100% - 7rem);
  }
}
.single-content .card > div.dc-image-container, .subscribe-content .card > div.dc-image-container {
  align-items: center;
  background: transparent;
  display: flex;
  float: left;
  justify-content: center;
  margin: 1rem auto;
  height: 6rem;
}
@media (min-width: 992px) {
  .single-content .card > div.dc-image-container, .subscribe-content .card > div.dc-image-container {
    background: transparent;
    margin: 0 2rem 0 0;
    height: 5rem;
    width: 5rem;
  }
}
.single-content .card > div.dc-image-container img, .subscribe-content .card > div.dc-image-container img {
  height: 4rem;
  width: auto;
}
@media (min-width: 992px) {
  .single-content .card > div.dc-image-container img, .subscribe-content .card > div.dc-image-container img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .single-content .card.w-100 > div, .subscribe-content .card.w-100 > div {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .single-content #wa .dc-image-container, .single-content #rss .dc-image-container, .single-content #fb .dc-image-container, .subscribe-content #wa .dc-image-container, .subscribe-content #rss .dc-image-container, .subscribe-content #fb .dc-image-container {
    height: 8rem;
  }
  .single-content #linkedin .dc-image-container, .subscribe-content #linkedin .dc-image-container {
    height: 9rem;
  }
}
@media (min-width: 992px) {
  .columns-container > div {
    width: 100% !important;
  }
}
.cardbox .card {
  border-left: 10px solid #f7f7f9;
  margin-bottom: 1rem;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cardbox .card {
    padding: 1.5rem 2rem;
  }
}
.cardbox .card h2 {
  color: #3453e3;
  font-size: 1.5rem;
  font-weight: 700 !important;
  margin: 0 0 1rem 0;
}
@media (min-width: 992px) {
  .cardbox .card h2 {
    text-align: left !Important;
  }
  .cardbox .card h2 span {
    font-weight: 700 !important;
  }
}
.cardbox .card h3 {
  font-weight: 700 !important;
  color: #3453e3;
  font-size: 1.25rem;
  font-weight: 500 !important;
}
.cardbox .card h3 span {
  font-weight: 700 !important;
}
.cardbox .card .pl-3 {
  padding-left: 1rem;
}
.cardbox .wp-block-columns {
  align-items: center;
  display: flex;
}
.cardbox .wp-block-columns .wp-block-image {
  display: flex;
  justify-content: center;
}
.cardbox .wp-block-columns .wp-block-image img {
  height: auto;
  max-width: 100%;
}
.cardbox .wp-block-columns .wp-block-image .dc-image-container {
  width: unset;
}
@media (min-width: 992px) {
  .cardbox .wp-block-columns .wp-block-image .dc-image-container {
    padding: 0 1.5rem 0 0;
  }
}
@media (max-width: 991.98px) {
  .cardbox .wp-block-columns {
    flex-flow: column wrap;
  }
}
/* ads */
.sidebar .ad-container {
  /*.adsbygoogle {
            @media(max-width: 1199.98px) {
                &.xs {
                    display: block !important;
                }
             
            }
            @media(min-width: 1200px) and (max-width: 1649.98px) {
                &.small {
                    display: block !important;
                }
             
            }
            @media(min-width: 1650px) and (max-width: 1849.98px) {
                &.medium {
                    display: block !important;
                }
               
            }
            @media(min-width: 1850px) {
                &.large {
                    display: block !important;
                }
               
            }
        }*/
}
@media (max-width: 991.98px) {
  .wp-block-column {
    flex-basis: 100% !important;
    width: 100% !important;
  }
  .wp-block-column .dc-image-container, .wp-block-column figure {
    display: flex;
    justify-content: center;
    padding: 0.5rem 0;
    width: 100% !important;
  }
  .wp-block-column .dc-image-container img, .wp-block-column figure img {
    height: 4rem;
    width: auto;
  }
}
.entry .ad-container {
  /*.adsbygoogle {
            margin-left: unset !Important;
            @media(max-width: 599.98px) {
                &.xs {
                    display: block !important;
                }
               
            }
            @media(min-width: 600px) and (max-width: 1199.98px) {
                &.small {
                    display: block !important;
                }
                
            }
            @media(min-width: 1200px) and (max-width: 1399.98px) {
                &.medium {
                    display: block !important;
                }
               
            }
            @media(min-width: 1400px) and (max-width: 1743.98px) {
                &.large {
                    display: block !important;
                }
               
            }
            @media(min-width: 1744px) {
                &.xl {
                    display: block !important;
                }
               
            }
        }*/
}
.single-content .card {
  border-left: 10px solid #f7f7f9;
  line-height: 1.75;
  margin-bottom: 1rem;
  padding: 1rem;
}
@media (min-width: 992px) {
  .single-content .card {
    padding: 1.5rem 2rem;
  }
}
.single-content .card h2 {
  color: #3453e3;
  font-size: 1.5rem;
  font-weight: 500 !important;
  margin: 0 0 1rem 0;
}
@media (min-width: 992px) {
  .single-content .card h2 {
    text-align: left !Important;
  }
}
.single-content .card h3 {
  color: #3453e3;
  font-size: 1.25rem;
  font-weight: 500 !important;
}
.single-content .about-intro {
  padding-bottom: 1rem;
}
.single-content .about-intro img {
  height: auto;
  margin: auto;
  max-width: 8rem;
}
@media (min-width: 992px) {
  .single-content .about-intro img {
    max-width: 10rem;
  }
}
.single-content .about-intro .dc-image-container {
  background: transparent !important;
  text-align: center;
}
@media (max-width: 991.98px) {
  .single-content #the-team .wp-block-columns {
    flex-flow: column-reverse wrap;
  }
  .single-content #the-team .wp-block-columns .wp-block-image {
    display: flex;
    justify-content: center;
  }
  .single-content #the-team .wp-block-columns .wp-block-image img {
    height: auto;
    max-width: 100%;
  }
}
@media (min-width: 800px) {
  .single-content #the-team .card h2 {
    text-align: center !Important;
  }
}
.single-content .dc-image-container {
  background: transparent;
  text-align: center;
}
.single-content .dc-image-container:after {
  display: none;
}
.contact-icon {
  display: none !important;
  justify-content: flex-start !important;
  opacity: 5%;
}
@media (min-width: 992px) {
  .contact-icon {
    display: flex !important;
  }
}
.wp-block-column ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .wp-block-column ul {
    list-style-position: unset;
    padding: 0 1rem 0 1rem;
  }
}
#contact-link, #amazon-link {
  padding-top: 0.25rem;
}
.card figure {
  margin: 0;
  padding: 0;
}
/*.summary-block,
.site-main .adsbygoogle {
    content-visibility: auto !Important;
}*/
.entry iframe, .entry video {
  content-visibility: auto !Important;
}
.single .dc-image-container {
  background: transparent;
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .single .dc-image-container {
    background: #fff;
  }
}
.single .dc-image-container:after {
  content: attr(data-title);
  color: #343a40;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 991.98px) {
  .entry {
    padding: 0.6125rem 0.5rem !important;
  }
}
@media (max-width: 991.98px) {
  .block--ad {
    /*&:after {
            background: inherit;
            
            bottom: 0;
            content: "";
            display: block;
            left: calc(50% - 50vw);
            position: absolute;
            right: calc(50% - 50vw);
            top: 0;
            z-index: 0;
        }*/
  }
  .block--ad .ad-label {
    position: relative;
  }
  .block--ad .ad-label span {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 991.98px) {
  #searchform-side {
    border: 1px solid #dee2e6;
  }
}
.post-comments h1 {
  color: #29abe3;
  font-weight: 500;
}
.post-comments h3 {
  color: #29abe3;
  font-weight: 500;
}
.post-comments #commentform input, .post-comments #commentform textarea {
  border: 2px solid #ced4da;
  padding: 1rem;
  width: 100%;
}
.post-comments #commentform .form-row {
  padding-bottom: 1rem;
  position: relative;
}
.post-comments #commentform .form-row input, .post-comments #commentform .form-row textarea {
  border-radius: 0.25rem;
  box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}
.post-comments #commentform .form-row input:focus + label, .post-comments #commentform .form-row textarea:focus + label {
  top: -0.5rem;
}
.post-comments #commentform .form-row input#submit, .post-comments #commentform .form-row textarea#submit {
  background: #29abe3;
  border-color: #29abe3;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}
.post-comments #commentform .form-row label {
  background: #fff;
  display: block;
  font-size: 0.975rem;
  margin-bottom: 0.375rem;
  padding: 0.125rem;
  transition: all 0.5s;
}
.post-comments .comment-body cite {
  padding-right: 0.25rem;
}
.post-comments .comment-list li.parent:not(.depth-1) {
  border-left: 2px solid #e9ecef;
}
.post-comments .comment-list li ul {
  border-left: 2px solid #e9ecef;
}
.post-comments .comment-list li ul + .post-comments .comment-list li ul {
  border-left: 2px solid #e9ecef;
}
.search-image, .listing-image {
  position: relative;
}
.search-image .badge-art-type, .listing-image .badge-art-type {
  background: #29abe3;
  color: #fff;
  left: 0;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  z-index: 9000;
}
.meta-type-review, .badge-review {
  background: purple !important;
}
.meta-type-tutorial, .badge-tutorial {
  background: green !important;
}
.meta-type-misc, .badge-misc {
  background: darkorchid !important;
}
.meta-type-article, .badge-article {
  background: navy !important;
}
.meta-type-news, .badge-news {
  background: teal !important;
}
.listing-item .listing-image {
  background-color: #e3e7eb;
  /*img {
            mix-blend-mode: multiply;
        }*/
}
.listing-item .title-secondary a {
  background: #124B63;
  color: #fff;
  font-size: 1.25rem !important;
  font-weight: 400;
  min-height: 5rem;
  width: 100%;
}
@media (min-width: 1198.98px) {
  .listing-item .title-secondary a {
    font-size: 1.3125rem !important;
  }
}
.listing-item--data {
  padding: 0.5rem 0;
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
  justify-content: center;
}
.listing-item--data .listing-excerpt {
  margin-bottom: 0;
  padding-bottom: 0;
}
.entry iframe, .entry video {
  content-visibility: auto;
}
.sidebar .block--ad {
  content-visibility: auto;
}
body.page-template-page-cse {
  overflow: visible !important;
}
.in-text-ad-top {
  clear: both;
}
.entry .block--ad {
  /*@media(min-width: 600px) and (max-width: 1199.98px) {

            min-width: 100%;
        }
        @media(min-width: 1200px) and (max-width: 1399.98px) {
            min-width: 100%;
        }
        @media(min-width: 1400px) and (max-width: 1743.98px) {
            min-width: 100%;
        }
        @media(min-width: 1744px) {
             min-width: 100%;
        }*/
}
@media (max-width: 599.98px) {
  .entry .block--ad {
    min-height: 285px !important;
  }
}
/**/
@media (max-width: 991.98px) {
  .sidebar .block--ad {
    min-height: 260px;
    min-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1649.98px) {
  .sidebar .block--ad {
    min-height: 315px;
    min-width: 100%;
  }
}
@media (min-width: 1650px) and (max-width: 1849.98px) {
  .sidebar .block--ad {
    min-height: 280px;
    min-width: 100%;
  }
}
@media (min-width: 1744px) {
  .sidebar .block--ad {
    min-height: 435px;
    min-width: 100%;
  }
}
.entry .in-text-ad-top, .entry .in-text-ad-1, .entry .in-text-ad-2, .entry .in-text-ad-3 {
  clear: both;
}
@media (max-width: 599.98px) {
  .entry .in-text-ad-top, .entry .in-text-ad-1, .entry .in-text-ad-2, .entry .in-text-ad-3 {
    min-height: 250px !important;
    width: 100% !important;
  }
}
@media (min-width: 600px) and (max-width: 1199.98px) {
  .entry .in-text-ad-top, .entry .in-text-ad-1, .entry .in-text-ad-2, .entry .in-text-ad-3 {
    min-height: 280px !important;
    width: 100% !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .entry .in-text-ad-top, .entry .in-text-ad-1, .entry .in-text-ad-2, .entry .in-text-ad-3 {
    min-height: 400px;
    width: 100%;
  }
}
@media (min-width: 1400px) and (max-width: 1743.98px) {
  .entry .in-text-ad-top, .entry .in-text-ad-1, .entry .in-text-ad-2, .entry .in-text-ad-3 {
    min-height: 110px;
    width: 100%;
  }
}
@media (min-width: 1744px) {
  .entry .in-text-ad-top, .entry .in-text-ad-1, .entry .in-text-ad-2, .entry .in-text-ad-3 {
    min-height: 250px;
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .side-ad-top, .side-ad-middle, .side-ad-bottom {
    height: 250px;
    width: 300px;
  }
}
@media (min-width: 1200px) and (max-width: 1649.98px) {
  .side-ad-top, .side-ad-middle, .side-ad-bottom {
    height: 280px;
    width: 336px;
  }
}
@media (min-width: 1650px) and (max-width: 1849.98px) {
  .side-ad-top, .side-ad-middle, .side-ad-bottom {
    height: 400px;
    width: 468px;
  }
}
@media (min-width: 1850px) {
  .side-ad-top, .side-ad-middle, .side-ad-bottom {
    height: 400px;
    width: 580px;
  }
}
@media (min-width: 1200px) {
  .archive {
    padding-bottom: 10rem;
  }
}
@media (max-width: 1199.98px) {
  .social-buttons li a {
    height: 2.5rem;
    width: 2.5rem;
  }
  body #site-main .sidebar .side-toggle {
    align-items: center;
    background: #3453e3;
    border-radius: 0.25rem 0.25rem 0 0;
    border-right: 2px solid #124B63;
    border-top: 2px solid #124B63;
    box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 0.875rem;
    font-weight: 500;
    height: 2rem;
    justify-content: center;
    left: -4.25rem;
    letter-spacing: 1px;
    padding: 0.25rem;
    position: absolute;
    text-transform: uppercase;
    top: 187px;
    transform: rotate(-90deg);
    width: 6.5rem;
    z-index: 9004;
  }
  body #site-main .sidebar .side-toggle .expand-label {
    display: flex;
  }
  body #site-main .sidebar .side-toggle .close-label {
    display: none;
  }
  body #site-main .sidebar .side-toggle .triangle-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid white;
    margin: 0 3px;
  }
  body #site-main .sidebar {
    background-color: #e9ecef;
    backdrop-filter: blur(10px);
    display: flex;
    height: 100%;
    justify-content: flex-end;
    padding: 0 0 0 2rem !important;
    position: fixed;
    right: -100%;
    top: 0;
    transition: all 0.5s;
    z-index: 9003;
  }
  body #site-main .sidebar .inner-right {
    background-color: #e9ecef !important;
    padding: 0.5rem;
  }
  body #site-main .sidebar .inner-right .widget {
    border-top: unset !important;
  }
  body #site-main .sidebar #mobile-sidebar-close {
    align-items: center;
    display: flex;
    height: 2rem;
    justify-content: flex-end;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0.375rem;
    width: 2rem;
    z-index: 9999;
  }
  body #site-main .sidebar #mobile-sidebar-close img {
    height: 1rem;
    margin: 0 0.5rem 0 0;
    width: 1rem;
  }
  body #site-main .sidebar .promo-item {
    padding: 0.75rem 0.5rem !important;
  }
  body #site-main .sidebar.active {
    right: 0 !important;
  }
  body #site-main .sidebar.active .side-toggle {
    left: -2.5rem;
    top: 200px;
    width: 8rem;
  }
  body #site-main .sidebar.active .side-toggle .expand-label {
    display: none;
  }
  body #site-main .sidebar.active .side-toggle .close-label {
    display: flex;
  }
  body #site-main .sidebar.active .side-toggle .triangle-up {
    transform: rotate(180deg);
  }
}
@media (max-width: 1199.98px) {
  html:has(.fixed-body) {
    overflow: hidden;
  }
  .fixed-body {
    overflow: hidden;
  }
}
.menu-label {
  font-size: 0.5625rem !important;
  padding-top: 0.3125rem;
}
#right-bar {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width: 800px) and (max-width: 1199.98px) {
  #right-bar .ad-widget {
    height: 0 !important;
    overflow: hidden;
    padding: 0 !important;
  }
}
.social-buttons {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0.5rem;
}
@media (min-width: 992px) {
  .social-buttons {
    display: flex !important;
  }
}
.main-bar .widget {
  padding: 1rem;
}
.main-bar .widget-title {
  border-bottom: 3px solid #ced4da;
  color: #124B63;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 0.3125rem 0;
  text-transform: uppercase;
}
.main-bar .social-buttons li {
  margin-bottom: 0.5rem;
}
.main-bar .social-buttons li a {
  height: 3rem;
  width: 3rem;
}
.intro-pic {
  margin: 0 !important;
  padding: 0 !important;
}
.intro-pic img {
  height: auto !important;
  max-width: 100% !important;
}
.subscription-block {
  align-items: center;
  background-color: #ffffff;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .subscription-block {
    border-left: 10px solid #f7f7f9;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 1.5rem 2rem;
  }
}
.subscription-block figure {
  margin: 0;
  padding: 0;
}
.subscription-block h2 {
  color: #3453e3;
  text-align: center;
}
@media (min-width: 992px) {
  .subscription-block h2 {
    text-align: left;
  }
}
.subscription-block img {
  height: auto !important;
  max-height: 4rem;
  width: 4rem;
}
.subscription-block#intro div {
  width: 100% !important;
}
.subscription-block#intro div p {
  line-height: 1.5;
  width: 100%;
}
.subscription-block#intro div img {
  height: unset !important;
  max-height: unset !important;
  max-width: 100%;
}
.subscription-block .wp-block-columns {
  align-items: center;
  display: flex !important;
  flex-direction: column !important;
}
@media (min-width: 992px) {
  .subscription-block .wp-block-columns {
    flex-direction: row !important;
  }
}
.subscription-block .wp-block-columns .dc-image-container {
  height: unset !important;
}
@media (min-width: 992px) {
  .subscription-block .wp-block-columns .wp-block-column:nth-of-type(1) {
    align-items: center;
    display: flex;
    flex-basis: 10% !important;
  }
  .subscription-block .wp-block-columns .wp-block-column:nth-of-type(1) .wp-block-image figure {
    margin: auto !important;
  }
}
.subscription-block .wp-block-columns .wp-block-column:nth-of-type(2) {
  padding: 1rem;
}
.subscription-block .wp-block-columns .wp-block-column:nth-of-type(2) p {
  line-height: 1.5;
  width: 100%;
}
@media (min-width: 992px) {
  .subscription-block .wp-block-columns .wp-block-column:nth-of-type(2) {
    flex-basis: 90% !important;
    padding: 0.5rem;
  }
}
#intro div, #thanks div {
  line-height: 1.5rem;
  padding: 1rem;
}
@media (min-width: 992px) {
  #intro div, #thanks div {
    padding: unset;
  }
}
.search-title {
  border-bottom: 3px solid #ced4da;
  color: #124B63;
  font-weight: 600;
  text-transform: uppercase;
}
.search-result {
  margin: 0.5rem 0;
  padding: 0.5rem;
}
.search-result .search-image {
  flex-grow: 0;
  overflow: hidden;
}
.search-result .search-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.search-result h3 {
  margin: 0;
  padding: 0 0 0.375rem 0;
}
.search-result h3 a {
  color: #3453e3;
  font-size: 1.25rem;
  font-weight: 600;
}
.search-result .listing-meta {
  padding: 0.5rem !important;
}
.search-result .listing-excerpt {
  margin-top: 0.5rem;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-overflow: ellipsis;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .search-result .listing-excerpt {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}
@media (min-width: 1200px) {
  .search-result .listing-excerpt {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
}
.search .site-main {
  padding-top: 0 !important;
}
.support-button {
  background-color: #29abe3 !important;
  border: 0 !important;
  border-radius: 50% !important;
  bottom: 15rem;
  color: #fff !important;
  height: 6rem !Important;
  font-size: 0.675rem !Important;
  font-weight: 600 !important;
  letter-spacing: 2px;
  min-height: 6rem !important;
  min-width: 6rem !Important;
  padding: 0 !important;
  position: fixed;
  right: 1rem;
  text-shadow: 1px 0px 1px #124B63;
  width: 6rem !Important;
  z-index: 9000;
}
.support-button .swg-button-v2-icon-light {
  display: none;
}
