.sidebar-sticky-ad {
  position: -webkit-sticky;
  position: sticky !important;
  top: 60px;
}
.wp-block-image {
  margin: 0 !important;
}
.ads-centre {
  max-width: fit-content;
  margin: auto;
}

/* top-news-section */
.top-news-section {
  margin: 12px 0;
}
.top-news-section h2 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #191818;
  margin-bottom: 0;
}
.top-news-section ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.top-news-section ul li {
  /* list-style: square;
  color: #B75718; */
  position: relative;
  padding: 13px 7px 13px 13px;
  border-bottom: 1px solid #d3d3d3;
  list-style: none;
}

.top-news-section ul li:last-child {
  border-bottom: none;
}

.top-news-section ul li:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 4px;
  top: 15px;
  left: 0;
  background-image: url(../images/square.png);
}

.top-news-section ul li a {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #231f20;
  display: block;
}
.top-news-section ul li a:hover {
  color: #b75718;
}

.top-news-section ul li span {
  font-size: 9px;
  line-height: 11px;
  font-weight: 700;
  color: #919090;
  display: block;
}

/* featured-contents */
/* .featured-contents-row{
    overflow: hidden;
} */
.carousel-control-next,
.carousel-control-prev {
  bottom: 50px !important;
}

.featured-contents-row .column-left {
  float: left;
  width: 32%;
}

.featured-contents-row .column-right {
  float: right;
  width: 66.5%;
}

.featured-contents-row .featured-contents {
  position: relative;
}

.featured-contents-row .featured-contents-3a {
  margin-bottom: 8px;
  /* border: 1px solid #191818; */
}
/* .featured-contents-3b.featured-contents {
  border: 1px solid #191818;
} */
.featured-contents-row .featured-contents h3.tag-name a {
  color: #fff;
}
.featured-contents-3b .post-tag-sponsored {
  position: absolute;
}
.featured-contents-row .featured-contents-3b h3.tag-name {
  position: unset !important;
  margin-bottom: 0;
}
.featured-contents-row .featured-contents-3b p.sponsored {
  position: unset;
  max-width: fit-content;
  margin-bottom: 0;
}
.featured-contents-row .featured-contents h3.tag-name {
  position: absolute;
  background: #969798;
  font-size: 17px;
  line-height: 20.4px;
  font-weight: 700;
  padding: 3px 17px 3px 7px;
  z-index: 999;
  text-transform: capitalize;
}

.featured-contents-row .featured-contents p.sponsored {
  color: #fff;
  background: #2d2d2d;
  position: absolute;
  z-index: 999;
  /* top: 26px; */
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  padding: 2px 5px 1px;
}

.featured-contents-row .column-right.featured-contents h3.tag-name {
  font-size: 25px;
  line-height: 29.4px;
  font-weight: 700;
  padding: 5.5px 20px 5.5px 10px;
}

.featured-contents-row .column-left .featured-contents .featured-image img {
  height: 165px;
  width: 195px;
  object-fit: cover;
}

.featured-contents-row .featured-contents .featured-image.without-image {
  height: 159px;
  background-color: #000;
  width: 100%;
}

.featured-contents-row .column-right.featured-contents .featured-image {
  text-align: center;
  background: #191818;
}
.featured-image {
  background: #191818;
  text-align: center;
}
.featured-contents-row .column-right.featured-contents .featured-image img {
  height: 265px;
  width: auto;
}

.featured-contents-row .column-right .most-viewed {
  min-height: 328px;
}

.featured-contents-row
  .column-right.featured-contents
  .featured-image.without-image {
  height: 265px;
  background: #000;
  width: 100%;
}

.featured-contents-container {
  overflow: hidden;
}

.featured-contents-row .featured-contents .title h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  margin-top: 6px;
  margin-bottom: 5px;
  color: #191818;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featured-contents-row .featured-contents .title p {
  color: #191818;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  padding: 2px 9px;
  background: #fff;
  position: absolute;
  bottom: 0;
  opacity: 0.88;
  margin-bottom: 0;
  min-height: 36px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  vertical-align: middle;
}

.featured-contents-row .column-right.featured-contents .desc p {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 0;
  color: #191818;
}

