﻿/***********Variable declaration**************/
/*********Functions********/
/***********Mixins declaration**************/
/*---For adding the clipped path (browser support friendily) -------*/
/*----Image Sizes----------*/
/*Sharp four corner container (Four corner Bevel Container)*/
/*Sharp four corner container (Four corner Bevel Container)*/
.v2_rotator-container {
  min-width: 100%;
  font-family: "roboto", sans-serif;
  background-color: white;
  padding: 5px 0;
}

.v2_rotator-head {
  padding: 10px 25px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  color: black;
  width: 100%;
}
.v2_rotator-head p {
  font-weight: 700;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin: 0; /*This is just to overcome bootstrap style*/
}

/*Tabs styling*/
.v2_rotator-tabs {
  margin-left: 10px;
}
@media (max-width: 739px) {
  .v2_rotator-tabs {
    display: none !important;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
}

.v2_nav-pills-list li[role=presentation] a {
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid #d4d6d8;
  border-radius: 3px;
  outline: none;
  padding: 2px 10px;
  color: inherit;
}
.v2_nav-pills-list li[role=presentation] a:hover, .v2_nav-pills-list li[role=presentation] a:focus {
  background-color: #004693;
  color: white;
}
.v2_nav-pills-list li[role=presentation]:not(:last-child) {
  margin-right: 10px;
}
.v2_nav-pills-list li.active a {
  background-color: #004693;
  color: white;
}

/******Rotator Styling********/
.v2_rotator-selector-container {
  margin-left: 10px;
  width: 100%;
}
@media (min-width: 741px) {
  .v2_rotator-selector-container {
    display: none !important;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
}
.v2_rotator-selector-container > select[name=rotator-category] {
  width: 100%;
  border: 1px solid #d4d6d8;
  padding: 5px;
  text-transform: uppercase;
  color: black;
  font-weight: 700;
  background: white;
  border-radius: 3px;
}

/*Rotator Body styling*/
.v2_rotator-body {
  max-width: 100%;
  width: 100%;
  /*Owl caraousal style overwriting*/
}
.v2_rotator-body .owl-nav .owl-prev, .v2_rotator-body .owl-nav .owl-next {
  margin: 0 10px !important;
  background: white !important;
  color: black;
  height: 110%;
  margin: 0 !important;
  padding: 0 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.v2_rotator-body .owl-nav .owl-prev:hover, .v2_rotator-body .owl-nav .owl-next:hover {
  color: black;
}
.v2_rotator-body .owl-stage-outer {
  padding: 0 21px;
}

.v2_rotator-item {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  min-width: 220px;
  padding: 10px;
  padding-right: 15px;
  border-right: 2px solid #d4d6d8;
  font-family: "Roboto Condensed", sans-serif;
  /*Below is for overcome the bootstrap default styling*/
}
.v2_rotator-item > div {
  display: flex;
  align-items: center;
}
.v2_rotator-item p {
  margin: 0;
}
.v2_rotator-item .item-head {
  justify-content: space-between;
}
.v2_rotator-item .item-head .v2_rotator-head-item-discipline {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "roboto", sans-serif;
}
@media (max-width: 449px) {
  .v2_rotator-item .item-head .v2_rotator-head-item-discipline {
    font-size: 10px;
  }
}
@media (max-width: 449px) {
  .v2_rotator-item .item-head .v2_rotator-head-item-time-left {
    font-size: 13px;
  }
}
.v2_rotator-item .item-head .v2_rotator-head-item-less-time--red {
  color: red !important;
  font-weight: 700;
}
.v2_rotator-item .item-head .v2_rotator-head-item-less-time--yellow {
  color: #ff8d00;
  font-weight: 700;
}
.v2_rotator-item .item-head .v2_rotator-head-item-less-time--green {
  color: #46c563;
  font-weight: 700;
}
.v2_rotator-item .item-foot {
  justify-content: space-between;
}
.v2_rotator-item .item-foot > div {
  display: flex;
  align-items: center;
}
@media (max-width: 449px) {
  .v2_rotator-item {
    font-size: 13px;
  }
}

.v2_rotator-head-image {
  max-width: 25px;
  border: 1px solid #d4d6d8;
}
.v2_rotator-head-image-flag {
  width: 25px !important;
  min-width: 25px !important;
  height: 14px;
}

.v2_rotator-head-title {
  font-weight: 700;
  margin-left: 5px !important;
  min-width: fit-content;
  font-family: "Roboto Condensed", sans-serif !important;
  text-transform: uppercase;
}

.v2_rotator-head-race-info {
  margin-left: 5px !important;
  justify-self: flex-start;
}

.v2_rotator-head-btn, .v2_rotator-head-btn:visited, .v2_rotator-head-btn:focus {
  padding: 1px 4px;
  text-transform: uppercase;
  background-color: #b1b110;
  color: white;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif !important;
}
.v2_rotator-head-btn:focus, .v2_rotator-head-btn:visited:focus, .v2_rotator-head-btn:focus:focus {
  color: white !important;
  text-decoration: none !important;
}
.v2_rotator-head-btn:hover, .v2_rotator-head-btn:visited:hover, .v2_rotator-head-btn:focus:hover {
  background-color: #0067ff;
  color: white;
}
.v2_rotator-head-btn:hover, .v2_rotator-head-btn:visited:hover, .v2_rotator-head-btn:focus:hover {
  color: white;
  background-color: #004693;
}

.v2_today-racing-container {
  width: 100%;
  background-color: white;
  overflow-y: auto;
  height: 549px;
  /*height: 416px;*/
  font-family: "roboto", sans-serif !important;
  max-width: 750px;
}
@media (min-width: 631px) and (max-width: 880px) {
  .v2_today-racing-container {
    margin: 20px auto;
  }
}
.v2_today-racing-container::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #eeeeee;
}
.v2_today-racing-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 7px;
  background-color: #eeeeee;
}
.v2_today-racing-container::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #004693;
}

