

@import url("https://fonts.googleapis.com/css?family=Red+Hat+Display:400,900&display=swap");



@import url("https://fonts.googleapis.com/css?family=Red+Hat+Display:400,900&display=swap");

.post {
	/*overflow:inherit !important;*/
}

body, html {
 /* height: 100%;
  width: 100%;
  overflow: hidden;
  background: #4B4168;*/
  color: #333;
}

.scoreboard-center {
 /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
	position:relative;
 /* z-index: 10;*/
  font-family: "Red Hat Display", sans-serif;
	max-width: 960px !important;
}

.top3 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #4B4168;
}
.top3 .item {
  box-sizing: border-box;
  position: relative;
  background: white;
  width: 9rem;
  height: 10rem;
  text-align: center;
  padding: 2.8rem 0 0;
  margin: 1rem 1rem 2rem;
  border-radius: 0.5rem;
  transform-origin: bottom;
  cursor: pointer;
  transition: transform 200ms ease-in-out;
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.1), 0 1rem 2rem -1rem rgba(0, 0, 0, 0.3);
}
.top3 .item .pic {
  position: absolute;
  top: -2rem;
  left: 2.5rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-right: 1rem;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2), 0 1rem 1rem -0.5rem rgba(0, 0, 0, 0.3);
}
.top3 .item .pos {
  font-weight: 900;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.top3 .item .name {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.top3 .item .score {
  opacity: 0.5;
}
.top3 .item .score:after {
  display: block;
  content: "points";
  opacity: 0.5;
}
.top3 .item.one {
  width: 10rem;
  height: 11rem;
  padding-top: 3.5rem;
}
.top3 .item.one .pic {
  width: 5rem;
  height: 5rem;
  left: 2.5rem;
}
.top3 .item:hover {
  transform: scale(1.05);
}



.list {
  padding-left: 2rem;
  margin: 0 auto;
}
.list .item {
  position: relative;
  display: flex;
  align-items: center;
  background: white;
  height: 3rem;
  border-radius: 4rem;
  margin-bottom: 2rem;
  background: #EAA786;
  transform-origin: left;
  cursor: pointer;
  transition: transform 200ms ease-in-out;
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.1), 0 1rem 2rem -1rem rgba(0, 0, 0, 0.3);
}
.list .item .pos {
  font-weight: 900;
  position: absolute;
  left: -2rem;
  text-align: center;
  font-size: 1.25rem;
  width: 1.5rem;
  color: black;
  opacity: 0.6;
  transition: opacity 200ms ease-in-out;
}
.list .item .pic {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  /*margin-right: 1rem;*/
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2), 0 1rem 1rem -0.5rem rgba(0, 0, 0, 0.3);
}
.list .item .name {
  flex-grow: 2;
  flex-basis: 10rem;
  font-size: 1.1rem;
}
.list .item .score {
  margin-right: 1.5rem;
  opacity: 0.5;
}
.list .item .score:after {
 /* margin-right: 1rem;
  content: "points";*/
  opacity: 0.5;
}
.list .item:hover {
  transform: scale(1.05);
}
.list .item:hover .pos {
  opacity: 0.8;
}
/**************************************************/
body.single .content.center {
	width: fit-content;
}

@media only screen and (max-width: 380px) {
.list .item .pic {
	width: 8rem;
  height: 4rem;
}
}

body a {
    color: #000;
    text-decoration: none;
}

button.item {
    outline: none;
    width: 100%;
}



/*Plugin Home Page*/

.scoreboard-card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
  border-radius: 5px;
}

.scoreboard-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

img.scoreboard-card {
  border-radius: 5px 5px 0 0;
}

.scoreboard-container {
  padding: 2px 16px;
}