.featured-contents-row .column-right.featured-contents .desc p span {
  position: relative;
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  color: #969798;
}
.featured-contents-row .column-right.featured-contents .desc p span:hover {
  color: #333333;
}
.featured-contents-row
  .column-right.featured-contents
  .desc
  p
  span:hover:after {
  background-color: #333333;
}

.featured-contents-row .column-right.featured-contents .desc p span:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #969798;
  position: absolute;
  bottom: 0;
  left: 0;
}

.featured-contents-row
  .column-right.featured-contents
  .carousel-control-prev-icon {
  background: rgba(255, 255, 255, 0.5) url(../images/previous.png) no-repeat
    center;
}

.featured-contents-row
  .column-right.featured-contents
  .carousel-control-next-icon {
  background: rgba(255, 255, 255, 0.5) url(../images/next.png) no-repeat center;
}

.featured-contents-row
  .column-right.featured-contents
  .carousel-control-next-icon,
.featured-contents-row
  .column-right.featured-contents
  .carousel-control-prev-icon {
  width: 34px;
  height: 44px;
  background-size: 18px 32px;
}

.featured-contents-row
  .column-right.featured-contents
  .carousel-control-next:focus,
.featured-contents-row
  .column-right.featured-contents
  .carousel-control-next:hover,
.featured-contents-row
  .column-right.featured-contents
  .carousel-control-prev:focus,
.featured-contents-row
  .column-right.featured-contents
  .carousel-control-prev:hover {
  opacity: 1;
}

.carousel-control-next,
.featured-contents-row .column-right.featured-contents .carousel-control-prev {
  width: unset;
}

/* latest-news */
.latest .header {
  display: flex;
  align-items: center;
  padding: 9px 0 9px 0;
  border-top: 1px solid #130d18;
  border-bottom: 1px solid #130d18;
}
/*  */
.latest .header h6 {
  color: #191818;
  font-weight: 500;
  font-size: 15.93px;
  line-height: 19px;
  margin-bottom: 0;
  min-width: max-content;
  margin-right: 18px;
}
.latest .header nav {
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 5px 0;
  scrollbar-width: none;
}
.latest .header nav::-webkit-scrollbar {
  display: none;
}
.latest .header div#nav-tab {
  border-bottom: 0;
  /* margin-left: 18px; */
  flex-wrap: nowrap;
}
.latest .header button.nav-link {
  color: #333333;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  padding: 0;
  margin: 0 24px;
  border: 0px;
  position: relative;
  min-width: max-content;
}
body[data-elementor-device-mode='desktop'] .nav-scroll-controls {
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
  width: max-content;
}

body[data-elementor-device-mode='desktop'] .nav-scroll-controls .slide-left,
body[data-elementor-device-mode='desktop'] .nav-scroll-controls.slide-left {
  background: url(../images/left.png) no-repeat center;
  width: 8px;
  height: 15px;
  background-size: contain;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
}

body[data-elementor-device-mode='desktop'] .nav-scroll-controls .slide-right,
body[data-elementor-device-mode='desktop'] .nav-scroll-controls .slide-right {
  background: url(../images/right.png) no-repeat center;
  width: 8px;
  height: 15px;
  background-size: contain;
  display: inline-block;
  cursor: pointer;
}

/* .latest .header h6 {
  color: #191818;
  font-weight: 500;
  font-size: 15.93px;
  line-height: 19px;
  margin-bottom: 0;
}

.latest .header div#nav-tab {
  border-bottom: 0;
  margin-left: 18px;
} */

/* .latest .header button.nav-link {
  color: #333333;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  padding: 0;
  margin: 0 24px;
  border: 0px;
  position: relative;
} */

.latest .header button.nav-link:active,
.latest .header button.nav-link:hover {
  border-top: unset;
  border-bottom: unset;
}

.latest .header button.nav-link.active {
  position: relative;
}

.latest .header button.nav-link:first-child {
  margin-left: 0;
}

.latest .header button.nav-link:last-child:after {
  position: unset;
}

.latest .content.tab-content {
  margin: 15px 0;
  min-height: 625px;
}

.latest .content.tab-content .tab-pane.show.active {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  row-gap: 15px;
  /* max-height: 583px; */
}

