
.gpg-single-container {
  box-shadow: 0 3px 12px 5px rgba(29, 29, 29, 0.15);
  min-height: 300px;
  padding: 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #FFFFFF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: auto;
  position: relative;
  width:100%;
  margin-bottom: 30px;
  margin-top: 40px;
  background-image: url("/wp-content/uploads/BlogGenerator/images/background/BG2.jpg");
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
}
.gpg-single-row {
  display: block;
  width: 100%;
}
.gpg-single-row__blue {
  background-color:  #002e6c ;
  color: white;
  margin-top : -10px;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.gpg-single-column__leagues {
  width: 50%;
    font-size: 20px;
    float:left;
    padding-left: 20px;
}
.gpg-single-column__hlogo {
  width: 50%;
  font-size: 18px;
  float:right;
  text-align: right;
  padding-right: 20px;
}
.gpg-single-column__hlogo img {
  margin-top: 5px;
}
.gpg-single-column__date {
  width: 50%;
  font-size: 18px;
  float:right;
  text-align: right;
  padding-right: 20px;
}

.gpg-single-column__date span svg {
  width: 18px;
  height: 18px;
}
.gpg-single-column__item {
  width: 40%;
  font-size: 20px;
  text-align : center;
  line-height: 50px;
  text-transform: capitalize;
}
.gpg-single-column__item:first-child {
  float:left;
  padding-left: 20px;
}
.gpg-single-column__item:last-child {
  float:right;
  padding-right: 20px;
}

.gpg-single-column__vswlogo {
  float:left;
  text-align : center;
  width: 20%;
  height: 70px;
   margin-top: -10px; 
}
.gpg-single-column__vswlogo img{
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}
.gpg-single-column__vswologo {
  float:left;
  text-align : center;
  width: 20%;
  height: 70px;
   margin-top: -10px; 
}
.gpg-single-column__vswologo img{
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}
.gpg-single-row__odds {
  text-align: center;
  font-size: 20px;
  letter-spacing: 5px;
}

.gpg-single-odds {
  color: green;
}
.gpg-single-row__button {
  text-align: center;
  font-size: 22px;
  font-weight: 900;
}

.button-animate {
  display: inline-flex;
  height: 40px;
  width: 250px;
  border: 2px solid #002e6c;
  margin: 20px 20px 20px 20px;
  color: #002e6c;
  text-transform: uppercase;
  text-decoration: none;
  font-size: .8em;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.button-animate a {
  color: #002e6c;
  text-decoration: none;
  letter-spacing: 1px;
  position: relative;
  transition: all .45s ease-Out;
  width: 100%;
}
#translate {
  transform: rotate(50deg);
  width: 100%;
  height: 250%;
  left: -200px;
  top: -30px;
  background: #BFC0C0;
  position: absolute;
  transition: all .3s ease-Out;
}
.button-animate:hover #translate {
  left: 0;
}
.button-animate:hover a {
  color: #2D3142;
}
.gpg-single-row__disclaimer {
  padding-top: 20px;
  /* padding-bottom: 20px; */
  text-align: center;
  font-size: 18px;
}
.gpg-single-row__confident {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 18px;
}
.gpg-single-row__span {
  
  font-size: 20px;
}
.gpg-single-row__confident img {
  padding-left: 10px;
}
.gpg-single-row__uodds {
  margin-top : -20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 18px;
}
.gpg-single-column__logo {
  width: 40%;
  text-align : center;

}
.gpg-single-column__logo:first-child {
  float:left;
  padding-left: 20px;
}
.gpg-single-column__logo:last-child {
  float:right;
  padding-right: 20px;
}
@media (max-width: 420px) {
  .gpg-single-column__leagues {
    font-size: 18px;
    padding-left: 10px;
  }
  .gpg-single-column__date {
    margin-top: 5px;
    font-size: 13px;
    padding-right:10px;
  }
  .gpg-single-column__date span svg {
    width: 12px;
    height: 12px;
  }
  .gpg-single-column__item {
    font-size: 25px;
    line-height: 35px;
    margin-top: 20px;
  }
  .gpg-single-column__item:first-child {
    padding-left: 10px;
  }
  .gpg-single-column__item:last-child {
    padding-right: 10px;
  }

  .gpg-single-row__odds {
    font-size: 17px;
    letter-spacing: 1px;
  }

  .gpg-single-column__vswlogo {
     margin-top: 0px; 
  }
  .gpg-single-column__vswologo {
    margin-top: 13px; 
    height: 50px;
    
 }
  .gpg-single-row__reduce {
    margin-top: -40px;
  }
}