.column {
  float: left;
  width: 25%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/*Plugin Home Page*/

@import url("https://fonts.googleapis.com/css?family=Red+Hat+Display:400,900&display=swap");

.post {
	overflow:inherit !important;
}

body, html {
 /* height: 100%;
  width: 100%;
  overflow: hidden;
  background: #4B4168;*/
  color: #333;
}


.top3 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #4B4168;
}
.top3 .item {
  box-sizing: border-box;
  position: relative;
  background: white;
  width: 9rem;
  height: 10rem;
  text-align: center;
  padding: 2.8rem 0 0;
  margin: 1rem 1rem 2rem;
  border-radius: 0.5rem;
  transform-origin: bottom;
  cursor: hand;
  transition: transform 200ms ease-in-out;
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.1), 0 1rem 2rem -1rem rgba(0, 0, 0, 0.3);
}
.top3 .item .pic {
  position: absolute;
  top: -2rem;
  left: 2.5rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-right: 1rem;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2), 0 1rem 1rem -0.5rem rgba(0, 0, 0, 0.3);
}
.top3 .item .pos {
  font-weight: 900;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.top3 .item .name {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.top3 .item .score {
  opacity: 0.5;
}
.top3 .item .score:after {
  display: block;
  /*content: "points";*/
  opacity: 0.5;
}
.top3 .item.one {
  width: 10rem;
  height: 11rem;
  padding-top: 3.5rem;
}
.top3 .item.one .pic {
  width: 5rem;
  height: 5rem;
  left: 2.5rem;
}
.top3 .item:hover {
  transform: scale(1.05);
}

.list {
  padding-left: 2rem;
  margin: 0 auto;
}
.list .item {
  position: relative;
  display: flex;
  align-items: center;
  background: white;
  height: 3rem;
  border-radius: 4rem;
  margin-bottom: 2rem;
  background: #EAA786;
  transform-origin: left;
  cursor: pointer;
  transition: transform 200ms ease-in-out;
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.1), 0 1rem 2rem -1rem rgba(0, 0, 0, 0.3);
}
.list .item .pos {
  font-weight: 900;
  position: absolute;
  left: -2rem;
  text-align: center;
  font-size: 1.25rem;
  width: 1.5rem;
  color: black;
  opacity: 0.6;
  transition: opacity 200ms ease-in-out;
}
.list .item .pic {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  /*margin-right: 1rem;*/
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2), 0 1rem 1rem -0.5rem rgba(0, 0, 0, 0.3);
}
.list .item .name {
  flex-grow: 2;
  flex-basis: 10rem;
  font-size: .8rem;
  text-align: center;
}
.list .item .score {
  margin-right: 5px;
  opacity: 0.5;
  font-size: .8rem;
}
.list .item .score:after {
  /*margin-right: 1rem;
  content: "points";*/
  opacity: 0.5;
}
.list .item:hover {
  transform: scale(1.05);
}
.list .item:hover .pos {
  opacity: 0.8;
}
/**************************************************/
body.single .content.center {
	width: fit-content;
}

@media only screen and (max-width: 380px) {
.list .item .pic {
	width: 3rem;
  height: 3rem;
}
}

body a {
    color: #000;
    text-decoration: none;
}

button.item {
    outline: none;
    width: 100%;
}

/* div.show {
    padding: 0 10px 10px;
    margin-bottom: 15px;
    margin-left: 15px;
}*/

.truevine-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff !important;
    background-clip: border-box;
    border: 8px solid rgb(189 187 187);
    border-radius: .25rem;
    box-shadow: 0 0 4rem 0 rgb(0 0 0 / 10%), 0 1rem 2rem -1rem rgb(0 0 0 / 30%);
    margin-bottom: 2rem;
    /*width: 10rem;*/
    min-height: 14rem;
    text-align: center;
    align-items: center;
		padding: .5rem;
    margin-right: 1rem;
	cursor: pointer;
	transition: transform 200ms ease-in-out;
	
}

.scoreboard-card-img, .scoreboard-card-img-bottom, .scoreboard-card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /* width: 44%; */
    width: 70px;
    height: 70px;
    border-radius: 50% !important;
    position: absolute;
    top: -40px;
    box-shadow: 0 0 1rem 0 rgb(0 0 0 / 20%), 0 1rem 1rem -0.5rem rgb(0 0 0 / 30%);
	    background-size: cover;
    background-position: center;
}

.card-body {

    padding: 0;
}

.post-content h2,.post-content h1{
    margin: 50px 0 0;
}

.card-title,.card-text{

text-align: center;
}

.post-content *:last-child {
     margin-bottom: 2rem; 
}

.firstplace{
	border: 8px solid #ffd70082;
	min-height: 22rem;
	background-color:white;
}

.thirdplace{
	border: 8px solid #cd7f3282;
	min-height: 18rem;
	background-color:white;

}

.secondplace{
	border: 8px solid rgb(189 187 187);
	min-height: 18rem;
	background-color:white;
}

.truevine-card:hover{

    transform: scale(1.05);
}

.list .item .score {
    /*margin-right: 1.5rem;*/
    opacity: 0.5;
    margin-bottom: 0;
}

/*This adjusts the layout of the menu from vertical*/

element.style {
}
.site-header .navbar-nav {
    text-align: right;
}
.navbar-nav {
    -ms-flex-direction: unset !important;
    flex-direction: unset !important;
}
	.site-content {
    padding: 5px 15px 5px;
}

.top_site_main .page-title-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
}

button:hover{
background-color: transparent;
}


@media (min-width: 1200px)
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 950px !important;
}

.scoreboard_profile_pic {
    height: 300px;
    width: 300px;
    background-size: contain;
    background-repeat: no-repeat;
}

.scoreboard-bootstrap-icon{
font-size:5rem;
align-self: center;
}

.score-top-5{
    font-size:100%;
}
.score-top-5-table{
background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}