.latest .header button.nav-link.active:before {
  content: '';
  width: 100%;
  position: absolute;
  height: 1px;
  background-color: #000;
  left: 0;
  bottom: -2px;
}

.latest .header button.nav-link:hover:before {
  content: '';
  width: 100%;
  position: absolute;
  height: 1px;
  background-color: #000;
  left: 0;
  bottom: -2px;
}

.latest .header button.nav-link:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: #000;
  right: -27px;
  top: 0;
}

.latest .content .content-box .featured-image img {
  height: 175px;
  width: 100%;
  object-fit: cover;
}
.latest .content .content-box .title-box {
  min-height: 45px;
  background-color: #000;
  padding: 6px 12px;
  display: flex;
  align-items: center;
}
.latest .content .content-box h3.title {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  /* background: #191818; */
  color: #fff;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  vertical-align: middle;
}
.latest-trends .content .content-box .title-box {
  background-color: #969798;
}

.content-box .featured-image {
  text-align: center;
  background: #191818;
}

.latest .content .without-image {
  position: relative;
  padding: 0;
  width: 100%;
  height: 223px;
  background: #191818;
}

.latest .without-image.last-box .view-more-link {
  display: flex;
  align-items: end;
  height: 100%;
  padding: 7px 10px;
}

.latest .without-image.last-box .view-more-link p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 31px;
  color: #fff;
  max-width: 230px;
  position: relative;
}

.latest .without-image.last-box .view-more-link p:after {
  content: '';
  position: absolute;
  background-image: url(../images/Arrow-right-White.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 32px;
  right: -45px;
  bottom: 5px;
}

.latest .without-image.last-box .view-more-link p span {
  text-decoration: underline;
  text-transform: lowercase;
}

.latest .content .without-image h3.title {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  padding: 15px 12px;
  min-height: unset;
  background-color: unset;
}

.latest .content .content-box span.publish-date {
  font-weight: 700;
  font-size: 10px;
  line-height: 20px;
  color: #191818;
  display: block;
}

.latest .content .content-box .description {
  font-weight: 400;
  font-size: 11.4px;
  line-height: 14px;
  color: #191818;
  margin: 8px 0 5px;
}

.latest .content .content-box .description p {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.latest .content .without-image .description {
  font-weight: 400;
  font-size: 11.4px;
  line-height: 14px;
  color: #fff;
  padding: 0px 12px;
  margin: 0;
}

.latest .content .without-image span.publish-date {
  display: block;
  color: #ffffff;
  font-weight: 700;
  font-size: 11.4px;
  line-height: 14px;
  padding: 3px 12px;
}

.pager {
  padding-top: 10px;
  padding-bottom: 12px;
  border-bottom: 0.29px solid #130d18;
  overflow: hidden;
}
.pager ul.pagin {
  float: right;
}
#tribe-events .wp-pagenavi {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
ul#events-pager {
  width: 100%;
  display: flex;
  justify-content: end;
}
.pager ul.pagin li,
#events-pager li {
  padding: 0 5px;
  display: inline-block;
}

.pager ul.pagin li a,
#events-pager li a {
  color: #231f20;
  font-weight: 700;
  font-size: 10.8415px;
  line-height: 13px;
  padding: 3px 6px;
  border: 1.5px solid #262626;
  cursor: pointer;
}
.pager ul.pagin li a:hover,
#events-pager li a:hover {
  background-color: #b75718;
  color: #fff;
}

.pager ul.pagin li a.current,
#events-pager li a.current {
  color: #fff;
  background: #191818;
}

.pager ul.pagin li:last-child,
#events-pager li:last-child {
  padding-right: 0;
}

.mt-5 {
  margin-top: 5px;
}

.mt-7 {
  margin-top: 7px;
}

.mt-10 {
  margin-top: 10px;
}

/* events-section */
.events-and-webinar {
  color: #fff;
  background-color: #191818;
  padding: 12px 15px 20px;
  margin-top: 8px;
}

