/*html{
   overflow-x: hidden; 
}*/
html.ovh,
body.ovh,
.wrapper.ovh {
  overflow: hidden;
  overflow-y: hidden;
}

.ovh {
  overflow: hidden !important;
  overflow-y: hidden;
  -webkit-overflow-scrolling: auto;
}

.flex6 {
  flex: 6;
}

.tc-vs {
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.longside-upper-tier {
  fill: #f9f9f9;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  stroke-width: 20px;
}

.longside-upper-tier,
.away {
  fill: #f9f9f9;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  stroke-width: 20px;
}

.vip-or-executive-box {
  fill: #f9f9f9;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  stroke-width: 20px;
}

.longside-lower-tier {
  fill: #f9f9f9;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  stroke-width: 20px;
}

.shortside-upper-tier {
  fill: #f9f9f9;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  stroke-width: 20px;
}

.shortside-lower-tier {
  fill: #f9f9f9;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  stroke-width: 20px;
}

.init span:before {
  content: attr(data-content);
}

#svg-stadium .longside-upper-tier,
#svg-stadium .vip-or-executive-box,
#svg-stadium .longside-lower-tier,
#svg-stadium .shortside-lower-tier,
#svg-stadium .away,
#svg-stadium .shortside-upper-tier {
  cursor: pointer;
}

svg text,
svg rect,
svg polygon {
  cursor: pointer;
}

svg text {
  pointer-events: none;
}

.tc-breadcrum-white {
  font-size: 12px;
  line-height: 11px;
}

