/* Skin-specific styles
----------------------- */
.sp-template-countdown .sp-event-name {
  line-height: 2em !important;
}

/* Tribe Events */
body .tribe-events-sub-nav li a {
  font-size: 14px;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small,
.tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
  border-radius: 15px;
}

.tribe-common .tribe-common-c-btn.tribe-events-c-search__button:focus {
  padding: 1.38em 3.5em;
  border-radius: 35px;
}

.comment-form-rating .select_container {
  background-color: transparent !important;
  border: none !important;
  overflow: visible;
}
.comment-form-rating .select_container:before, .comment-form-rating .select_container:after {
  display: none;
}

.woocommerce-input-wrapper > .select_container:after {
  display: none;
}

/* Widget Recent News */
.sc_recent_news .post_item .post_featured .post_info .post_categories {
  padding: 0.6em 1em;
}
.sc_recent_news .post_item .post_featured .post_info .post_categories a {
  display: inline-block;
}

.sc_widget_recent_posts .post_item .post_categories {
  font-weight: 500;
}

/* Widget Populat Posts */
.sc_widget_popular_posts .trx_addons_tabs_content .post_item .post_categories {
  font-weight: 500;
}
.sc_widget_popular_posts .trx_addons_tabs .trx_addons_tabs_titles li a {
  padding: 5px 16px;
  border-radius: 15px;
  font-weight: 500;
}

.sc_blogger_line .sc_blogger_item_meta .post_meta_item.post_categories {
  margin-top: 0 !important;
}

.top_panel:not(.scheme_dark) .sc_layouts_row_type_normal:not(.scheme_dark) .search_wrap .search_submit:before {
  color: inherit !important;
}

.top_panel:not(.scheme_dark) .sc_layouts_row_type_normal:not(.scheme_dark) .search_wrap .search_submit:hover:before {
  color: inherit !important;
}

/* SportPress */
.extra-event-block .elementor-container {
  margin: auto;
}

.widget-container iframe + a[href*="oddspedia.com"] {
  display: none;
}

.mfp-content .mfp-img + figcaption:has(div:empty) {
  display: none;
}

p > a[rel=magnific]:has(> img) {
  position: relative;
  display: block;
  text-align: center;
}

p > a[rel=magnific]:has(> img):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: rgba(0, 0, 0, 0.5);
}

p > a[rel=magnific]:has(> img):after {
  content: "+";
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 3.4em;
  height: 1.050420168em;
  width: 1.050420168em;
  line-height: 1.15;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  will-change: scale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 200;
  border-radius: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
  transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
}

p > a[rel=magnific]:has(> img):hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  will-change: scale;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

p > a[rel=magnific]:has(> img):hover:before,
p > a[rel=magnific]:has(> img):hover:after {
  opacity: 1;
}

p > a[rel=magnific]:has(> img.alignright) {
  float: right;
  margin-left: 2em !important;
  margin-bottom: 0.6em !important;
  margin-top: 0.6em !important;
}

p > a[rel=magnific]:has(> img.alignleft) {
  float: left;
  margin-right: 2em !important;
  margin-bottom: 0.6em !important;
  margin-top: 0.6em !important;
}

p > a[rel=magnific]:has(> img.alignleft) > img.alignleft,
p > a[rel=magnific]:has(> img.alignright) > img.alignright {
  margin: 0 !important;
}