.events-and-webinar h2 {
  font-weight: 900;
  font-size: 17.637px;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.events-and-webinar h4 {
  margin-bottom: 0;
}

.events-and-webinar h4 a {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 5px;
  margin-top: 10px;
  display: block;
  text-transform: uppercase;
  color: #fff;
}

.events-and-webinar p {
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 5px;
}

.events-and-webinar .event-listing {
  margin-bottom: 15px;
}

.events-and-webinar .event-listing a.btn-custom {
  margin-top: 12px;
}

.events-and-webinar .webinar-listing a.btn-custom {
  margin-top: 17px;
  padding: 6px 23px;
}

.events-and-webinar a.btn-custom {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  display: block;
  max-width: 146px;
  margin: auto;
  text-align: center;
  padding: 6px 0;
  border-radius: 10px;
  text-transform: uppercase;
}
.events-and-webinar a.btn-custom:hover {
  color: #ffffff;
  background-color: #b75718;
}

.article-detail-page .events-and-webinar {
  margin-top: 0px;
  margin-bottom: 8px;
}
#tribe-events .event-item .tag-list a {
  margin-top: 0;
}
/* Pagination */
.cvf_pag_loading {
  padding: 20px;
}

.cvf-universal-pagination ul {
  margin: 0;
  padding: 0;
}

.cvf-universal-pagination ul li {
  display: inline;
  margin: 3px;
  padding: 4px 8px;
  background: #fff;
  color: black;
}

.cvf-universal-pagination ul li.active:hover {
  cursor: pointer;
  background: #1e8cbe;
  color: white;
}

.cvf-universal-pagination ul li.inactive {
  background: #7e7e7e;
}

.cvf-universal-pagination ul li.selected {
  background: #1e8cbe;
  color: white;
}
/* button.latestNews-mobile.loadmore-btn,
button.latestTrends-mobile.loadmore-btn {
  background: #B75718;
  max-width: 354px;
  height: 42px;
  border: none;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 10px;
}*/
.loadmore-btn {
  background: #b75718;
  max-width: 354px;
  height: 42px;
  border: none;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 10px;
}

.latest.latest-news-mobile .content-box,
.latest.latest-trends-mobile .content-box {
  display: none;
}
.latest.latest-news-mobile .content-box.display,
.latest.latest-trends-mobile .content-box.display {
  display: inline-block;
}
.latest-trends-mobile,
.latest-news-mobile {
  position: relative;
}