.tc-breadcrum-white > span {
  margin: 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

.tc-header .tc-team-name {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-family: Roboto;
  font-size: 28px;
  font-weight: 300;
}

.tc-header .tc-team-1:not(.tc-team-singlename) .tc-team-name,
.tc-header .tc-team-2:not(.tc-team-singlename) .tc-team-name {
  padding-top: 15px;
}

.tc-info-item .tc-calendar,
.tc-info-item .tc-clock {
  opacity: 1;
}

.tc-header .tc-event-info .tc-info-item {
  margin: 0 30px;
}

.tc-header .tc-event-info .tc-info-item .fa {
  font-size: 16px;
  margin-right: 8px;
  position: relative;
}

.tc-header .tc-event-info .tc-info-item svg {
  width: 16px;
  height: 16px;
  position: relative;
  margin-right: 10px;
}

@media (min-width: 568px) and (max-width: 1024px) {
  .tc-header .tc-event-info .tc-info-item svg {
    top: 0;
  }

  .tc-header .tc-event-info .tc-info-item .info-box {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 7px;
  }

  .tc-header .tc-event-info .tc-info-item .info-box svg {
    width: 13px;
    height: 13px;
    margin: 0;
  }
}

.tc-header .tc-event-info .tc-info-item {
  font-size: 14px;
}

.tc-header .tc-event-info .tc-info-item svg {
  display: inline;
}

.tc-header .tc-social {
  font-weight: normal;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-family: "Roboto";
  font-size: 12px;
  color: #ffffff;
}

.tc-header .tc-social span {
  font-weight: 400;
}

.tc-header .tc-social a {
  margin-left: 14px;
  position: relative;
  text-decoration: none;
}

.tc-header .tc-social a:before {
  position: absolute;
  content: attr(tooltip-title);
  font-size: 12px;
  color: #ff6464;
  border-radius: 5px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.95);
  display: inline-block;
  margin: 0;
  padding: 3px 5px;
  width: 166px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 15px);
  z-index: 999;
  text-align: center;
  color: #102e40;
  opacity: 0;
  visibility: hidden;
  text-shadow: none;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tc-header .tc-social a:after {
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: calc(100% + 5px);
  right: 50%;
  transform: translateX(50%);
  content: "";
  position: absolute;
  width: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tc-header .tc-social a:hover:before,
.tc-header .tc-social a:hover:after {
  opacity: 1;
  visibility: visible;
}

.tc-header .tc-social svg {
  fill: #fff;
  transition: all 0.2s;
}

.tc-header .tc-social a:hover svg {
  transform: scale(1.5);
}

.tc-social b {
  font-weight: bold;
  margin-right: 4px;
}

.advanced {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.advanced span {
  float: right;
}

.advanced span::after {
  content: "\f078";
  font-weight: normal;
  color: #fff;
  height: 17px;
  width: 17px;
  font: normal normal normal 11px/1 FontAwesome;
}

ul.list-currency-2 {
  height: 45px;
  width: 300px;
  z-index: 20100;
  display: inline-block;
}

ul.list-currency-2 li {
  padding: 5px 10px 5px 0px;
  z-index: 2;
}

ul.list-currency-2 li:not(.init-2) {
  float: left;
  width: 300px;
  display: none;
  background: #102f3f;
  border-bottom: 1px solid #f3f3f3;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.list-currency-2 li.init-2 {
  cursor: pointer;
  background: #102f3f;
  align-items: center;
  display: flex;
  justify-content: left;
  height: 45px;
  font-weight: bold;
  border-radius: 0px;
  background-image: url(/wp-content/themes/ticket-compare/assets/styles/css/../../images/icons/chevron-arrow-down.png);
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.init-2 span::after {
  content: "\f078";
  font: normal normal normal 11px/1 FontAwesome;
  color: #fff;
  right: -15px;
  top: 4px;
  height: 17px;
  position: absolute;
  pointer-events: none;
}

.ui-widget.ui-widget-content {
  border: 0;
}

.Sitting-in-pairs {
  font-family: Roboto;
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
}

.Clear-Filters {
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
  font-family: Roboto;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  float: right;
}

@media screen and (min-width: 1401px) {
}

.tc-header-wrap,
.tc-wrap {
  max-width: 1430px;
}

@media (max-width: 1200px) {
  .tc-wrap {
    padding: 0 5px;
  }
}

.tc-breadcrum-white a {
  text-decoration: none;
}

.tc-breadcrum-white a:hover {
  text-decoration: underline;
}

#selected ul#scrollbar-inner li > div.main_info > div {
  flex-wrap: wrap;
}

.tc-teams a.flex-basis {
  height: 100px;
  /* width: 100px; */
  position: relative;
  text-decoration: none;
  max-width: 100px;
}

@media (min-width: 568px) and (max-width: 1024px) {
  .tc-teams a.flex-basis {
    width: 85px;
    height: 85px;
  }
}

@media (max-width: 567px) {
  .tc-teams a.flex-basis {
    width: 37px;
    height: 37px;
  }
}

.tc-teams a.flex-basis:before {
  position: absolute;
  content: attr(tooltip-title);
  font-size: 12px;
  color: #ff6464;
  border-radius: 5px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.95);
  display: inline-block;
  margin: 0;
  padding: 3px 5px;
  width: 200px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 15px);
  z-index: 999999;
  text-align: center;
  color: #102e40;
  opacity: 0;
  visibility: hidden;
  text-shadow: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tc-teams a.flex-basis:after {
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  bottom: calc(100% + 5px);
  right: 50%;
  transform: translateX(50%);
  content: "";
  position: absolute;
  width: 0;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tc-teams a.flex-basis:hover:before,
.tc-teams a.flex-basis:hover:after {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 568px) and (max-width: 1024px) {
  .tc-header .tc-team-1 {
    flex-direction: column-reverse;
  }

  .tc-header .tc-team-2 {
    flex-direction: column;
  }

  .tc-header .tc-team-1,
  .tc-header .tc-team-2 {
    text-align: center;
  }
}

.get-tickets__label {
  max-width: 200px;
  color: #888;
  font-size: 0;
  font-weight: 300;
  display: block;
  transition: all 0.2s;
}

header .tc-header-nav.tc-second-menu {
  padding-right: 170px;
  padding-left: 0;
  position: relative;
}

header .tc-header-nav .tc-list-item.list-currency-wrap {
  position: absolute !important;
  top: -10px;
  right: 0;
  z-index: 99999;
}

header .tc-header-nav .tc-list-item ul.list-currency {
  width: 166px;
  position: relative;
  top: -2px;
}

@media (max-width: 1340px) {
  header .tc-header-nav .tc-list-item ul.list-currency {
    width: 100px;
  }

  header .tc-header-nav.tc-second-menu {
    padding-right: 115px;
  }
}

/* header .tc-header-nav{
  padding-left: 30px;
} */
@media (max-width: 1600px) {
  header .tc-header-nav {
    padding-left: 40px;
  }
}

@media (max-width: 1024px) {
  header .tc-header-nav.tc-second-menu {
    padding-right: 0;
  }

  header .tc-header-nav {
    padding-left: 0;
  }

  header .tc-header-nav .tc-list-item.list-currency-wrap {
    position: static !important;
  }

  header .tc-header-nav .tc-list-item ul.list-currency {
    max-width: 235px;
    width: 100%;
  }
}

@media (max-width: 1279px) and (min-width: 1025px) {
  body header .tc-search {
    max-width: 180px;
  }

  header .tc-header-nav {
    padding-left: 20px;
  }
}

.rtl
  .tc-team-1.tc-flex.tc-vertical-center:not(.tc-team-singlename)
  .tc-team-name {
  text-align: left;
  padding-left: 38px;
}

.rtl
  .tc-team-2.tc-flex.tc-vertical-center:not(.tc-team-singlename)
  .tc-team-name {
  text-align: right;
  padding-right: 38px;
}

.tc-team-1.tc-flex.tc-vertical-center:not(.tc-team-singlename) .tc-team-name {
  text-align: right;
  padding-right: 38px;
}

.tc-team-2.tc-flex.tc-vertical-center:not(.tc-team-singlename) .tc-team-name {
  text-align: left;
  padding-left: 38px;
}

@media (min-width: 568px) and (max-width: 1024px) {
  .tc-team-1.tc-flex.tc-vertical-center .tc-team-name,
  .tc-team-2.tc-flex.tc-vertical-center .tc-team-name {
    text-align: center;
    padding: 0;
    font-size: 20px;
  }

  .tc-team-2.tc-flex.tc-vertical-center .tc-team-name,
  .tc-team-1.tc-flex.tc-vertical-center .tc-team-name {
    margin-top: 11px;
  }

  .tc-header .tc-vs {
    margin-bottom: 22px;
  }
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  z-index: 100000;
}

.overlay.active {
  visibility: visible;
  opacity: 1;
}

.filter__title {
  font-size: 12px;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #102f3f;
  text-transform: uppercase;
  text-align: center;
}

.filter__title svg {
  margin-right: 13px;
  position: relative;
  top: -1px;
}

@media (min-width: 801px) and (max-width: 1024px) {
  .filter__title {
    margin: 17px 0 11px;
  }

  .filter_header {
    padding: 9px 8px 7px;
  }

  .filter_selects {
    padding: 23px 22px 33px;
  }
}

.no_tickets_message > div {
  padding: 20px 0px;
}

@media (min-width: 568px) and (max-width: 1024px) {
  .tc-header .tc-teams {
    max-width: 610px;
    margin: 16px auto 16px;
  }

  .tc-header .tc-event-info .tc-info-item.calendar_block svg {
    position: relative;
    top: 2px;
  }

  .tc-header .tc-event-info .tc-info-item time,
  .tc-header .tc-event-info .tc-info-item #location,
  .tc-header .tc-event-info .tc-info-item address {
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  }

  .tc-event .tc-header-wrap {
    padding: 7px 15px 4px;
  }

  .disclaimer_logo {
    max-height: 14px;
    top: 0;
  }

  .disclaimer_text_wrap p {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  footer .tc-support {
    margin-left: 0;
    padding-left: 15px;
  }
}

@media (max-width: 567px) {
  .tc-breadcrum-white {
    padding: 0px 15px;
  }

  .tc-breadcrum-white a,
  .tc-breadcrum-white span {
    color: #fff;
    font-size: 8px;
    font-weight: 300;
    margin-right: 7px;
  }

  .tc-breadcrum-white a:after {
    font-size: 5px;
  }
}

@media screen and (max-width: 767px) {
  .simple_symbol {
    display: flex;
    padding-top: 13px;
    height: 59px;
  }
}

@media (max-width: 567px) {
  .hdn_mobile {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 800px) {
  .hdn_tablet_medium {
    display: none !important;
  }
}

@media (min-width: 568px) and (max-width: 1024px) {
  .hdn_tablet {
    display: none !important;
  }
}

.expanded-features .tc-service-icon {
  margin-bottom: 8px !important;
}

.expanded-features .service-text {
  font-weight: 300;
}

html
  body
  div[id^="chromeperfectpixel-portal"].chromeperfectpixel-portal
  > div.chromeperfectpixel-overlay-container#chromeperfectpixel-overlay-container {
  z-index: 92147483647 !important;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .tc-event.tc-compare.tc-wrap {
    z-index: 10000001;
    position: relative;
  }
}
.rendered_blur {
  position: relative;
}

.rendered_blur::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  z-index: 999;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.tooltip-2 {
  width: 200px;
  opacity: 1;
  left: calc(50% - 60px);
  z-index: 99999;
  text-align: center;
  top: calc(50% - 0px);
  text-align: center;
  background: #fff;
  /* border: 1px solid gray; */
  position: absolute;
  text-align: left;
  padding: 12px 17px;
  border-radius: 6px;
  font-size: 12px;
  min-width: 172px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transform: translateX(-20%);
}

.tooltip-2-category-name {
  text-align: center;
}
section {
  max-width: 100%;
}

footer {
  overflow-x: hidden;
  max-width: 100%;
}

.tc-header {
  overflow-x: hidden;
}

/*
 *  STYLE 2
 */

#section_chosen.chosen-with-drop {
  z-index: 10000;
}

.stadium-info {
  display: none;
}

/* modal design */

.modal-job {
  display: none;
  width: 100%;

  background: rgba(0, 0, 0, 0.8);
  z-index: 99999999999999999999999999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  justify-content: center;

  overflow: scroll;
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .modal-job {
    align-items: flex-start !important;
  }
}

.modal-job-body {
  width: 95%;

  height: auto;
  margin: 7vh 0;
  margin-top: 7vh;
  border-radius: 6px;
  background-color: #fff;
  padding: 20px;
  position: relative;
  overflow: scroll;
}

.modal-job-close {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 26px;
  color: black;
}

.modal-job-team-head {
  padding: 11px 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
  margin: 0 -20px;
  align-items: center;
  padding-bottom: 20px;
}

.modal-job-item-team-img {
  color: black;
}

.modal-job-team-head .modal-job-item-team-img:first-child {
  width: 45%;
}

.modal-job-team-head .modal-job-item-team-img:last-child {
  width: 45%;
}

.modal-job-team-head .modal-job-item-team-img:nth-child(2) {
  width: 10%;
  margin-top: -54px;
}

.modal-job-item-team-img img {
  height: 70px;
  width: 70px;
}

.modal-job-body .tc-team-name {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-job-item-team-img .tc-team-name {
  font-size: 12px;
  color: black;
  margin-left: 0;
  box-shadow: none;
  text-shadow: none;
  color: #102e40;
  font-family: "Roboto";
  font-weight: bold;
  min-height: 58px;
  max-width: 75px;
  margin: 0 auto;
}

.modal-job-team-head .modal-job-item-team-img:nth-child(2) .tc-team-name {
  font-size: 8px;
  font-family: "Roboto-MediumItalic";
}

.modal-job-content {
  padding: 15px 10px;
  text-align: left;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}

.modal-job-content > div {
  text-align: left;
  display: flex;
  align-items: center;
  padding: 5px 0;
  margin: 5px 0;
}

.modal-job-content > div span {
  color: black;
  display: block;
  margin: 0 24px;
  color: #888888;
  font-size: 12px;
  margin-top: 3px;
}

.modal-job-text {
  padding: 10px;
  text-align: left;
}

.rtl .modal-job-text {
  text-align: right;
}

.modal-job-text p {
  font-size: 12px;
  color: #888888;
  line-height: 15px;
}

.modal-job-text h3 {
  color: #888888;
  font-size: 12px;
  font-weight: bold;
}

.modal-job-submit-button {
  outline: none;
  border: none;
  min-height: 32px;
  padding: 0 30px;
  margin: 0 auto;
  border-radius: 21px;
  background-color: #2475e6;
  color: #fff;
  margin: 10px auto;
  font-family: Roboto;
  font-size: 20px;
  width: auto;
  margin-bottom: 0;
}

.footer-modal-job {
  display: flex;
  align-items: center;
  width: 100%;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(90deg);
  }

  100% {
    transform: rotate(90deg);
  }
}

.share-button-header {
  position: static;
  display: none;
  left: 180px;
  padding: 15px 19px;
  display: none;
  align-items: center;
  background: #f6f6f6;
  border-radius: 6px;
}

.share-button-header img {
  width: 13px;
  height: 12px;
}

@media screen and (max-width: 768px) {
  .share-button-header {
    margin-right: 45px;
  }
}

@media screen and (max-width: 992px) {
  .share-button-header {
    display: flex !important;
  }
}

@media screen and (max-width: 480px) {
  /*   .share-button-header {
    right: 115px;
    left: inherit;
    margin-right: 20px !important;
    padding: 12px 19px !important;
  } */
  .tc-mb-only.tc-search {
    top: 0 !important;
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .tc-mb-only.tc-search {
    position: relative;
    margin-right: 0;
  }
}

.custom_share_menu {
  position: fixed;
  height: auto;
  background: #fff;
  width: 100%;
  padding: 30px;
  z-index: 99999999999999999;
  display: none;
  bottom: -100%;
  padding-top: 15px;
}

.share_icons_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.custom_share_menu h2 {
  color: #102f3f;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 15px;
}

.item_share img {
  width: 40px;
}

.item_share {
  text-align: center;
}

.item_share span {
  display: block;
  width: 100%;
  margin-top: 5px;
}

.close_share_menu {
  position: absolute;
  right: 20px;
  top: 20px;
}

.close_share_menu {
  font-size: 22px;
}

.item_share {
  display: block;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.tc-mb-only.tc-search.tc-active-form {
  position: relative !important;
  max-width: 100%;
  width: 100%;
  flex: initial;
}

/*
	=======
	DESKTOP
	=======
*/

@media (min-width: 1025px) {
  .tc-breadcrum-white a::after {
    top: 1px;
  }

  /*
		=============
		EVENTS HEADER
		=============
  */

  /* CONCERTS */
  .tc-event.tc-header.tc-event-header {
    text-align: center;
  }

  .tc-event.tc-header.tc-event-header.tc-event.tc-performer--event
    .tc-event-info {
    display: inline;
  }

  /*
		===================
		OTHER EVENTS > 1024
		===================
  */

  /* SRING 0 */

  .tc-other-events .tc-event-date-wrap {
    display: none;
  }

  /* STRING 1 */

  .tc-event-link {
    text-decoration: none;
    display: block;
    color: inherit;
  }

  .tc-event-link:visited {
    color: unset;
  }

  .tc-info-str-1 {
    display: block;
    line-height: unset;
  }

  .tc-other-events .tc-event-name {
    display: inline;
    text-decoration: underline;
  }

  .tc-other-events .tc-versus {
    color: #379;
  }

  /* STRING 2 */

  .tc-info-str-2 {
    display: inline;
    line-height: unset;
  }

  .tc-info-str-2 div {
    padding-right: 0.25em;
    font-size: 14px;
    line-height: 1.64;
    color: #686868;
  }

  .tc-other-events .tc-day-w {
    display: inline;
  }

  .tc-other-events .tc-day-month {
    display: inline;
  }

  .tc-other-events .tc-year {
    display: inline;
    padding: 0;
  }

  .tc-other-events .tc-time {
    display: inline;
  }

  /* STRING 3 */

  .tc-info-str-3 {
    display: inline;
  }

  .tc-other-events .tc-event-info {
    display: inline;
    padding-right: 0;
  }
}

/*
  ===============
	MOBILE & TABLET
	===============
*/

@media (max-width: 1024px) {
  body.rtl.single {
    font-family: OSHebrew;
  }

  /*
		=============
		HEADER < 1025
		=============
	*/

  .single .wrapper {
    padding-top: 0 !important;
  }

  .single .tc-disclaimer {
    padding: 4px 25px 5px 44px;
    margin: 0;
    height: auto;
    position: relative !important;
    top: 0 !important;
  }

  .rtl.single .tc-disclaimer {
    padding: 4px 44px 5px 25px;
  }

  .disclaimer_text_wrap p {
    position: relative;
    font-family: "OpenSans";
    font-size: 9px;
    color: #888;
    font-weight: 300;
    margin: 0;
    line-height: 1.11;
  }

  .rtl .disclaimer_text_wrap p {
    font-size: 11px;
    font-family: OSHebrew;
  }

  .disclaimer_logo {
    top: calc(50% - 6px);
    left: -20px;
    position: absolute;
    max-width: unset;
    max-height: unset;
    width: 9px;
    height: 12px;
    margin: 0;
  }

  .rtl .disclaimer_logo {
    right: -16px;
    left: auto;
  }

  header.header {
    top: 0 !important;
    height: 46px;
    padding-right: 58px;
    /* box-shadow: 0px 1px 0 #fff; */
    /* position: relative; */
    transform: none !important;
  }

  header.header::before {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: transparent;
    z-index: 100;
  }

  header.header:hover,
  .menu-opened header.header,
  header.header:focus-within {
    z-index: 10000000;
  }

  header.header.fixed_header {
    z-index: 99999999;
  }

  /* mobile menu */
  .rtl header.header > .tc-wrap.tc-flex {
    direction: ltr;
  }

  /* menu */
  header .tc-menu-wrap {
    top: 46px;
  }

  header .tc-wrap {
    padding-left: 12px;
  }

  header .tc-logo {
    background-position: left center;
    height: 37px;
    width: 70px;
    margin-top: 4px;
  }

  .header .tc-flex.tc-vertical-center.tc-wrap-right {
    align-items: flex-start !important;
    padding-top: 7px;
    direction: ltr;
  }

  .share-button-header {
    padding: 0 !important;
    margin: 0 !important;
    width: 50px;
    height: 36px;
    justify-content: center;
  }

  .share-button-header img {
    width: 10px;
    height: 11px;
  }

  .tc-mb-only.tc-search {
    margin-left: 20px;
    right: 0 !important;
    margin-right: 0;
  }

  .tc-mb-only.tc-search .tc-search-submit,
  .tc-mb-only.tc-search .tc-search-fild {
    width: 50px;
    height: 36px;
    border-radius: 6px;
    padding: 0;
  }

  header .tc-search .tc-search-submit {
    background: url(../../../svg/search-thin.svg) no-repeat center center
      #f6f6f6;
    background-size: 15px 15px;
  }

  .tc-mb-only.tc-search.tc-active-form input.tc-search-fild[type="search"] {
    padding-left: 35px;
  }

  .tc-mb-only.tc-search.tc-active-form
    input.tc-search-fild[type="search"]::placeholder {
    font-size: auto;
  }

  .header .tc-toggle-menu {
    top: 12px;
    right: 8px;
    width: 30px;
  }

  header .tc-toggle-menu .tc-border-line {
    margin-bottom: 5px;
    border-top: 5px solid #102f3f;
  }

  header .tc-toggle-menu.active .tc-border-line:nth-child(2) {
    top: 10px;
  }

  /*
		==================
		BREADCRUMBS < 1025
		==================
	*/

  .show_mobile_only .tc-breadcrum-white,
  .show_mobile_only .tc-breadcrum-black {
    display: none;
  }

  .tc-header .hide_mobile {
    display: block !important;
    position: absolute;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
  }

  .tc-header .tc-breadcrum-white.tc-flex > span {
    margin-right: 0;
    text-overflow: ellipsis;
    height: 13px;
    line-height: 13px;
  }

  .tc-header .tc-breadcrum-white {
    position: absolute;
    width: 100%;
    left: 0;
    top: -22px;
    padding: 7px 10px 5px 12px;
    font-size: 9px;
    line-height: 1;
    background: #fff;
    overflow: hidden;
  }

  .rtl .tc-header .tc-breadcrum-white {
    padding: 7px 8px 5px 16px;
  }

  section.tc-match-header .tc-breadcrum-white a {
    font-size: 9px;
    font-weight: 300;
    color: #888;
  }

  .rtl section.tc-match-header .tc-breadcrum-white a {
    font-size: 11px;
  }

  .tc-breadcrum-white a::after,
  .rtl .tc-breadcrum-white a::after {
    content: ">";
    color: #888;
    font-size: 8px;
    font-family: Roboto;
    line-height: 1;
    top: 2px;
  }

  .rtl .tc-breadcrum-white a::after {
    font-size: 11px;
    left: -12px;
    top: 3px;
  }

  .rtl .tc-breadcrum-white a {
    margin: 0 12px 0 0;
  }

  .rtl .tc-breadcrum-white span {
    margin: 0;
  }

  .tc-match--background_dark .breadcrumb_last {
    display: inline;
  }

  .tc-event .tc-breadcrum-white a,
  .tc-event .tc-breadcrum-white span {
    font-weight: normal;
    font-size: 9px;
    overflow: hidden;
    color: #888;
    margin-right: 7px;
  }

  .rtl .tc-event .tc-breadcrum-white a,
  .rtl .tc-event .tc-breadcrum-white span {
    margin-right: 9px;
  }

  .rtl .tc-header .tc-breadcrum-white.tc-flex > span,
  .rtl .tc-header .tc-breadcrum-white.tc-flex > span > span,
  .rtl .tc-header .tc-breadcrum-white.tc-flex > span > span > a {
    margin-right: 0;
  }

  .rtl .tc-header .tc-breadcrum-white .breadcrumb_last {
    font-size: 11px;
    margin-right: 18px;
  }

  /*
		===================
		EVENT HEADER < 1025
		===================
  */

  section.tc-match-header .tc-match--background_dark {
    background: linear-gradient(to top, rgba(0, 0, 0, 0), #0000004d);
  }

  .tc-team-1.tc-flex.tc-vertical-center:not(.tc-team-singlename) .tc-team-name,
  .tc-team-2.tc-flex.tc-vertical-center:not(.tc-team-singlename) .tc-team-name {
    text-align: center;
    padding: 0;
    margin-top: 5px;
    font-size: 11px;
  }

  .rtl
    .tc-team-1.tc-flex.tc-vertical-center:not(.tc-team-singlename)
    .tc-team-name,
  .rtl
    .tc-team-2.tc-flex.tc-vertical-center:not(.tc-team-singlename)
    .tc-team-name {
    text-align: center;
    padding: 0;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 700;
  }

  .rtl .tc-header .tc-team-name {
    font-family: OSHebrew;
  }

  .rtl .tc-header .tc-vs {
    font-size: 12px;
    font-style: normal;
    font-family: OSHebrew;
    font-weight: 700;
  }

  /* zet */
  .tc-event.tc-header {
    height: 137px;
    padding-top: 22px !important;
    margin-bottom: 0;
    min-height: unset;
    overflow: unset !important;
    position: relative;
    z-index: 3017;
  }

  /* zet */
  .ovh section.tc-event.tc-header {
    z-index: 99999999;
  }

  .tc-event.tc-header.tc-match-header {
    background-size: auto 200px;
    background-position: 50% 40%;
  }

  /* CONCERTS ONLY */
  .tc-event.tc-header.tc-event-header.tc-performer--event .tc-header-wrap {
    background: linear-gradient(
      166deg,
      rgba(16, 47, 65, 0.4),
      rgba(36, 117, 230, 0.4)
    );
  }

  .tc-event.tc-header.tc-event-header .tc-title {
    margin: 15px 0 4px;
    line-height: 25px;
    font-size: 22px;
    font-weight: 500;
  }

  .tc-event.tc-header.tc-event-header .tc-event-date {
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    position: relative;
    flex-grow: 1;
    bottom: auto;
  }

  .tc-event.tc-header.tc-event-header
    .tc-event-info
    .tc-info-item:first-child
    address {
    padding-left: 0;
  }

  .tc-event.tc-header.tc-event-header
    .tc-event-info
    .tc-info-item:first-child
    address:before {
    display: none;
  }

  .tc-event.tc-header.tc-event-header .tc-info-item .tc-calendar {
    display: none;
  }

  .tc-event .tc-teams.tc-flex {
    padding: 0 21px;
    overflow: hidden;
  }

  .tc-teams a.flex-basis {
    width: 40px;
    height: 40px;
  }

  .tc-header .tc-team-name,
  .tc-header .tc-vs {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    font-family: Roboto;
    font-size: 11px;
    font-weight: 500;
    color: #ffffff;
  }

  /* modal info */
  .modal-job-item-team-img .tc-team-name {
    color: #102e40;
    text-shadow: none;
  }

  .tc-header .tc-vs {
    font-weight: 900;
  }

  .tc-event .tc-header-wrap {
    padding: 16px 10px 0;
    position: relative;
    min-height: 115px;
    height: 115px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .tc-event .tc-header-wrap:before {
    position: absolute;
    content: "";
    height: 25px;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.62;
    background: linear-gradient(to top, #000, transparent);
    display: block;
  }

  .tc-header .tc-teams {
    margin: 0;
    align-items: flex-start !important;
  }

  .tc-team-1.tc-flex.tc-vertical-center {
    display: flex;
    flex-direction: column-reverse;
    flex: 3;
    align-items: center;
    justify-content: flex-start;
  }

  .tc-team-2.tc-flex.tc-vertical-center {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    flex: 3;
    justify-content: flex-start;
  }

  .tc-header .tc-vs {
    font-size: 11px;
    font-weight: 500;
    margin: 32px 0 14px 0;
    font-style: normal;
  }

  .tc-header .tc-event-info svg,
  .tc-header .tc-event-info .fa {
    display: none;
  }

  .tc-header .tc-event-info .tc-info-item {
    font-weight: 300;
    font-size: 11px !important;
    line-height: 13px;
    width: auto;
    display: inline-block;
    min-width: 0;
    margin: 2px 1px;
    position: relative;
  }

  .tc-header .tc-event-info .tc-info-item #location {
    font-weight: 300;
    font-size: 100%;
    letter-spacing: 0.5px;
  }

  .tc-info-item .info-box {
    display: none !important;
  }

  .tc-header .tc-event-info .tc-info-item address {
    padding-left: 10px;
    position: relative;
  }

  /*CONCERTS*/
  .tc-header .tc-event-info .tc-info-item address:before {
    position: absolute;
    content: "";
    left: 4px;
    width: 2px;
    height: 2px;
    background: #fff;
    border-radius: 50%;
    top: 5px;
  }

  .tc-header .tc-event-info {
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 1;
    line-height: 1;
  }

  /*CONCERTS*/
  .tc-event.tc-header.tc-event-header .tc-event-info .tc-info-item {
    font-size: 12px !important;
    line-height: 14px;
  }

  .tc-event.tc-header.tc-event-header
    .tc-event-info
    .tc-info-item
    address:before {
    top: 6px;
  }

  .stadium-info {
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    bottom: -1px;
    right: 8px;
  }

  .stadium-info svg {
    display: block !important;
  }

  .stadium-info #infoicon {
    box-shadow:
      -1px 0 2px 0 rgba(0, 0, 0, 0.5),
      0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border-radius: 50%;
  }

  .tc-header .tc-event-info .tc-info-item {
    margin: 0 !important;
  }

  .tc-header .tc-event-info .tc-info-item address {
    padding-left: 11px;
  }

  .rtl .tc-header .tc-event-info .tc-info-item address {
    padding-left: 0;
    padding-right: 14px;
  }

  .tc-header .tc-event-info .tc-info-item address:before {
    left: 3px;
  }

  .rtl .tc-header .tc-event-info .tc-info-item address:before {
    left: auto;
    right: 4px;
    top: 7px;
  }

  /*icons*/

  .tc-event.tc-header.tc-event-header .tc-event-date .tc-info-item {
    position: relative;
    padding-left: 16px;
  }

  .tc-event.tc-header.tc-event-header .tc-event-date .tc-info-item::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 10px;
    height: 10px;
    background: url(/wp-content/themes/ticket-compare/assets/images/icons/Time_Icon-white.svg)
      no-repeat center center/cover;
  }

  .tc-header .tc-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
  }

  .tc-event.tc-compare {
    padding-top: 0;
  }

  .tc-event.tc-compare .tc-title {
    font-size: 13px;
    color: #70828c;
    margin: 8px 0 10px;
    padding: 0 10px;
  }

  /*
		==============
		RESULTS < 1025
		==============
	*/

  .tc-compare .tc-results {
    margin-top: 0;
    padding: 0 9px;
  }

  .tc-compare .tc-results-item {
    padding: 0;
    height: 68px;
    border-bottom: 1px solid #d8d8d8b3;
    justify-content: space-between !important;
  }

  .tc-compare .tc-results-item:first-child {
    border-top: 1px solid #d8d8d8b3;
  }

  .tc-compare .tc-results-item:nth-child(odd),
  .tc-compare .tc-results-footer,
  .tc-compare .tc-results-item:nth-child(odd) .tc-price-fill {
    background: none !important;
  }

  .tc-compare .tc-company-mark-wrap {
    /* padding-top: 0!important; */
    width: 87px;
    height: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 0;
    position: relative;
    /* top: -15px; */
    padding-top: 8px !important;
  }

  .rtl .tc-compare .tc-company-mark-wrap {
    padding-bottom: 15px;
  }

  .tc-compare .tc-company-lable img {
    max-width: 100% !important;
    width: auto;
  }

  .site-img {
    display: block;
    line-height: 0;
  }

  /* hide "from" at sold out tickets */
  .not_price_custom .tc-from {
    visibility: hidden;
  }

  /*
		============
		STARS < 1025
		============
	*/

  .tc-compare .tc-mark .tc-mark-wrap {
    width: 58px;
    justify-content: space-between;
    margin: 0 auto;
  }

  .tc-compare .tc-mark {
    margin: 6px auto 0;
    padding: 0 !important;
    max-width: 100%;
  }

  .tc-compare .tc-mark .tc-mark-icon {
    width: 10px;
    height: 9px;
    margin: 0;
  }

  .cell .why {
    font-weight: normal;
    letter-spacing: normal;
    text-decoration: none;
    display: block;
    line-height: 1;
    padding-top: 3px;
    width: 100%;
    text-align: center;
  }

  .tc-mark .cell .why a {
    color: #979797 !important;
    display: block;
    /*font-size: 8px;*/
    line-height: 9px;
    text-decoration: none;
    /* white-space: nowrap; */
  }

  .tc-compare .tc-results-item .tc-price-fill {
    padding: 0;
    width: auto;
    position: relative;
    background: none !important;
    height: auto;
    line-height: normal;
  }

  .tc-compare .tc-price-fill .tc-from {
    padding-left: 2px;
    font-weight: normal;
    text-transform: capitalize;
    color: #979797;
    font-size: 10px;
    line-height: 11px;
  }

  .rtl .tc-compare .tc-price-fill .tc-from {
    font-size: 11px;
  }

  .tc-compare .tc-price-fill .tc-price {
    margin: 5px 0 3px;
    line-height: normal;
  }

  .tc-compare .tc-price-fill .tc-price a {
    font-weight: 500 !important;
    letter-spacing: normal;
    text-align: center;
    color: #102e40;
    font-family: Roboto, sans-serif !important;
    display: block;
    text-decoration: none;
  }

  .tc-compare .tc-price-fill .tc-dolar-price {
    opacity: 1;
    font-weight: normal;
    font-size: 10px;
    line-height: 11px;
  }

  .tc-compare .tc-get-ticket {
    width: 111px;
    height: 33px;
  }

  .tc-btn-two-arrow {
    width: 100%;
    height: 100%;
    line-height: 33px;
    /*font-family: OSHebrew;*/
    font-size: 12px;
    font-weight: bold;
  }

  .tc-btn-two-arrow:before {
    left: -1px;
  }

  .tc-btn-two-arrow:after {
    right: -1px;
  }

  .tc-results-item .tc-label.tc-best-seller {
    width: 95px;
    font-size: 8px;
    height: 12px;
    line-height: 12px;
    font-weight: normal;
    letter-spacing: normal;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #128a00;
    padding-left: 5px;
    top: 0 !important;
    left: -8px !important;
  }

  .rtl .tc-results-item .tc-label.tc-best-seller {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding-right: 5px;
    top: 0 !important;
    left: auto !important;
    right: -8px !important;
    font-size: 9px;
    font-weight: 700;
    width: 41px;
  }

  .tc-results-item .tc-label.tc-best-seller::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid #128a00;
    border-left: 3px solid transparent;
  }

  .rtl .tc-results-item .tc-label.tc-best-seller::after {
    left: auto;
    right: 0;
    border-left: none;
    border-right: 3px solid transparent;
  }

  /*
		===================
		OTHER EVENTS < 1025
		===================
	*/

  .tc-event.tc-compare .tc-results-footer {
    display: none;
  }

  .tc-other-events .tc-title {
    font-size: 14px;
    font-weight: 500;
    color: #102e40;
    padding: 0;
    margin: 28px 0 13px;
    text-align: center;
    background: none;
    line-height: 16px;
  }

  .tc-other-events .tc-wrap {
    padding: 0;
  }

  .tc-other-events .tc-list {
    background-color: #f7f8fa;
    padding: 12px 10px;
  }

  .tc-other-events .tc-list-item {
    margin-bottom: 6px;
    border-radius: 6px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    overflow: hidden;
    height: 76px;
    position: relative;
  }

  .tc-other-events .tc-event-link {
    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    padding-right: 36px;
    z-index: 10;
    /* -webkit-tap-highlight-color: transparent; */
  }

  .tc-other-events .tc-event-link::before,
  .tc-other-events .tc-event-link::after {
    content: "";
    width: 7px;
    height: 1px;
    background: #0072d8;
    border-radius: 2px;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: rotate(48deg);
    margin-top: -3px;
  }

  .tc-other-events .tc-event-link::after {
    transform: rotate(-48deg);
    margin-top: 2px;
  }

  .tc-event-info-wrap {
    padding-left: 17px;
    padding-top: 10px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }

  /* STRING 0 */

  .tc-other-events .tc-event-date-wrap {
    display: none;
  }

  /* STRING 1 */

  .tc-event-link {
    text-decoration: none;
    display: block;
    color: inherit;
  }

  .tc-info-str-1 {
    display: block;
    line-height: 0;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .tc-other-events .tc-event-name {
    display: inline;
    font-size: 14px;
    font-weight: 500;
    color: #102e40;
    line-height: 16px;
    text-decoration: none;
    text-transform: capitalize;
  }

  .tc-other-events .tc-versus,
  .tc-event-name span {
    color: #102e40;
    font-weight: normal;
  }

  .tc-other-events .tc-versus {
    text-transform: lowercase;
  }

  /* STRING 2 */

  .tc-info-str-2 {
    display: block;
    line-height: 0;
    padding-top: 9px;
    font-weight: 500;
    padding-left: 16px;
    position: relative;
  }

  .tc-info-str-2::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 10px;
    height: 10px;
    background: url(/wp-content/themes/ticket-compare/assets/images/icons/Time_Icon.svg)
      no-repeat center center/cover;
  }

  .tc-info-str-2 div {
    padding-right: 0.25em;
    font-size: 12px;
    line-height: 14px;
    color: #979797;
  }

  .tc-other-events .tc-day-w {
    display: inline;
  }

  .rtl .tc-other-events .tc-day-w {
    display: block;
    float: right;
  }

  .tc-other-events .tc-day-w::after {
    content: ",";
  }

  .tc-other-events .tc-day-month {
    display: inline;
  }

  .rtl .tc-other-events .tc-day-month {
    display: block;
    float: right;
    direction: rtl;
  }

  .tc-other-events .tc-year {
    display: inline;
  }

  .tc-other-events .tc-time {
    display: none;
  }

  /* STRING 3 */

  .tc-info-str-3 {
    display: block;
    padding-top: 5px;
    padding-left: 16px;
    position: relative;
  }

  .tc-info-str-3::before {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    bottom: 2px;
    width: 8px;
    height: 11px;
    background: url(/wp-content/themes/ticket-compare/assets/images/icons/Location_Icon.svg)
      no-repeat center center/cover;
  }

  .tc-other-events .tc-event-info {
    display: block;
    padding: 0;
    font-size: 12px;
    line-height: 14px;
    color: #979797;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  /*
		=======================
		OTHER EVENTS RTL < 1025
		=======================
  */
  .rtl .tc-other-events .tc-title {
    background: none;
    padding: 0;
  }

  .rtl .tc-other-events .tc-event-link {
    flex-direction: row-reverse;
    transform: scale(-1, 1);
  }

  .rtl .tc-other-events .tc-event-date-wrap,
  .rtl .tc-info-str-1,
  .rtl .tc-info-str-2,
  .rtl .tc-info-str-3 {
    transform: scale(-1, 1);
  }

  .rtl .tc-other-events .tc-event-date-wrap::after {
    left: -27px;
    right: auto;
  }

  .rtl .tc-info-str-2,
  .rtl .tc-info-str-3 {
    padding-right: 16px;
  }

  .rtl .tc-info-str-2::before {
    left: auto;
    right: 0px;
  }

  .rtl .tc-info-str-3::before {
    left: auto;
    right: 1px;
  }

  .rtl .tc-info-str-2 div {
    padding-right: 0;
    padding-left: 0.25em;
  }
}

/*
  =========
  320 - 599
  =========
*/

@media (max-width: 599px) and (min-width: 320px) {
  .tc-mark .cell .why a {
    white-space: nowrap;
  }
}

@media (max-width: 359px) and (min-width: 320px) {
  /*
		======================
		EVENT HEADER 320 - 359
		======================
	*/
  .tc-event .tc-teams.tc-flex {
    padding: 0;
    width: 260px;
    margin: 0 auto;
  }

  /*
		=================
		RESULTS 320 - 359
		=================
	*/

  .tc-compare .tc-results {
    margin: 0 auto;
    /* padding: 0; */
    /* width: 300px; */
  }

  .tc-compare .tc-results-item .tc-price-fill {
    width: 73px;
    height: 43px;
  }

  .tc-compare .tc-price-fill .tc-price a {
    font-size: 18px;
    line-height: 13px;
  }

  .tc-mark .cell .why a {
    font-size: 8px;
  }
}

@media (max-width: 416px) and (min-width: 360px) {
  /*
		================
		HEADER 360 - 416
		================
	*/

  .tc-disclaimer {
    padding: 4px 65px 6px 44px;
  }

  /*
		======================
		EVENT HEADER 360 - 416
		======================
	*/

  .tc-event .tc-teams.tc-flex {
    padding: 0;
    width: 285px;
    margin: 0 auto;
  }

  /*
		=================
		RESULTS 360 - 416
		=================
	*/

  .tc-compare .tc-results {
    margin: 0 auto;
    /* padding: 0; */
    /* width: 340px; */
  }

  .tc-compare .tc-results-item .tc-price-fill {
    width: 76px;
    height: 42px;
  }

  .tc-compare .tc-price-fill .tc-price a {
    font-size: 19px;
    line-height: 12px;
  }

  .tc-compare .tc-get-ticket {
    width: 117px;
    height: 35px;
  }

  .tc-btn-two-arrow {
    line-height: 35px;
    font-size: 13px;
  }

  .tc-btn-two-arrow:after,
  .tc-btn-two-arrow:before {
    margin-top: -7px;
    border-width: 7px;
  }

  .tc-mark .cell .why a {
    font-size: 9px;
  }
}

@media (max-width: 599px) and (min-width: 360px) {
  .tc-compare .tc-company-mark-wrap {
    width: 91px;
  }
}

@media (max-width: 1024px) and (min-width: 417px) {
  /*
		=================
		HEADER 417 - 1024
		=================
	*/
  .tc-disclaimer {
    padding: 4px 78px 6px 88px;
  }

  /*
		=======================
		EVENT HEADER 417 - 1024
		=======================
	*/

  .tc-event .tc-teams.tc-flex {
    padding: 0;
    width: 352px;
    margin: 0 auto;
  }

  /*
		==================
		RESULTS 417 - 1024
		==================
	*/
  .tc-compare .tc-results {
    margin: 0 auto;
    padding: 0 15px;
    /* width: 389px; */
  }

  .tc-compare .tc-results-item {
    /* padding: 0 9px; */
  }

  .tc-compare .tc-mark .tc-mark-wrap {
    width: 64px;
  }

  .tc-compare .tc-mark .tc-mark-icon {
    width: 11px;
    height: 10px;
  }

  .tc-compare .tc-mark {
    /* margin: 4px 0 0 17px; */
  }

  .rtl .tc-compare .tc-mark {
    /* margin: 4px 17px 0 0; */
  }

  .tc-mark .cell .why a {
    font-size: 10px;
    line-height: 14px;
    /*margin-left: -9px;*/
  }

  .lang-es .tc-mark .cell .why a {
    /*margin-left: -13px;*/
    font-size: 10px;
  }

  .tc-compare .tc-results-item .tc-price-fill {
    width: 80px;
    height: 51px;
  }

  .tc-compare .tc-price-fill .tc-from {
    font-size: 12px;
    line-height: 14px;
  }

  .tc-compare .tc-price-fill .tc-price {
    margin: 6px 0 5px;
  }

  .tc-compare .tc-price-fill .tc-price a {
    font-size: 22px;
    line-height: 12px;
  }

  .tc-compare .tc-price-fill .tc-dolar-price {
    font-size: 12px;
    line-height: 14px;
  }

  .tc-compare .tc-get-ticket {
    width: 125px;
    height: 37px;
  }

  .tc-btn-two-arrow {
    line-height: 37px;
    font-size: 13px;
  }

  .tc-btn-two-arrow:after,
  .tc-btn-two-arrow:before {
    margin-top: -7px;
    border-width: 7px;
  }

  /*
		=======================
		OTHER EVENTS 417 - 1024
		=======================
	*/

  .tc-other-events .tc-title {
    font-size: 14px;
    margin: 22px 0 18px;
  }
}

@media (max-width: 1024px) and (min-width: 600px) {
  /*
	.single .wrapper {
		padding-top: 0!important;
	}
  */
  /*
		=================
		HEADER 600 - 1024
		=================
	*/
  header.header {
    top: 0 !important;
    height: 57px;
  }

  .tc-disclaimer {
    padding: 6px 46px 5px 29px;
    margin: 0;
    height: auto;
  }

  /*.disclaimer_text_wrap {
		line-height: 0;
	}*/
  .disclaimer_text_wrap p {
    font-size: 10px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    color: #888888;
    display: inline-block;
  }

  header .tc-logo {
    margin-top: 2px;
  }

  .header .tc-flex.tc-vertical-center.tc-wrap-right {
    padding-top: 16px;
  }

  .tc-mb-only.tc-search .tc-search-fild {
    width: 218px;
    padding: 6px 35px 6px 14px;
    font-family: OSHebrew !important;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #102f3f;
  }

  .tc-mb-only.tc-search .tc-search-fild::placeholder {
    opacity: 1;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    letter-spacing: inherit !important;
    color: inherit !important;
  }

  .tc-mb-only.tc-search .tc-search-submit {
    left: auto;
    right: 0;
  }

  .header .tc-toggle-menu {
    top: 21px;
  }

  .header .tc-menu-wrap {
    top: 56px;
  }

  /*
		=======================
		EVENT HEADER 600 - 1024
		=======================
	*/

  .tc-event .tc-teams.tc-flex {
    padding: 0;
    width: 434px;
    margin: 0 auto;
  }

  .tc-event.tc-header {
    height: 181px;
    margin-bottom: 0;
    padding: 0 !important;
  }

  .tc-event.tc-header.tc-match-header {
    background-size: auto 273px;
    background-position: 50% 52%;
  }

  .tc-event .tc-header-wrap {
    height: 178px;
    padding-top: 33px;
  }

  .tc-header .hide_mobile {
    background: none;
  }

  .tc-header .tc-breadcrum-white {
    top: 0;
    background: none;
    padding-top: 8px;
  }

  .tc-event.tc-header .tc-breadcrum-white a,
  .tc-event.tc-header .tc-breadcrum-white span,
  .tc-event.tc-header .tc-breadcrum-white a::after {
    color: #fff;
  }

  .tc-event.tc-header .tc-breadcrum-white a,
  .tc-event.tc-header .tc-breadcrum-white span {
    font-size: 10px;
  }

  /*CONCERTS*/

  .tc-event.tc-header.tc-event-header .tc-title {
    font-size: 34px;
    line-height: 40px;
    margin: 38px 0 9px;
  }

  .tc-teams a.flex-basis {
    width: 68px;
    height: 68px;
  }

  .tc-event .tc-teams.tc-flex {
    padding: 0;
    width: 434px;
    margin: 0 auto;
  }

  .tc-team-1.tc-flex.tc-vertical-center:not(.tc-team-singlename) .tc-team-name,
  .tc-team-2.tc-flex.tc-vertical-center:not(.tc-team-singlename) .tc-team-name {
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    margin-top: 11px;
    width: 130%;
  }

  .tc-header .tc-vs {
    font-size: 15px;
    font-weight: 900;
    line-height: normal;
    margin-top: 39px;
  }

  .tc-header .tc-teams {
    max-width: unset !important;
  }

  .tc-header .tc-event-info .tc-info-item {
    font-size: 14px !important;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
  }

  .tc-header .tc-event-info .tc-info-item #location {
    font-size: 100%;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
  }

  .tc-header .tc-event-info .tc-info-item address {
    padding-left: 18px;
  }

  .tc-header .tc-event-info .tc-info-item address:before {
    top: 8px;
    left: 7px;
  }

  .stadium-info {
    bottom: 1px;
    right: 19px;
    width: 13px;
    height: 13px;
  }

  /*
		==================
		RESULTS 600 - 1024
		==================
	*/
  .tc-compare .tc-results {
    margin: 0 auto;
    padding: 0;
    width: 580px;
  }

  .tc-event.tc-compare .tc-title {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    margin: 23px 0 22px;
  }

  .tc-compare .tc-results-item {
    padding: 0 9px;
  }

  .tc-compare .tc-company-mark-wrap {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .rtl .tc-compare .tc-company-mark-wrap {
    padding-bottom: 7px;
  }

  .tc-compare .tc-company-lable img {
    max-width: 126px !important;
  }

  .tc-compare .tc-mark,
  .tc-compare .tc-mark .tc-mark-wrap {
    width: 88px;
  }

  .tc-compare .tc-mark {
    margin: 5px 0 0 41px;
  }

  .rtl .tc-compare .tc-mark {
    margin: 5px 41px 0 0;
  }

  .tc-compare .tc-mark .tc-mark-icon {
    width: 14px;
    height: 13px;
  }

  .cell .why {
    font-size: 10px;
    padding-top: 8px;
  }

  .tc-mark .cell .why a {
    margin: 0;
  }

  .tc-compare .tc-results-item .tc-price-fill {
    width: 96px;
    height: 53px;
  }

  .tc-compare .tc-price-fill .tc-from {
    font-size: 12px;
    line-height: 14px;
  }

  .tc-compare .tc-price-fill .tc-price {
    margin: 7px 0 5px;
    line-height: 1;
  }

  .tc-compare .tc-price-fill .tc-price a {
    font-size: 24px;
    font-weight: 500;
    line-height: 13px;
  }

  .tc-compare .tc-price-fill .tc-dolar-price {
    font-size: 12px;
    line-height: 14px;
  }

  .tc-compare .tc-get-ticket {
    width: 145px;
    height: 44px;
  }

  .tc-btn-two-arrow {
    font-size: 14px;
    line-height: 45px;
    font-weight: 500;
  }

  .tc-btn-two-arrow:after,
  .tc-btn-two-arrow:before {
    border-width: 8px;
    margin-top: -8px;
  }

  /*
		=======================
		OTHER EVENTS 600 - 1024
		=======================
	*/

  .tc-other-events .tc-title {
    font-size: 14px;
    margin: 31px 0 14px;
  }

  .tc-other-events .tc-list {
    padding: 24px 0;
  }

  .tc-other-events .tc-list-item {
    height: 77px;
    width: 509px;
    margin: 0 auto 10px;
  }

  .tc-event-info-wrap {
    padding-left: 97px;
  }

  .tc-other-events .tc-wrap {
    max-width: unset;
  }

  /* STRING 0 */

  .tc-other-events .tc-event-date-wrap {
    display: block;
    padding: 0;
    position: absolute;
    left: 27px;
    top: 22px;
    text-align: center;
  }

  .tc-other-events .tc-event-date-wrap::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    background: #9797974d;
    right: -27px;
    top: -7px;
    height: 45px;
  }

  .tc-other-events .tc-mon {
    display: block;
    padding: 0;
    padding-bottom: 9px;
    font-size: 10px;
    font-weight: normal;
    line-height: 1.2;
    color: #102e40;
    text-transform: uppercase;
  }

  .tc-other-events .tc-day-m {
    display: block;
    font-size: 20px;
    font-weight: normal;
    line-height: 0.6;
    color: #102e40;
    padding: 0;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  /*
		=================
		HEADER 768 - 1024
		=================
	*/
  .tc-disclaimer {
    padding: 6px 155px 5px 88px;
  }

  .tc-social.tc-desktop-only {
    display: none !important;
  }

  /*
		==================
		RESULTS 768 - 1024
		==================
	*/

  .tc-compare .tc-results {
    width: 608px;
    border: none;
    padding: 0;
    margin: 0 auto;
  }

  .tc-compare .tc-results-item {
    padding: 0;
  }

  .tc-compare .tc-results-item:after {
    display: none;
  }

  .tc-compare .tc-company-lable {
    padding: 0;
  }

  .tc-compare .tc-mark {
    margin: 5px 0 0 55px;
  }

  .rtl .tc-compare .tc-mark {
    margin: 5px 55px 0 0;
  }

  .tc-compare .tc-service {
    display: none;
  }

  /*
		=======================
		OTHER EVENTS 768 - 1024
		=======================
	*/

  .tc-other-events .tc-list-item {
    width: 509px;
    margin: 0 auto 10px;
  }
}

/*
  ===============
  HEADER REDESIGN
  ===============
*/

@media (min-width: 1025px) {
  /* NAV-2 */

  .tc-menu-wrap .tc-header-nav.tc-second-menu {
    flex: unset;
    height: 45px;
    padding: 0;
    line-height: 45px;
  }

  .rtl .tc-menu-wrap .tc-header-nav.tc-second-menu {
    margin-left: 10px;
  }

  .rtl .tc-menu-wrap .tc-header-nav.tc-second-menu .tc-list-item.about-us-menu,
  .rtl
    .tc-menu-wrap
    .tc-header-nav.tc-second-menu
    .tc-list-item.contact-us-menu {
    float: right;
  }

  .tc-menu-wrap .tc-header-nav.tc-second-menu > li > a {
    line-height: 45px;
  }

  .tc-menu-wrap .tc-header-nav.tc-second-menu .tc-list-item {
    float: left;
    padding-right: 0;
    margin-right: 10px;
    z-index: 1;
  }

  .tc-menu-wrap .tc-header-nav.tc-second-menu .contact-us-menu {
    margin: 0 26px 0 0;
  }

  .rtl .tc-menu-wrap .tc-header-nav.tc-second-menu .contact-us-menu {
    margin: 0 10px 0 16px;
  }

  .tc-menu-wrap .tc-header-nav.tc-second-menu .tc-list-item.list-currency-wrap {
    float: right;
    position: relative !important;
    top: 0;
    width: 105px;
    height: 45px;
    padding: 0;
  }

  /*
    =======
    BUTTONS
    =======
  */

  .tc-second-menu .wpml-ls-legacy-dropdown {
    width: auto;
  }

  header .tc-header-nav.tc-second-menu li.wpml-ls-current-language,
  header .tc-header-nav.tc-second-menu ul.list-currency {
    width: 104px;
    height: auto;
    padding: 0 11px !important;
    background: #f6f6f6;
    border-radius: 7px;
    line-height: 45px;
    top: 0;
    text-align: right;
    overflow: hidden;
  }

  .rtl header .tc-header-nav.tc-second-menu ul.list-currency {
    direction: ltr;
  }

  header .tc-header-nav.tc-second-menu li.wpml-ls-current-language.opened,
  header .tc-header-nav.tc-second-menu ul.list-currency.opened {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  }

  header .tc-header-nav.tc-second-menu a.wpml-ls-item-toggle,
  header .tc-header-nav.tc-second-menu .list-currency li.init {
    background: none;
    padding: 0 !important;
    line-height: 45px;
    margin: 0;
    font-weight: normal;
    color: #576d7a;
    font-size: 14px;
    display: block;
    text-transform: none;
    position: relative;
  }

  header .tc-header-nav.tc-second-menu a.wpml-ls-item-toggle::before,
  header .tc-header-nav.tc-second-menu li.init::before {
    content: "";
    width: 4px;
    height: 4px;
    border-style: solid;
    border-width: 0 0 2px 2px;
    border-radius: 1px;
    display: block !important;
    position: absolute;
    left: 1px;
    transform: rotate(-45deg);
    top: 18px;
    transition: transform 0.2s;
  }

  header
    .tc-header-nav.tc-second-menu
    li.wpml-ls-current-language.opened
    a.wpml-ls-item-toggle::before,
  header .tc-header-nav.tc-second-menu ul.list-currency.opened li.init::before {
    transform: rotate(-225deg);
  }

  header .tc-header-nav.tc-second-menu a.wpml-ls-link span {
    margin: 0 !important;
  }

  /* LANG SUB-MENU*/
  header
    .tc-header-nav.tc-second-menu
    li.wpml-ls-current-language
    .wpml-ls-sub-menu {
    box-shadow: none;
    background: #f6f6f6;
    border-radius: 0;
    width: 100%;
    position: relative;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    visibility: visible;
    display: none;
  }

  header
    .tc-header-nav.tc-second-menu
    li.wpml-ls-current-language
    .wpml-ls-sub-menu::before {
    display: none;
  }

  header
    .tc-header-nav.tc-second-menu
    li.wpml-ls-current-language
    .wpml-ls-sub-menu
    a,
  header .tc-header-nav.tc-second-menu ul.list-currency li:not(.init) {
    background: none;
    padding: 0 3px;
    line-height: 34px;
    border-top: 1px solid #97979780;
    width: 100%;
    font-weight: normal;
    color: #576d7a;
    text-transform: none;
    font-size: 14px;
  }

  header .tc-header-nav.tc-second-menu ul.list-currency li span {
    padding-right: 0 !important;
    padding-left: 5px;
  }
}

/* SEARCHBAR */

@media (min-width: 1280px) {
  header .tc-search {
    max-width: 250px !important;
  }
}

/* BREADCRUMBS AND SOCIALS FIX */

.tc-breadcrum-white a::after {
  content: ">" !important;
  display: inline-block;
  position: relative;
  left: 5px;
  font-family: Roboto !important;
  font-size: 9px !important;
  line-height: 1;
  font-weight: 300;
  vertical-align: 2px;
}

.rtl .tc-breadcrum-white a::after {
  font-family: OSHebrew !important;
  position: absolute;
  left: -11px;
  top: 2px;
}

.tc-header .tc-social {
  font-family: "OSHebrew";
}

#share-text {
  padding-left: 9px;
}

/*
//////////////////////
// NEW EVENT HEADER //
//////////////////////
*/

.tc-match-header.cgp-stadium {
  background: url(/wp-content/themes/ticket-compare/img/header-bg.webp)
    no-repeat;
  background-position: 50% 100% !important;
  background-size: cover !important;
  overflow: unset;
}

.tc-match-header.cgp-stadium .tc-match--background_dark {
  background: none;
}

.tc-match-header.cgp-header .tc-header-wrap {
  padding: 0;
  height: 100% !important;
}

.tc-match-header.cgp-header .tc-header-wrap:before {
  display: none;
}

.tc-match-header.cgp-header .tc-breadcrum-white {
  margin-top: 0;
  position: absolute;
  padding: 10px 15px;
}

.tc-match-header.cgp-header .tc-social {
  display: none;
}

.tc-match-header.cgp-header .tc-vs-text {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 80%;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tc-match-header.cgp-header .tc-teams {
  height: 185px;
  width: 100% !important;
  margin: 0;
  font-family: OpenSans;
  align-items: center !important;
  justify-content: center;
  padding: 0 15px;
}

.rtl .tc-match-header.cgp-header .tc-teams {
  font-family: OSHebrew;
}

.tc-match-header.cgp-header .tc-team-1,
.tc-match-header.cgp-header .tc-team-2 {
  display: block;
  flex: 0 0 calc(50% - 220px);
  position: relative;
}

@media (min-width: 1024px) {
  .tc-match-header.cgp-header .tc-team-1 {
    text-align: right;
  }

  .rtl .tc-match-header.cgp-header .tc-team-1 {
    text-align: left;
  }
}

.tc-match-header.cgp-header .tc-team-1 a,
.tc-match-header.cgp-header .tc-team-2 a {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  justify-content: center;
}

.tc-match-header.cgp-header .tc-team-1 .tc-team-name,
.tc-match-header.cgp-header .tc-team-2 .tc-team-name {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 28px;
  font-weight: 700;
  font-family: inherit;
  text-shadow: none;
  display: inline;
}

.tc-match-header.cgp-header .tc-team-1 .tooltip,
.tc-match-header.cgp-header .tc-team-2 .tooltip {
  display: block;
  position: absolute;
  background: #fff;
  top: 100%;
  left: auto;
  margin-top: 9px;
  width: auto;
  padding: 5px 10px;
  color: #102e40;
  line-height: 15px;
  font-size: 12px;
  word-wrap: break-word;
  border-radius: 5px;
  text-align: center;
  border-color: #e2e2e2;
  box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.55);
  font-weight: 400;
  z-index: 101;
  display: none;
}

.tc-match-header.cgp-header .tc-team-1 .tooltip::before,
.tc-match-header.cgp-header .tc-team-2 .tooltip::before {
  position: absolute;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: -10px;
  left: calc(50% - 10px);
  content: "";
}

@media (min-width: 1024px) {
  .tc-match-header.cgp-header .tc-team-1 a:hover .tooltip,
  .tc-match-header.cgp-header .tc-team-2 a:hover .tooltip {
    display: block;
  }
}

/* EVENT INFO */

.tc-match-header.cgp-header .tc-event-info {
  height: 100%;
  width: auto !important;
  margin: 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  box-sizing: border-box;
}

.tc-match-header.cgp-header .tc-event-details {
  position: relative;
}

.tc-match-header.cgp-header .vs-img {
  background-image: url(/wp-content/themes/ticket-compare/img/vs-mobile.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 307px;
  height: 100%;
  position: absolute;
  left: calc(50% - 154px);
  top: 0;
}

.mobile-modal-trigger {
  display: none;
}

.tc-match-header.cgp-header .stadium-info {
  background: url(/wp-content/themes/ticket-compare/img/svg/info-solid-white.svg)
    no-repeat center/cover;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.tc-match-header.cgp-header .tc-event-date {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.tc-match-header.cgp-header .tc-event-date span {
  font-weight: normal;
}

.tc-match-header.cgp-header .tc-event-location,
.tc-match-header.cgp-header .tc-stadium {
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
}

.tc-match-header.cgp-header .tc-stadium {
  font-weight: normal;
}

.tc-match-header.cgp-header .info-box {
  background: url(/wp-content/themes/ticket-compare/img/svg/info-circle-white.svg)
    no-repeat center/cover;
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: -43px;
}

.rtl .tc-match-header.cgp-header .info-box {
  margin-left: 0;
  right: auto;
  left: -43px;
}

.tc-match-header.cgp-header .info-box:hover .tooltip {
  top: 40px;
  left: calc(50% - 175px);
  right: auto;
  transform: none;
  position: absolute;
}

.tc-match-header.cgp-header .info-box:hover .tooltip::before {
  top: -10px;
  left: calc(50% - 10px);
  right: auto;
  transform: none;
}

/* MODAL */

.tc-match-header.cgp-header
  .modal-job-team-head
  .modal-job-item-team-img:nth-child(2) {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .tc-match-header.cgp-header .tc-vs-text {
    font-size: 15px;
  }

  .tc-match-header.cgp-header .tc-teams {
    height: 181px;
  }

  .tc-match-header.cgp-header .tc-team-1 .tc-team-name,
  .tc-match-header.cgp-header .tc-team-2 .tc-team-name {
    font-weight: 700 !important;
    font-size: 17px !important;
    width: auto !important;
  }

  .tc-match-header.cgp-header .tc-team-1,
  .tc-match-header.cgp-header .tc-team-2 {
    display: block;
    flex: 0 0 180px;
  }

  .tc-match-header.cgp-header .tc-event-info {
    margin: 0 50px;
  }

  .tc-match-header.cgp-header .tc-event-date {
    font-size: 15px;
  }

  .tc-match-header.cgp-header .tc-event-location,
  .tc-match-header.cgp-header .tc-stadium {
    font-size: 12px;
  }

  .tc-match-header.cgp-header .info-box {
    display: none;
  }

  .tc-match-header.cgp-header .stadium-info {
    display: block;
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 9999;
    height: 17px;
    width: 17px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
}

@media (max-width: 768px) and (min-width: 600px) {
  .tc-match-header.cgp-header .tc-event-info {
    margin: 0 27px;
  }

  .tc-match-header.cgp-header .tc-teams {
    /* padding: 0 30px; */
  }

  .tc-match-header.cgp-header .tc-team-1,
  .tc-match-header.cgp-header .tc-team-2 {
    flex: 0 0 150px;
    width: 150px;
  }
}

@media (max-width: 416px) and (min-width: 320px) {
  .tc-match-header.cgp-header .stadium-info {
    width: 13px;
    height: 13px;
  }
}

@media (max-width: 599px) and (min-width: 320px) {
  .tc-match-header.cgp-header {
    padding-top: 26px !important;
    height: auto;
  }

  .tc-match-header.cgp-header .tc-breadcrum-white {
    padding: 8px 12px 5px;
    top: -26px;
  }

  .tc-match-header.cgp-header .tc-vs-text {
    top: 16px;
    font-size: 11px;
  }

  .tc-match-header.cgp-header .tc-teams {
    height: 115px;
  }

  .tc-match-header.cgp-header .vs-img {
    /* opacity: 0.4; */
    background-size: contain;
    margin: 0;
    min-width: unset;
    padding: 0;
    width: 97px;
    left: calc(50% - 49px);
  }

  .tc-match-header.cgp-header .tc-event-details {
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 25px 0 15px;
  }

  .mobile-modal-trigger {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    bottom: 0;
    left: 0;
  }

  .tc-match-header.cgp-header .tc-event-date,
  .tc-match-header.cgp-header .tc-event-location,
  .tc-match-header.cgp-header .tc-stadium {
    display: inline;
    font-size: 11px;
    font-weight: normal;
    position: relative;
    /* margin: 0 7px; */
    line-height: normal;
  }

  .tc-match-header.cgp-header .tc-event-date span {
    font-weight: 300;
  }

  .tc-match-header.cgp-header .tc-event-location::before,
  .tc-match-header.cgp-header .tc-stadium::before {
    content: "";
    display: inline-block;
    line-height: 1;
    position: relative;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    margin: 0 2px 0 5px;
    vertical-align: middle;
  }

  .rtl .tc-match-header.cgp-header .tc-event-location::before,
  .rtl .tc-match-header.cgp-header .tc-stadium::before {
    /*right: -10px;*/
    margin: 0 5px 0 2px;
  }

  .tc-match-header.cgp-header .stadium-info {
    right: 10px;
    bottom: 6px;
  }
}

@media (max-width: 599px) and (min-width: 417px) {
  .tc-match-header.cgp-header .tc-teams {
    /* height: 61px; */
    /* padding-top: 24px; */
  }

  .tc-match-header.cgp-header .tc-team-1,
  .tc-match-header.cgp-header .tc-team-2 {
    flex: 0 0 130px;
    width: 130px;
  }

  .tc-match-header.cgp-header .tc-team-1 .tc-team-name,
  .tc-match-header.cgp-header .tc-team-2 .tc-team-name {
    font-size: 15px !important;
  }

  .tc-match-header.cgp-header .vs-img {
    height: 61px;
    top: calc(50% - 30px);
  }
}

@media (max-width: 416px) and (min-width: 360px) {
  .tc-match-header.cgp-header .tc-event-info {
    margin: 0 40px;
  }

  .tc-match-header.cgp-header .tc-teams {
    /* height: 55px; */
    /* padding-top: 22px; */
  }

  .tc-match-header.cgp-header .tc-team-1,
  .tc-match-header.cgp-header .tc-team-2 {
    flex: 0 0 120px;
    width: 120px;
  }

  .tc-match-header.cgp-header .tc-team-1 .tc-team-name,
  .tc-match-header.cgp-header .tc-team-2 .tc-team-name {
    font-size: 13px !important;
  }

  .tc-match-header.cgp-header .vs-img {
    height: 55px;
    top: calc(50% - 28px);
  }
}

@media (max-width: 359px) and (min-width: 320px) {
  .tc-match-header.cgp-header .tc-event-info {
    margin: 0 30px;
  }
  .tc-match-header.cgp-header .tc-team-1,
  .tc-match-header.cgp-header .tc-team-2 {
    flex: 0 0 110px;
    width: 110px;
  }

  .tc-match-header.cgp-header .tc-team-1 .tc-team-name,
  .tc-match-header.cgp-header .tc-team-2 .tc-team-name {
    font-size: 12px !important;
    /* text-transform: uppercase; */
  }

  .tc-match-header.cgp-header .vs-img {
    height: 50px;
    top: calc(50% - 25px);
  }
}

/**
 * SPECIAL MATCH
 */

.tc-match-header.cgp-header .tc-teams.tc-special-match {
  flex-direction: column;
  justify-content: flex-start;
}

@media (min-width: 1024px) {
  .tc-match-header.cgp-header .tc-teams.tc-special-match {
    padding-top: 44px;
  }
}

@media (min-width: 600px) and (max-width: 1023px) {
  .tc-match-header.cgp-header .tc-teams.tc-special-match {
    padding-top: 68px;
  }
}

@media (min-width: 320px) and (max-width: 599px) {
  .tc-match-header.cgp-header .tc-teams.tc-special-match {
    padding-top: 37px;
  }
}

.tc-match-header.cgp-header .tc-teams.tc-special-match .tc-team-1 {
  text-align: center;
  flex: unset;
  width: auto;
}

@media (min-width: 1024px) {
  .tc-match-header.cgp-header .tc-teams.tc-special-match .tc-team-1 {
    margin-bottom: 17px;
  }
}

@media (min-width: 600px) and (max-width: 1023px) {
  .tc-match-header.cgp-header .tc-teams.tc-special-match .tc-team-1 {
    margin-bottom: 24px;
  }
}

.tc-match-header.cgp-header .tc-teams.tc-special-match .tc-team-1 a {
  pointer-events: none;
}

.tc-match-header.cgp-header .tc-teams.tc-special-match .tc-event-info {
  height: auto;
}

.tc-match-header.cgp-header .tc-teams.tc-special-match .vs-img {
  display: none;
}

@media (max-width: 1023px) {
  .tc-match-header.cgp-header .tc-teams.tc-special-match .tc-event-date {
    display: block;
    font-weight: bold;
  }
}

.tc-match-header.cgp-header
  .tc-teams.tc-special-match
  .tc-event-location::before {
  display: none;
}

.tc-match-header.cgp-header
  .tc-teams.tc-special-match
  .modal-job-item-team-img:not(:first-child) {
  display: none;
}

.tc-match-header.cgp-header
  .tc-teams.tc-special-match
  .modal-job-item-team-img:first-child {
  width: 100%;
}

.tc-match-header.cgp-header .tc-teams.tc-special-match .tc-team-name {
  max-width: none;
}

@media (min-width: 600px) and (max-width: 1023px) {
  .tc-match-header.cgp-header .tc-teams.tc-special-match .tc-event-details {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 25px 14px 15px;
  }
}

.tc-match-header.cgp-header .tc-teams.tc-special-match .tc-event-location {
  font-weight: normal;
}

.tc-match-header.cgp-header .tc-teams.tc-special-match .tc-stadium {
  font-weight: 300;
}

@media (max-width: 599px) {
  .tc-breadcrum-white a::after,
  .rtl .tc-breadcrum-white a::after {
    color: #888 !important;
  }
}