.headline {
  width: 100%;
  background-color: #004693;
  color: white;
  text-transform: uppercase;
  padding: 4px 5px;
  font-weight: 400;
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  font-size: 15px;
}
.headline p {
  margin: 0;
}
.headline a {
  color: white;
  text-decoration: underline;
}
@media (max-width: 629px) {
  .headline {
    position: relative;
  }
}

/*.v2_home-page .v2_today-racing-container {
    height: 549px;
}*/
@media (max-width: 630px) {
  .v2_hero-section-phone .headline {
    display: none !important;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
}

/*Tabs Container*/
.v2_today-racing-tabs {
  min-width: 100%;
  border-bottom: 1px solid #d4d6d8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  background: white;
  z-index: 1;
  overflow: hidden;
  /*Single tab*/
}
.v2_today-racing-tabs .v2_tab {
  text-transform: uppercase;
  color: #666666;
  cursor: pointer;
  padding: 4px 10px;
  border-bottom: 4px solid transparent;
  font-weight: 400;
  font-size: 12px;
  flex: 1;
  text-align: center;
}
@media (max-width: 629px) {
  .v2_today-racing-tabs .v2_tab {
    font-size: 12px;
  }
}
@media (max-width: 629px) {
  .v2_today-racing-tabs {
    position: relative;
    top: 0;
  }
}

.v2_tab_active {
  color: #004693 !important;
  border-bottom: 4px solid #004693 !important;
}

.v2_todays-racing-list {
  padding: 10px 20px;
}

.v2_todays-racing-list-item {
  /*Head section*/
  /*****************Body section***********/
}
.v2_todays-racing-list-item:not(:first-child) {
  margin-top: 10px;
}
.v2_todays-racing-list-item .list-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  background-color: white;
  cursor: pointer;
  border: 1px solid #d4d6d8;
  padding: 6px 10px;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.v2_todays-racing-list-item .list-head-opened {
  border-color: #004693;
}
.v2_todays-racing-list-item .list-head .list-head-img {
  width: 25px;
  display: inline-block;
  margin-right: 4px;
}
.v2_todays-racing-list-item .list-head .list-head-img > img {
  width: 100%;
  height: 100%;
  border: 1px solid #d4d6d8;
}
.v2_todays-racing-list-item .list-head p {
  font-weight: 500;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin: 0;
  text-transform: uppercase;
  margin-right: 10px;
}
.v2_todays-racing-list-item .list-head-icon-container {
  color: black;
}
.v2_todays-racing-list-item .list-body {
  width: 100%;
  list-style: none;
  margin: 0;
  background-color: white;
  padding: 6px 10px;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid #d4d6d8;
  border-top: hidden;
  display: none;
}
.v2_todays-racing-list-item .list-body-opened {
  display: block;
  border-color: #004693;
}
.v2_todays-racing-list-item .list-body > .list-body-item {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.v2_todays-racing-list-item .list-body > .list-body-item:not(:last-child) {
  border-bottom: 1px solid #d4d6d8;
}
.v2_todays-racing-list-item .list-body > .list-body-item > :first-child {
  flex: 1;
  font-weight: 400;
}
.v2_todays-racing-list-item .list-body > .list-body-item p {
  color: #004693;
  font-weight: 400;
  margin: 0;
}
.v2_todays-racing-list-item .list-body > .list-body-item:hover {
  text-decoration: underline;
}
.v2_todays-racing-list-item .list-body .list-body-item-race-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.v2_todays-racing-list-item .list-body .list-body-item-race-info p:first-child {
  color: black;
}
.v2_todays-racing-list-item .list-body .list-body-item-race-info .less-time-left--red {
  color: red;
  font-weight: 700;
}
.v2_todays-racing-list-item .list-body .list-body-item-race-info .less-time-left--yellow {
  color: #ff8d00;
  font-weight: 700;
}
.v2_todays-racing-list-item .list-body .list-body-item-race-info .less-time-left--green {
  color: #46c563;
  font-weight: 700;
}

/***************Country Accordion Stuff************/
.v2_todays-racing-country-accordian-container {
  width: 100%;
  height: auto;
  overflow: auto;
  margin-bottom: 10px;
}

.v2_todays-racing-country-accordian-item {
  width: 100%;
  border: 1px solid #d4d6d8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px;
  cursor: pointer;
}
.v2_todays-racing-country-accordian-item > .v2_accordian-img-container {
  display: inline-block;
  font-size: 16px;
}
.v2_todays-racing-country-accordian-item > .v2_accordian-img-container img {
  width: 25px !important;
  height: 14px;
  border: 1px solid #d4d6d8;
}
.v2_todays-racing-country-accordian-item-active {
  border: 2px solid #004693;
}

.v2_todays-racing-country-accordian-body {
  display: none;
  height: 0px;
  padding: 0px 4px;
}
.v2_todays-racing-country-accordian-body-show {
  display: block;
  height: unset;
}

.v2_journalist-card-container {
  width: 100%;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 3px;
  background-color: #f8f8f8;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contributors-desc {
  margin: 30px 0px 0px 0px;
  line-height: 20px;
  padding: 30px;
  background-color: #f8f8f8;
  border-radius: 3px;
}

.journalist-desc {
  width: 100%;
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 3px;
}

.v2_journalist-card {
  display: flex;
  flex-direction: row;
  background-color: transparent;
  min-width: 50%;
}

.single_contributors_page .v2_journalist-card {
  row-gap: 10px;
}
@media (max-width: 630px) {
  .single_contributors_page .v2_journalist-card {
    flex-direction: column;
    align-items: center;
  }
}

.v2_journalist-card-image {
  border-radius: 50%;
  width: fit-content;
  height: fit-content;
  overflow: hidden;
  min-width: 100px;
}
.v2_journalist-card-image img {
  height: 100px;
  width: 100px;
}

.single_contributors_page .v2_journalist-card-image {
  width: unset;
  border-radius: unset;
  height: 100%;
  min-width: 212px;
  max-height: 240px;
  /*   @include media("<=large-phone") {
      width: 60%;
  }*/
}
.single_contributors_page .v2_journalist-card-image img {
  height: unset;
  width: 100%;
  max-height: 240px;
  border-radius: 3px;
}

.v2_journalist-card-body {
  padding: 20px;
  padding-bottom: 8px;
  padding-top: 2px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.journalist-button {
  cursor: pointer;
  font-weight: 500;
  border: 1px solid #004693;
  background-color: #fff;
  color: #000;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: block;
  text-decoration: none;
  border-radius: 3px;
}

.journalist-button:hover {
  background-color: #004693;
  color: white;
}

.journalist-list {
  margin-top: 30px;
}

.journalist-articles-layout {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0 20px;
}

.journalist-name {
  font-size: 22px;
  font-weight: 500;
  display: block;
}

.journalist-page-title {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 7px;
}

.social-btns-wrapper {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.social-btn {
  padding: 5px 15px;
  border-radius: 3px;
  background-color: #004693;
  color: white;
  text-decoration: none;
}
.social-btn:hover, .social-btn:focus {
  color: white;
  text-decoration: none;
}