/* ============== */
/* ajax loader */
.latest,
.pbm-col.pbm-col-two-third-md.post-river {
  position: relative;
}
.ajax-started .pbm-col.pbm-col-two-third-md.post-river:before {
  content: '';
}
#ajaxLoader,
.ajax-started .pbm-col.pbm-col-two-third-md.post-river:before {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9999;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.for-ajax .ajaxLoader {
  background-color: transparent !important;
}
.ajaxLoader::after,
.ajax-started .pbm-col.pbm-col-two-third-md.post-river:after {
  content: '';
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  border-radius: 50%;
  border-top: 3px solid #b75718;
  border-left: 3px solid #b75718;
  border-right: 3px solid #b75718;
  animation: spinner 0.6s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

/* advertise-page */

.page-id-243678 .type-page,
.page-id-197622 .type-page,
.page-id-1904 .type-page,
.page-id-1904 .type-page {
  margin-top: 30px;
}
.page-id-243678 .post-content-wrap h1,
.page-id-197622 .post-content-wrap h1,
.page-id-1904 .post-content-wrap h1 {
  font-size: 38px;
  line-height: 45px;
  font-weight: 700;
  color: #191818;
  margin-bottom: 20px;
}
.page-id-243678 .post-content-wrap p,
.page-id-243678 .post-content-wrap p span,
.page-id-197622 .post-content-wrap p,
.page-id-197622 .post-content-wrap p span,
.page-id-1904 .post-content-wrap p,
.page-id-1904 .post-content-wrap p span,
.page-id-1904 .post-content-wrap p,
.page-id-1904 .post-content-wrap p span {
  font-size: 14px;
  line-height: 18px;
  color: #191818;
  font-weight: 400;
  margin-bottom: 0;
}
.page-id-243678 .post-content-wrap p b,
.page-id-197622 .post-content-wrap p b,
.page-id-1904 .post-content-wrap p b {
  margin-bottom: 5px;
  display: block;
}
.page-id-243678 .post-content-wrap ul,
.page-id-197622 .post-content-wrap ul,
.page-id-1904 .post-content-wrap ul {
  margin-top: 15px;
  overflow: hidden;
}
.page-id-1904 .post-content-wrap ul,
.page-id-197622 .post-content-wrap ul {
  margin-bottom: 0;
  margin-top: 30px;
  padding-left: 10px;
}
.page-id-243678 .post-content-wrap ul li,
.page-id-197622 .post-content-wrap ul li,
.page-id-1904 .post-content-wrap ul li {
  margin-bottom: 5px;
  color: #191818;
}
.page-id-1904 .post-content-wrap ul li,
.page-id-197622 .post-content-wrap ul li {
  position: relative;
  list-style: none;
}
.page-id-1904 .post-content-wrap ul li:before,
.page-id-197622 .post-content-wrap ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #000;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  bottom: 8px;
}
.page-id-243678 .post-content-wrap ul li span,
.page-id-197622 .post-content-wrap ul li span,
.page-id-1904 .post-content-wrap ul li span {
  font-weight: 700 !important;
}
.page-id-243678 .post-content-wrap p a,
.page-id-197622 .post-content-wrap p a,
.page-id-1904 .post-content-wrap p a {
  color: #191818;
  text-decoration: underline;
}
.rss-description p {
  font-size: 14px;
  line-height: 18px;
  color: #191818;
  font-weight: 400;
  margin-bottom: 20px;
}
.rss-link a {
  font-size: 16px;
  line-height: 18px;
  color: #191818;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
}
.rss-link a:hover {
  text-decoration: underline;
}
.rssfeed-row .rss-link:before {
  content: url(../images/rss-icon.png);
  padding-right: 10px;
}
.rssfeed-row .rss-description {
  margin-left: 30px;
}
/* search-page */
.post-item.post-item--river {
  display: flex;
}

.latest .content.tab-content .tab-pane.show.active .content-box {
  max-width: 301px;
  width: 100%;
  margin-right: 9px;
  position: relative;
  margin-bottom: 10px;
}
.latest
  .content.tab-content
  .tab-pane.show.active
  .content-box
  .sponsored-cmpny {
  background-color: #000;
  position: absolute;
  top: 153px;
  padding: 3px 10px;
}
.latest
  .content.tab-content
  .tab-pane.show.active
  .content-box
  .sponsored-cmpny
  p.sponsored {
  font-size: 14px;
  line-height: 15px;
  margin: 0;
  padding: 1px 0 6px;
  color: #fff;
  padding-bottom: 0;
}

.ao-form {
  max-width: 305px;
  width: 100%;
}
.footer-middle-third .ao-form label.ao-form-label {
  display: none !important;
}
/* .ao-form-label, */
.ao-form-error-message {
  display: none !important;
}
.ao-column-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ao-block-wrapper {
  max-width: 209px;
}
.ao-form label.ao-form-label {
  display: block;
  font-size: 11px;
  line-height: 13px;
  color: #191818;
  margin-bottom: 5px;
}
.ao-form input {
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #bbbbbb;
  padding: 7px 13px !important;
  border-radius: unset !important;
  border: none !important;
}
button.ao-form-submit {
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 22px !important;
  color: #ffffff !important;
  background-color: #b75718 !important;
  border-radius: unset !important;
  padding: 8px 11px !important;
  text-transform: uppercase;
}
.ao-form input {
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #bbbbbb;
  padding: 7px 13px !important;
  border-radius: unset !important;
  border: none !important;
}
/* -------newsletter-acton-form-inline------ */
.newsletter-acton-form-rightsidebar .ao-block-wrapper .ao-richtext-block {
  position: unset;
  width: 100%;
  font-weight: bold;
}
.newsletter-acton-form-rightsidebar .ao-block-wrapper .ao-richtext-block p {
  color: rgb(11 187 11);
  margin-top: 15px;
}
.newsletter-acton-form-inline {
  max-width: 435px;
  border: 1px solid #333333;
  margin: auto;
  padding: 60px 68px 30px 15px;
  background: url(../images/SubscribeCTA.png) no-repeat;
  background-size: 100%;
}
.newsletter-acton-form-inline h2 {
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #191818;
  margin-bottom: 4px;
}
.newsletter-acton-form-inline p {
  font-size: 14px;
  line-height: 17px;
  color: #191818;
  margin-bottom: 20px;
}
.newsletter-acton-form-inline ul {
  display: flex;
  justify-content: space-between;
  max-width: 270px;
}
.newsletter-acton-form-inline li {
  font-size: 11px;
  line-height: 13px;
  color: #191818;
}
.newsletter-acton-form-inline li a {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  text-decoration-line: underline;
  color: #191818;
}
.newsletter-acton-form-inline form {
  max-width: 259px;
}
.newsletter-acton-form-inline input {
  background: #f1f1f2;
  border-radius: 15.8477px !important;
  width: 196px !important;
  padding: 4px 12px !important;
  font-size: 13px;
  line-height: 23px;
}
.newsletter-acton-form-inline .ao-form-submit {
  background: #b75718;
  border-radius: 16px !important;
  width: 58px;
  font-size: 11px !important;
  line-height: 13px !important;
  padding: 9px 5px !important;
}
/* ---------newsletter-acton-form-rightsidebar--------- */
.newsletter-acton-form-rightsidebar {
  max-width: 304px;
  /* border: 1px solid #333333; */
  margin: auto;
  padding: 25px 17px 40px 17px;
  background: url(../images/SubscribeCTARightsider.png) no-repeat;
  background-size: 69%;
  background-color: #ebf0f3;
  background-position: 106px -30px;
  max-height: 326px;
  height: 100vh;
  /* float: right; */
}
.newsletter-acton-form-rightsidebar h2 {
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #191818;
  margin-bottom: 15px;
}
.newsletter-acton-form-rightsidebar p {
  font-size: 14px;
  line-height: 17px;
  color: #191818;
  margin-bottom: 20px;
}
.newsletter-acton-form-rightsidebar ul {
  display: flex;
  justify-content: space-between;
  max-width: 270px;
}
.newsletter-acton-form-rightsidebar li {
  font-size: 11px;
  line-height: 13px;
  color: #191818;
}
.newsletter-acton-form-rightsidebar li a {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  text-decoration-line: underline;
  color: #191818;
}
.newsletter-acton-form-rightsidebar form {
  margin-top: 85px;
}
.newsletter-acton-form-rightsidebar input {
  background: #fff;
  border-radius: 11.8477px !important;
  width: 196px !important;
  padding: 4px 12px !important;
  font-size: 13px;
  line-height: 23px;
}
.newsletter-acton-form-rightsidebar .ao-form-submit {
  background: #b75718;
  border-radius: 11.8477px !important;
  width: 58px;
  font-size: 11px !important;
  line-height: 13px !important;
  padding: 9px 5px !important;
}
.dailyImg {
  float: left;
  width: 35%;
  margin-right: 10px;
  margin-left: 10px;
}
.dailyCopy {
  width: 55%;
  float: left;
}
.dailyCopy a {
  color: #191818;
  font-weight: 700;
  text-align: center;
  display: block;
}
.dailyCopy a:hover {
  text-decoration: underline;
}
.dailyImg p {
  text-align: center;
}
.classified-content p {
  margin-bottom: 5px;
}
.classified-content p strong {
  max-width: 200px;
  display: inline-block;
}
.classified-content p strong a {
  color: #191818;
}
.classified-content p strong a:hover {
  text-decoration: underline;
}
.Classified-wrapper:first-child {
  margin-bottom: 35px;
}
.Classified-wrapper h2 {
  font-size: 26px;
  line-height: 1.57;
  font-weight: 400;
}
.Classified-wrapper h3 {
  font-size: 20px;
  line-height: 1.45;
}

/* search page */

.search-result-page {
  position: relative;
  margin-top: 40px;
}
.search-sorting-options {
  position: absolute;
  top: 0;
  right: 318px;
  max-width: 160px;
  display: flex;
  align-items: center;
  padding: 0;
  height: 24px;
}
.search-sorting-options select {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  border-radius: 0;
  max-width: 103px;
  background: url(../images/select-arrow.png) no-repeat;
  background-size: 11px 6px;
  background-color: #fff;
  background-position: 86px 9px;
  border: 1px solid #e2e2e2;
  padding: 6px;
}
.search-sorting-options select.open {
  background: url(../images/select-arrow-opened.png) no-repeat;
  background-size: 11px 6px;
  background-color: #fff;
  background-position: 86px 9px;
  border: 1px solid #e2e2e2;
  z-index: 1;
}
.search-sorting-options select:focus-visible {
  outline: none;
}
.search-sorting-options select:focus {
  box-shadow: none;
  border-color: #e2e2e2;
}
.search-sorting-options p.h6.wdm_label {
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 12px !important;
  color: #686868 !important;
  text-transform: uppercase;
  margin-right: 10px;
  margin-bottom: 0;
}

.search-result-page .post-item-left_content h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #191818;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.search-result-page .search-filters-option p.h6 {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #191818;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.search-result-page input {
  border: 1px solid #e2e2e2;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #686868;
  padding: 9px 7.84px 11px 7.84px;
  background: url(../images/calender.svg) no-repeat;
  background-position: 96%;
  cursor: pointer;
}
.search-result-page input:focus-visible {
  outline: none;
}
.search-result-page input[type='radio'] {
  display: none;
}
.search-result-page .search-page-form__date {
  margin-bottom: 10px;
}
.search-result-page .search-page-form__refine {
  font-weight: 700 !important;
  color: #ffffff !important;
  background-color: #b75718 !important;
  border-radius: unset !important;
  padding: 3px 16px !important;
  text-transform: uppercase;
  border: none;
  font-size: 15px;
  line-height: 18px;
}
.search-filters-option .search-category-text {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #b75718;
  margin-bottom: 3px;
  display: inline-block;
}
.search-filters-option .pbm-search-form__group li span {
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: #6d6d6d;
}
.search-filters-option h2 {
  margin-bottom: 8px !important;
  margin-top: 20px;
}
.search-result-page h2.river-heading {
  font-size: 18px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  border: none !important;
  display: contents;
}
.search-result-page h2.river-heading span {
  font-weight: 700 !important;
}
.search-page-guide-wrapper .section-title {
  margin-bottom: 28px;
}
.search-result-page .dateline,
.search-result-page .post-river .tag-list a {
  text-transform: uppercase;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #191818;
  background: unset;
  padding: unset;
  margin-top: unset;
}
.search-result-page .tag--sponsored {
  background: #2d2d2d !important;
  color: #fff !important;
  padding: 5px !important;
  text-transform: capitalize !important;
}
.search-result-page .post-river .tag-list a {
  margin-right: 35px;
}
.search-result-page .post-river .post-item__title a {
  line-height: 24px;
}
.search-result-page .post-item__excerpt.body-text.post-content {
  line-height: 17px;
}
.search-result-page .post-item__content.col-sm-10 {
  padding-right: 17px;
}
.search-result-page .post-item.post-item--river {
  border-bottom: 1px solid #dbdbda;
  margin-bottom: 13px;
  padding-bottom: 24px;
  /* justify-content: space-between; */
}
.search-result-page .post-river .post-item__image {
  width: 180px;
  height: 110px;
}
.search-result-page .post-river .post-item__image:before {
  content: unset;
}
.search-result-page .post-river .post-item__image img {
  position: unset;
  object-fit: cover;
}
.prev.page-numbers,
.next.page-numbers {
  background: #b75718;
  color: #fff !important;
  border-color: #b75718 !important;
  /* padding: 6px 8px !important; */
  text-transform: uppercase;
}
.prev.page-numbers svg,
.next.page-numbers svg {
  fill: #fff;
}