/* tips header style */
.tips-header-wrapper .tips-header-edit {
	background-color: #fdeeff;
	align-items: flex-start;
}
.tips-header-wrapper .tips-header-edit .thg-input-star div {
	display: flex;
	flex-wrap: wrap;
}
.tips-header-wrapper .tips-header-edit .thg-input-star div > label:first-child {
	width: 100%;
}
.tips-header-wrapper .tips-header-edit .thg-input-star div:not(:first-child) {
	flex-grow: 1;
}
.tips-header-wrapper .tips-header-edit__srating {
	padding: 20px 20px 0 20px;
}
.tips-header-wrapper .tips-header-edit__srating .srating_span {
	padding-right: 20px;
}
.tips-header-wrapper .tips-header-edit__rating {
	padding: 20px 20px 0 20px;
}
.tips-header-wrapper .tips-header-edit__fields {
	padding: 0 20px 20px 20px;
}
.tips-header-wrapper .tips-header-edit__fields .sports {
	margin-top: 12px;
}

.thg-single-container {
	box-shadow: 0 3px 12px 5px rgba(29, 29, 29, 0.15);
	border: 1px solid #ffffff;
	border-radius: 10px 10px 0 0;
	width: 100%;
	min-height: 120px;
	margin: 70px 0 20px 0;
	color: white;
	background-color: #002e6c;
	background-image: -webkit-linear-gradient(45deg, #002e6c 60%, #004e95 50%);
	position: relative;
}
.thg-single-container .ribbon-wrapper-9 {
	width: 108px;
	height: 108px;
	overflow: hidden;
	position: absolute;
	top: -6px;
	right: -6px;
}
.thg-single-container .ribbon-wrapper-9 .ribbon-9 {
	font: bold 20px Sans-Serif;
	line-height: 18px;
	color: #e9ea7b;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: relative;
	padding: 7px 0;
	left: -4px;
	top: 26px;
	width: 150px;
	background-color: #6daaab;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	letter-spacing: 0.5px;
	box-shadow: -3px 5px 6px -5px rgba(0, 0, 0, 0.5);
	outline: 1px dotted #ffffff;
	outline-offset: -4px;
	background-image: radial-gradient(circle farthest-side, #00439b, #002e6c);
	text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.2);
}
.thg-single-container .ribbon-wrapper-9 .ribbon-9 .ribbon-star {
	width: 22px;
}
.thg-single-container .ribbon-wrapper-9 .ribbon-9:before,
.thg-single-container .ribbon-wrapper-9 .ribbon-9:after {
	content: '';
	border-top: 4px solid #002e6c;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	position: absolute;
	bottom: -4px;
}
.thg-single-container .ribbon-wrapper-9 .ribbon-9:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: -1;
	border-left: 4px solid #002e6c;
	border-right: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-top: 4px solid #002e6c;
}
.thg-single-container .ribbon-wrapper-9 .ribbon-9:after {
	content: '';
	position: absolute;
	right: 7px;
	top: 100%;
	z-index: -1;
	border-left: 4px solid transparent;
	border-right: 4px solid #002e6c;
	border-bottom: 4px solid transparent;
	border-top: 4px solid #002e6c;
}
.thg-single-container .thg-content {
	display: flex;
	flex-wrap: wrap;
	min-height: 120px;
	width: 92%;
}
.thg-single-container .thg-content span {
	position: relative;
}
.thg-single-container .thg-content .thg-icon {
	width: 100%;
}
.thg-single-container .thg-content .thg-icon img {
	position: absolute;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	margin-top: -35px;
	box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.57);
}
@media (max-width: 480px) {
	.thg-single-container .thg-content .thg-icon {
		text-align: left;
	}
	.thg-single-container .thg-content .thg-icon img {
		width: 50px;
		height: 50px;
		margin-top: -30px;
	}
}
.thg-single-container .thg-content .thg-column {
	flex-grow: 1;
	padding: 0x;
	margin: auto;
}
.thg-single-container .thg-content .thg-column__tips {
	text-align: right;
	font-size: clamp(0.8rem, 2.5vw, 1.3rem);
}
.thg-single-container .thg-content .thg-column__tips a {
	text-decoration: none;
	color: white;
}
.thg-single-container .thg-content .thg-column__match {
	text-transform: capitalize;
	margin-left: 30px;
}
.thg-single-container .thg-content .thg-column__match .match {
	font-size: clamp(1rem, 2.5vw, 1.5rem);
	font-weight: 700;
}
.thg-single-container .thg-content .thg-column__match .match a {
	text-decoration: none;
	color: white;
}
.thg-single-container .thg-content .thg-column__match .schedule {
	font-size: clamp(0.8rem, 2.5vw, 1.3rem);
}
.thg-single-container .thg-content .thg-column__match .schedule a {
	text-decoration: none;
	color: white;
}
@media (max-width: 1000px) {
	.thg-single-container .thg-content .thg-column__tips {
		text-align: left;
		margin-left: 30px;
	}
}