.advColR {
  border-radius: 5px;
  background: #f2f2f2;
  padding: 15px;
  margin: 0 -20px;
}
.advColR .ao-form,
.news-detail .ao-form,
.page-id-1904 .post-1904 .ao-form,
.page-id-197622 .post-197622 .ao-form {
  max-width: 100%;
}
.advColR .ao-form-error-message,
.news-detail .ao-form-error-message,
.page-id-1904 .post-1904 .ao-form-error-message,
.page-id-197622 .post-197622 .ao-form-error-message {
  display: block !important;
}
.advColR .ao-column-inner,
.news-detail .ao-column-inner,
.page-id-1904 .post-1904 .ao-column-inner,
.page-id-197622 .post-197622 .ao-column-inner {
  display: unset;
}
.advColR .ao-block-wrapper,
.news-detail .ao-block-wrapper,
.page-id-1904 .post-1904 .ao-block-wrapper,
.page-id-197622 .post-197622 .ao-block-wrapper {
  max-width: 100%;
}
.advColR .ao-form label.ao-form-label,
.news-detail .ao-form label.ao-form-label,
.page-id-1904 .post-1904 .ao-form label.ao-form-label,
.page-id-197622 .post-197622 .ao-form label.ao-form-label {
  display: unset;
  font-size: unset;
  line-height: unset;
  margin-bottom: unset;
}
.advColR .ao-form input,
.news-detail .ao-form input,
.page-id-1904 .post-1904 .ao-form input,
.page-id-197622 .post-197622 .ao-form input {
  font-style: unset;
  font-weight: unset;
  font-size: unset;
  line-height: unset;
  color: unset;
  padding: 5px !important;
  border-radius: 2px !important;
  border: 1px solid #ccc !important;
}
.advColR button.ao-form-submit,
.news-detail button.ao-form-submit,
.page-id-1904 .post-1904 button.ao-form-submit,
.page-id-197622 .post-197622 button.ao-form-submit {
  text-transform: capitalize;
  border-radius: 30px !important;
  background-color: #b75718 !important;
  padding: 10px 15px !important;
}
.advColR .ao-block-wrapper .ao-richtext-block,
.news-detail .ao-block-wrapper .ao-richtext-block,
.page-id-1904 .post-1904 .ao-block-wrapper .ao-richtext-block {
  position: unset;
}
.page-id-197622 .post-197622 .ao-block-wrapper .ao-richtext-block {
  position: unset;
  width: unset;
}
.page-id-197622 .post-197622 .ao-block-wrapper label {
  width: 100% !important;
}
#post-40100 .image-gallery-wrapper img,
#post-40100 .post-content-wrap img {
  max-width: 100%;
}
.pbm-guide-company-item__image img {
  width: 100%;
}
/* About-us page*/
.about-us-page h1 {
  font-size: 48px;
  line-height: 46px;
  font-weight: bold;
  margin-top: 45px;
}
.about-us-page h2,
h2.media-coverage {
  font-size: 34px;
  line-height: 46px;
  font-weight: bold;
}
.about-us-page p {
  font-size: 24px;
  line-height: 36px;
}
.aboutus-top-logo img {
  max-width: 755px;
  margin: 35px 0 60px 0;
}
.aboutus-top-content-left {
  font-size: 34px;
  line-height: 46px;
}
.content-channels .content-channels-left,
.content-channels .content-channels-right {
  background: #20345c;
  color: #ffffff;
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 24px;
  line-height: 36px;
}
.about-us-page .social-media-audience {
  background: #20345c;
  color: #ffffff;
  padding: 15px;
  border-radius: 10px;
  max-width: 75%;
  margin: auto;
  margin-top: -20px;
  margin-bottom: 65px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.about-us-page .social-media-audience h3 {
  margin-top: 5px;
  margin-bottom: 20px;
}
.about-us-page .social-media-audience p {
  margin: 0px;
  font-size: 28px;
  line-height: 46px;
}
.social-media-icons {
  margin-bottom: 50px;
}
.media-coverage .col-sm-2 {
  background: #20345c;
  padding: 15px;
  border-radius: 10px;
  width: 16%;
  margin-right: 6px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-coverage .row-2 {
  margin-bottom: 25px;
}
.media-coverage h2 {
  margin-bottom: 17px;
}
.content-channels .social-media-audience,
.media-coverage .row-2 {
  justify-content: center;
  margin-top: -21px;
}
.media-coverage .row {
  display: flex;
  text-align: center;
  align-items: center;
}
.media-coverage .col-sm-2 a {
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}

/* --------------------------------------------------------------------------*/
.post-item--video-gallery-active .video-featured-image:after {
  bottom: 0;
  box-shadow: inset 0 0 0 6px #242021;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}