
.ess_wrp{ /*was Raleway*/
    font-family: Arial, sans-serif;
    min-height: 319px;
}

.ess_wrp .ess_stats_wrp,
.ess_wrp .ess_finish .stage,
.ess_wrp .countdown_wrp .count_down,
.ess_wrp .countdown_wrp .start_time{ /*was Proxima*/
    font-family: Poppins, sans-serif;
    font-weight: 500;
}

.fonts_loaded .ess_wrp,
.fonts_loaded .ess_wrp .ess_stats_wrp,
.fonts_loaded .ess_wrp .ess_finish .stage,
.fonts_loaded .ess_wrp .countdown_wrp .count_down,
.fonts_loaded .ess_wrp .countdown_wrp .start_time{ /*was Proxima*/
    font-family: Poppins, sans-serif;
}
/*body.page-id-663 .vlog-content{background: #f6f6f6!important;}*//*test*/
._bg_grey{
    background-color: #f6f6f6;
}
._bg_light_grey{
    background-color: #fdfdfd;
}
._bg_w{
    background-color: #fff;
}
._bg_blue{
    background-color: #103364;
    color: #fff;
}
._bg_yellow{
    background-color: #ffb700;
}
._tl{
    text-align: left;
}
._tc{
    text-align: center;
}
._dib{
    display: inline-block;
}
._dtb{
    display: table;
    height: 100%;
    width: 100%;
}
._dtr{
    display: table-row;
    width: 100%;
}
._dtc{
    display: table-cell;
}
._ha{
    height: auto!important;
}
._5c ._dtc{
    width: 20%;
}
._6c ._dtc{
    width: 16.667%;
}

._vmid{
    vertical-align: middle;
}
._top{
    vertical-align: middle;
}
.clear {
    clear: both;
}

.blinker {
    animation-name: blinker;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    from {
        opacity: 0;
        background-color: #0d0;
        -moz-box-shadow: inset 0 0 9px #050;
    }

    50% {
        opacity: 1;
        background-color: #2f2;
        -moz-box-shadow: inset 0 0 5px #9f9;
    }

    to {
        opacity: 0;
        background-color: #0d0;
        -moz-box-shadow: inset 0 0 9px #050;
    }
}

@-webkit-keyframes blinker {
    from {
        opacity: 0;
        background-color: #0d0;
        -webkit-box-shadow: inset 0 0 9px #050;
    }

    50% {
        opacity: 1;
        background-color: #2f2;
        -webkit-box-shadow: inset 0 0 5px #9f9;
    }

    to {
        opacity: 0;
        background-color: #0d0;
        -webkit-box-shadow: inset 0 0 9px #050;
    }
}

@keyframes blinker {
    from {
        opacity: 0;
        background-color: #0d0;
        box-shadow: inset 0 0 9px #050;
    }

    50% {
        opacity: 1;
        background-color: #2f2;
        box-shadow: inset 0 0 5px #9f9;
    }

    to {
        opacity: 0;
        background-color: #0d0;
        box-shadow: inset 0 0 9px #050;
    }
}

@keyframes dots_blink {33.33%{ color: #000 } 66.67% { color: #fff }}
@-webkit-keyframes dots_blink {33.33% { color: #000 } 66.67% { color: #fff }}
@-moz-keyframes dots_blink {33.33% { color: #000 } 66.67% { color: #fff }}

.loader__dot{color: #fff}

.loader__dot {
    animation: 3s dots_blink infinite;
    -webkit-animation: 3s dots_blink infinite;
    /*animation-fill-mode: none;
    -webkit-animation-fill-mode: none;*/
}
.loader__dot:nth-of-type(2) {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
}
.loader__dot:nth-of-type(1) {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
}

.green_dot,
.green_dot.blinker {
    position: absolute;
    content: " ";
    top: 50%;
    right: -16px;
    margin-top: -6px;
    width: 8px;
    height: 8px;
    /*border: 1px solid #777;*/
    border-radius: 50%;
    background-color: #0d0;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}

.green_dot {
    background: #0d0;
    box-shadow: inset 4px 4px 0px 4px rgba(0,0,0,0.1),inset 1px 1px 0px 1px rgba(0,0,0,0.2);
    /*border: 1px solid #555;*/
}

.green_dot.off {
    background: #131;
    border-color: #343;
}
/*-[ Slick ]------------------------------------*/

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;
    
    display: block;

    /*width: 20px;
    height: 20px;*/

    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;

    top: 30px;
    /*top: 7.5%;*/
    z-index: 2;

    padding: 18px 20px;
    margin: 0 2px;
    background: #fff;

    border: 0px solid #eee;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    /*background: transparent;*/
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'FontAwesome';
    font-size: 20px;
    
    line-height: 1;

    opacity: .75;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -2px;
    border-left-width: 2px;
}
[dir='rtl'] .slick-prev
{
    right: 0;
    left: auto;
}
.slick-prev:before
{
    content: '\f053';
}
[dir='rtl'] .slick-prev:before
{
    content: '\f054';
}

.slick-next
{
    right: -2px;
    border-right-width: 2px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0;
}
.slick-next:before
{
    content: '\f054';
}
[dir='rtl'] .slick-next:before
{
    content: '\f053';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/*add padding*/
.slick-slide{
    /*padding: 0 20px;*/
    outline: none;
}
/*.slick-next {
    right: 40px;
}
.slick-prev {
    left: 40px;
}*/
/*-[ Tabs ]------------------------------------*/
.tab_widget {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
}
.tab_widget .tab_title_container {
    display: block;
    position: relative;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    line-height: 0;
}
.tab_widget .tab_title_container li:before {
    display: none;
}
.tab_widget .tab_title_container li {
    display: inline-block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    /*background-image: linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
    background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(230,230,230)), color-stop(0.55, rgb(238,238,238)) );*/

    border-bottom: 4px solid transparent;
    margin-bottom: -2px!important;
    z-index: 3;

    margin-left: 3.43em;
    /*font-size: 14px;*/
}
.tab_widget .tab_title_container li:first-child {

    margin-left: 0;
}
.tab_widget .tab_title_container li a {
    text-decoration: none;
    
    display: block;
    
    font-size: inherit;
    
    line-height: 1;
    padding: 1.4286em 1.7857em;

    outline: none;
    font-weight: 600;
    /*font-family: "ProximaNova";*/
    text-transform: uppercase;
    color: rgb(16, 51, 100);
    opacity: 0.7;
}
.widget.vlog-no-padding:nth-of-type(1) .ess_wrp.tab_widget .tab_title_container li a {
    padding-top: 0;
}
.tab_widget .tab_title_container li.active {
    border-bottom-color: rgb(16, 51, 100);
}
.tab_widget .tab_title_container li.active a {
    opacity: 1;
}
.tab_widget .tab_container {
    display: block;
    border-top: none;
    overflow: hidden;
    position: relative;
    clear: both;
}
.tab_widget .tab_content {
    display: block;
    position: relative;
    /*padding: 15px;*/
}
/* Loading... */
.ess-loading {
    min-height: 120px;
}
.load8:before,
.ess-loading:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 11;
}

.load8:after,
.ess-loading:after {
    content: "";
    margin: 0 auto 3em auto;
    font-size: 10px;
    position: absolute;
    top: 45%;
    left: 45%;
    z-index: 12;
    text-indent: -9999em;
    border-top: 0.4em solid rgba(0, 0, 0, 0.2);
    border-right: 0.4em solid rgba(0, 0, 0, 0.2);
    border-bottom: 0.4em solid rgba(0, 0, 0, 0.2);
    border-left: 0.4em solid #000;
    -webkit-animation: load8 0.5s infinite linear;
    animation: load8 0.5s infinite linear;
    border-radius: 50%;
    width: 2em;
    height: 2em;
}
.load8{
    position: relative;
}
.avatar.load8:after{
    top: 20.5%;
    left: 36%;
}

@-webkit-keyframes load8 { 
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 { 
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ess_wrp{
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    /*font-family: "Raleway";*/
    font-size: 14px;
    line-height: 1.6;
    /*border-bottom: 2px solid #dddfe2;*/
    border-radius: 3px;
}
.ess_data_wrp{
    position: relative;
}
.ess_wrp .day_wrp{
    text-align: center;
    width: 100%;
    height: 60px;
    /*height: 4.2857em;*/
    display: table;
    
    background: #fff;
    border: 2px solid #eee;
    border-left: 0;
    border-right: 0;

    line-height: 0;
}
.ess_wrp .day_wrp span{
    /*font-size: 14px;*/
    position: relative;
}
.ess_wrp .day_wrp i{
    font-size: 18px;
    font-size: 1.2857em;
    /*position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);*/
    margin-right: .6em;
}
.ess_wrp .day_wrp span{
    /*margin-left: 1.25em;*/
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.ess_wrp .game_player_wrp{
    margin: 2px 2px 0 2px;
}
.ess_wrp .game_wrp{
    margin-top: 28px;
    /*height: 124px;
    height: 8.8571em;*/
}
.ess_wrp .ess_schedule .game_wrp{
    /*padding-top: 18px;*/
}
.ess_wrp .game_wrp .game_info{
    cursor: pointer;
    border-top: 2px solid transparent!important;
    border-bottom: 2px solid transparent!important;
    height: 134px;
}
.ess_wrp .game_wrp ._dtc{
    text-align: center;
}
.ess_wrp .ess_finish .game_wrp .teams{
    text-align: left;
    padding-left: 15px;
}
.ess_wrp .ess_schedule .game_wrp .team{
    width: 29.87%;
}
.ess_wrp .ess_schedule .game_wrp .team .short_name{
    line-height: 1.2;
    /*font-size: 14px;*/
    font-weight: 500;
}
.ess_wrp .ess_schedule .game_wrp .team .w_l{
    font-size: 12px;
    font-size: .857em;
    color: #666;
}
.ess_wrp .ess_schedule .game_wrp .team .avatar{
    width: 55px;
    width: 3.9287em;
    /*height: 55px;
    height: 3.9287em;*/
    margin: 5px 0 1px;

    width: 52px;
    width: 3.9143em;
    /*height: 52px;
    height: 3.7143em;*/
    margin: 7px 0 2px;
}
/*.ess_wrp .ess_schedule .game_wrp .team.team2 .avatar{
    width: 52px;
    width: 3.7143em;
    height: 52px;
    height: 3.7143em;
    margin: 7px 0 2px;
}
.ess_wrp .ess_schedule .game_wrp .team.team2{
    width: 101px;
    width: 25.57%;
}*/
.ess_wrp .player_wrp{
    background: rgb(16, 51, 100);
    color: #fff;
    text-align: center;
    border: 2px solid rgb(255, 183, 0);

    border-left: 0;
    border-right: 0;
    text-transform: uppercase;
    height: 54px;
    height: 3.8572em;

    display: none;
}
.ess_wrp .player_wrp.injury{
    background: rgb(223, 0, 0);
}
.ess_wrp .player_wrp .avatar_img_wrp{
    position: relative;
    width: 36px;
    width: 2.571em;
    height: 36px;
    height: 2.571em;
    border: 2px solid rgb(255, 183, 0);
    border-radius: 50%;
    background: #fff;
    margin: 0 auto;
}
.ess_wrp .player_wrp.has_mood .avatar_img_wrp:after{
    content: "";
    display: block;
    width: 17px;
    width: 1.214em;
    height: 17px;
    height: 1.214em;
    border-radius: 50%;
    background-size: contain!important;
    position: absolute;
    top: -5px;
    top: -0.357em;
    right: -10px;
    right: -0.714em;
    z-index: 1;
}
.ess_wrp .player_wrp.injury .avatar_img_wrp:after{
    background: #fff url('/wp-content/uploads/mood/injury.png') center center no-repeat;
}

.ess_wrp .player_wrp .name_wrp{
    word-wrap: break-word;
    word-break: break-word;
    padding: 0 10px;
    line-height: 1.2;
    /*background: rgba(10, 32, 64,.21);*/
    background: rgba(0, 0, 0,.2);
}
.ess_wrp .player_wrp.injury .name_wrp{
    /*background: #b4060d;*/
}
.ess_wrp .player_wrp .avatar{
    width: 70px;
    width: 17.72%;
}
.ess_wrp .player_wrp .name_wrp{
    width: 74px;
    width: 18.73%;
}
.ess_wrp .player_wrp .first_name{
    font-size: 12px;
    font-size: .857em;
    font-weight: 600;
}
.ess_wrp .player_wrp .last_name{
    /*font-size: 14px;*/
    font-weight: 800;
}
.ess_wrp .player_wrp .status{
    /*font-family: Raleway;*/
    text-align: left;
    padding-left: 9px;
    line-height: 1.2;
}
.ess_wrp .player_wrp .status .title{
    font-size: 12px;
    font-size: .857em;
    font-weight: 700;
}
.ess_wrp .player_wrp .status .sub_title{
    font-size: 10px;
    font-size: .714em;
    font-weight: 600;
    margin-top: 2px;
}
.ess_wrp .player_wrp .stats_wrp{
    padding-left: 20px;
    font-size: 12px;
    font-size: .857em;
    font-weight: 600;
}
.ess_wrp .player_wrp .stats_wrp ._dtc{
    width: 33.33%;
}
.ess_wrp .player_wrp .stats_wrp .stats_header{
    /*background: rgb(10, 32, 64);*/
    background: rgba(0, 0, 0,.2);
    height: 50%;
}
.ess_wrp .player_wrp .stats_data{
    height: 50%;
    background: #fff;
    color: #000;
    font-size: 1.333em; /*16px*/
    line-height: 0;
}
.ess_wrp .player_wrp .min_wrp{
    /*width: 22.03%;*/
    /*background: rgb(10, 32, 64);*/
    background: rgba(0, 0, 0,.2);
}
.ess_wrp .player_wrp .min_wrp .inner{
    height: 100%;
    line-height: 0;
}
.ess_wrp .player_wrp .min_wrp .min_header,
.ess_wrp .player_wrp .min_wrp .min{
    height: 50%;
    font-size: 12px;
    font-size: .857em;
    font-weight: 600;
    line-height: 1;
}
.ess_wrp .player_wrp .min_wrp .min{
    background: #fff;
    color: #000000;
    font-size: 20px;
    font-size: 1.42857em;
    font-weight: 800;
}
.ess_wrp .game_time.more48 .time_wrp{
    font-size: 30px;
    font-size: 2.142857em;
    font-weight: 600;
    /*line-height: 1.5;*/
}
.ess_wrp .game_time.more48 .start_time{line-height: 0}
.ess_wrp .game_time .time_wrp .fa-clock-o{
    color: #ffb700;
    font-size: 20px;
    font-size: .667em;
    margin-left: -12px;
    margin-left: -3px;
    margin-right: 4px;
    vertical-align: baseline;
    font-weight: 400;
}
.ess_wrp .game_time.more48 .time_wrp .timezone{
    font-size: 14px;
    font-size: .4667em;
    vertical-align: baseline;
    margin-left: -4px;
}
.ess_wrp .game_time.more48 .time_wrp .more_info{
    font-size: 14px;
    font-size: .4667em;
    font-weight: 600;
    margin-top: 12px;
    margin-top: .8571em;
    margin-top: .9em;
    line-height: 1;
}
.ess_wrp .game_time.inplay .time_wrp,
.ess_wrp .game_time.counting_down .time_wrp,
.ess_wrp .game_time .inplay_wrp,
.ess_wrp .game_time .countdown_wrp{
    display: none;
}
.ess_wrp .game_time.inplay .inplay_wrp{
    display: block;
}
.ess_wrp .game_time.counting_down .countdown_wrp{
    display: block;
    margin-top: -10px;
}
.ess_wrp .countdown_wrp .count_down,
.ess_wrp .countdown_wrp .start_time{
    /*font-family: "ProximaNova";*/
    /*font-size: 22px;
    font-size: 1.5714em;*/
    font-weight: 600;
}
.ess_wrp .countdown_wrp .start_time{
    font-weight: 500;
    font-size: 12px;
    /*font-size: .5454em;*/
    font-size: .857em;
    line-height: 1.25;
    margin-bottom: 0.325em;
}
.ess_wrp .countdown_wrp .start_time .fa-clock-o{
    font-size: .875em;
    color: #777;
}
.ess_wrp .countdown_wrp .start_time .timezone{
    font-size: 10px;
    font-size: .714em;
}
.ess_wrp .countdown_wrp .count_down{
    font-size: 22px;
    font-size: 1.5714em;
}
/*.ess_wrp .day_box{
    border: 2px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 1;
}*/
.ess_wrp .game_box{
    border: 2px solid #eee;
    /*border-bottom: 0;
    border-top: 0;*/
    position: absolute;
    top: 88px;
    left: 0;
    width: 100%;
    height: calc(100% - 88px);
    height: 136px;
    z-index: 0;
    background: #fff;
}
.ess_wrp .red_button{
    font-size: 10px;
    font-size: .814em;
    font-family: Poppins;
    font-weight: 500;
    color: rgb(254, 254, 254);
    background-color: rgb(255, 44, 84);
    text-transform: uppercase;
    padding: .85em 1em; /*.82em 2.29em*/
    display: inline-block;
    line-height: 1;
    letter-spacing: 0.85px;
    white-space: nowrap;
    margin-top: 10px;
}
.ess_wrp .match_in_play{
    font-weight: 600;
    line-height: 2.8;
    margin-top: -3em;
}
.ess_wrp .match_in_play .inner{
    position: relative;
    display: inline-block;
    margin: 0 auto;
}
.ess_wrp .livescores{
    display: none;
    font-size: 2.6em;
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,44,84, 0.8);
    box-shadow: 0 0 0 0 rgba(255,44,84, 0.8);
  }
  70% {
      -moz-box-shadow: 0 0 0 4px rgba(255,44,84, 0);
      box-shadow: 0 0 0 4px rgba(255,44,84, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255,44,84, 0);
      box-shadow: 0 0 0 0 rgba(255,44,84, 0);
  }
}
.ess_wrp .score-divider {
  position:relative;
  width: 10px;
}
.ess_wrp .score-divider .score-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position:absolute;
  background: #ff2c54;
  box-shadow: 0 0 0 rgba(255,44,84, 0.8);
  animation: pulse 2s infinite;
  right:0;
  top: 16px;
}
.ess_wrp .score-divider .score-dot:nth-of-type(2) {
 top: 29px;
}
.slick-active .game_time.inplay .livescores .team {
  padding:0 4px;
  transition: all 0.3s linear;
  border-radius:3px;
  width: 55px;
  display: inline-block;
  word-wrap:normal;
}
.slick-active .game_time.inplay .livescores .team.updated {
  background:#ff2c54;
  color: white;
}
.slick-active .game_time.inplay .livescores .team1 {
  margin-right: 4px;
}
.slick-active .game_time.inplay .livescores .team2 {
  margin-left: 4px;
}

.ess_wrp .livescores .win{
    /*font-weight: 800;*/
}
.ess_wrp .inplay_wrp.started .match_in_play{
    margin-top: 0;
    line-height:1.2;
}
.ess_wrp .inplay_wrp.started .livescores{
    display: block;
    color: #ff2c54!important;
    font-weight: bold;
    min-width: 130px;
    margin-bottom: 3px;
}

.ess_wrp .ess_finish{
    
}
.ess_wrp .avatar img{
    margin: 0 auto;
}
.ess_wrp .ess_finish .teams .avatar{
    width: 65px;
    width: 28.38%;
    width: 26.38%;
    width: 38%;
    text-align: center;
    /*padding: 0 12px 0 14px;*/
  /*  width: 33%; */
    text-align: right;
    padding-right: 6%;
}
.ess_wrp .ess_finish .teams .avatar img{
    width: auto;
    height: 36px;
    margin: 0 auto;
    display: inline-block;
}
/*.ess_wrp .ess_finish .teams .team1 .avatar img{
    height: 36px;
}*/
.ess_wrp .ess_finish .teams .name{
    font-size: 14px;
    color: #666;
    font-weight: 500;
    line-height: 1.55;
    text-align: left;
    padding-right: 1em;
}
.ess_wrp .ess_finish .teams .name .w_l{
    font-size: 12px;
    font-size: .857em;
    font-weight: 400;
    text-overflow: clip;
}
.ess_wrp .ess_finish .teams .team.win .name,
.ess_wrp .ess_finish .team.win{
    color: #000;
    font-weight: 600;
}
.ess_wrp .ess_finish .scores{
    color: #666;
    font-size: 24px;
    font-size: 1.714em;
    font-weight: 500;
    width: 80px;
    width: 20.25%;
    width: 18.25%;
    width: 22.25%;
    background-color: rgb(246, 246, 246);
}
.ess_wrp .ess_finish.overtime .scores {
  width: 17.25%;
}
.ess_wrp .ess_finish .game_wrp .teams .team,
.ess_wrp .ess_finish .scores .team{
    line-height: 1.2;
}
.ess_wrp .ess_finish .scores .team1{
    margin-bottom: 20px;
}
.ess_wrp .ess_finish .game_wrp .teams .team1{
    /*margin-top: 4px;*/
    margin-bottom: 15px;
}
.ess_wrp .ess_finish .win .scores{
    color: #000;
}
.ess_wrp .ess_finish .stage{
    color: #333;
    /*font-family: "ProximaNova";*/
    text-transform: uppercase;
    width: 87px;
    width: 22.03%;
    /*font-size: 14px;*/
}
.ess_wrp .ess_finish .stage,
.ess_wrp .player_wrp .min_wrp{
    width: 22.03%;
    width: 20.03%;
    width: 19.03%;
}

/*STATS / CAREER styles*/
.ess_wrp .ess_stats_wrp {
    border: 2px solid #eee;
    text-transform: uppercase;
    /*font-family: "ProximaNova";*/

}
.ess_wrp .y_o{
    text-transform: none;
}
.ess_wrp .stats_table .stat_name{
    
}
#career-tab-content .stat_name {
    text-transform: uppercase;
}
.ess_wrp .stats_table .table_title,
.ess_wrp ._bor_b {
    border-bottom: 2px solid #eee;
}
.ess_wrp .ess_title {
    height: 45px;
    height: 3.2143em;
    font-weight: 600;
}
.ess_wrp .stats_table .date,
.ess_wrp .stats_table .min,
.ess_wrp .stats_table ._normal_case{
    text-transform: none;
}
.ess_wrp .stats_table {
    margin-bottom: 11px;
    margin-bottom: 0.91667em;
    border: 2px solid #eee;
    border-left: 0;
    border-right: 0;
    font-size: 12px;
    font-size: 0.85714em;
}
.ess_wrp .stats_table:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.ess_wrp .stats_table .table_title{
    padding: 0 17px;
    padding: 0 1.2143em;
}
.ess_wrp .stats_table ._dtr ._dtc:first-child{
    padding-left: 17px; /*base on table_title*/
    padding-left: 1.2143em;
}
.ess_wrp .stats_table .table_title {
    height: 28px;
    letter-spacing: 1.2px;
    letter-spacing: 1.175px;
}
.ess_wrp .stats_table .big_row{
    height: 87px;
    line-height: 1;
}
.ess_wrp .stats_table .med_row{
    height: 74px;
    line-height: 1;
}

.ess_wrp .stats_table .med_row ._p_col,
.ess_wrp .stats_table .big_row ._p_col{
    padding-left: 3%;
    width: 18%;
}

.ess_wrp .stats_table .stat_name{
    color: #666666;
    font-weight: 600;
}
.ess_wrp .stats_table .v_stat .stat_name{
    font-weight: 400;
}

.ess_wrp .stats_table .stat{
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin: 0.3em 0 0.2em;
}
.ess_wrp .stats_table .v_stat{
    margin-bottom: 0.5em;;
}
.ess_wrp .stats_table .v_stat:last-child{
    margin-bottom: 0;
}
.ess_wrp .stats_table .v_stat .stat{
    font-size: 1em;
    margin-left: 0.1667em;
}

.ess_wrp .stats_table .stat_change{
    color: #44b432;
    border-bottom: 1px dashed #44b432;
    display: inline-block;
    font-weight: 600;
}
.ess_wrp .stats_table .stat_change.negative{
    color: #df0000;
    border-bottom-color: #df0000;
}
.ess_wrp .stats_table .date{

}
.ess_wrp .stats_table .opp img{
    display: inline-block;
}

.ess_wrp .stats_table ._seasonaverages,
.ess_wrp .stats_table ._gamesscore{
    letter-spacing: 0.85px;
}
.ess_wrp .stats_table ._seasonaverages ._dtr,
.ess_wrp .stats_table ._gamesscore ._dtr{
    height: 30px;
}
.ess_wrp .stats_table ._seasonaverages ._dtr:nth-child(even),
.ess_wrp .stats_table ._gamesscore ._dtr:nth-child(even){
    background: #f6f6f6;
}
.ess_wrp .stats_table ._seasonaverages .season,
.ess_wrp .stats_table ._gamesscore .date{
    width: 19.74%;
    width: 18%;
    text-align: left;
}
.ess_wrp .stats_table ._seasonaverages .team,
.ess_wrp .stats_table ._gamesscore .opp{
    width: 22.78%;
    width: 22%;
}
.ess_wrp .stats_table ._gamesscore .opp .inner > span:first-child{
    text-transform: lowercase;
}
.ess_wrp .stats_table ._seasonaverages .team{
    padding-left: 2%;
}
.ess_wrp .stats_table .w_l .status{
    color: #44b432;
}
.ess_wrp .stats_table .lose .w_l .status{
    color: #df0000;
}
.ess_wrp .stats_table ._gamesscore .w_l{
    width: 20.25%;
    text-align: left;
    padding-left: 4%;
}
.ess_wrp .stats_table ._seasonaverages .point,
.ess_wrp .stats_table ._gamesscore .point{
    width: 10%;
    text-align: right;
    padding-right: 4%;
    white-space: nowrap;
}
.ess_wrp .stats_table ._gamesscore .point:last-child{
    padding-right: 8%;
}
.ess_wrp .stats_table ._seasonaverages .point:last-child{

}
.ess_wrp .stats_table .career{
    font-weight: 800;
}

.ess_wrp .ess_stats_wrp._career .stats_table .med_row .stat{
    margin: 0;
}
.ess_wrp .ess_stats_wrp._career .stats_table .med_row .point .stat{
    line-height: 1.25;
}
.ess_wrp .ess_stats_wrp._career .stats_table .med_row .date .stat,
.ess_wrp .ess_stats_wrp._career .stats_table .med_row .score .stat,
.ess_wrp .ess_stats_wrp._career .stats_table .med_row .opp .stat,
.ess_wrp .ess_stats_wrp._career .stats_table .med_row .team .stat{
    font-size: 12px;
    line-height: 2.5;
}
.ess_wrp .ess_stats_wrp._career .stats_table .med_row .point .stat_name,
.ess_wrp .ess_stats_wrp._career .stats_table .med_row .date .stat_name,
.ess_wrp .ess_stats_wrp._career .stats_table .med_row .score .stat_name,
.ess_wrp .ess_stats_wrp._career .stats_table .med_row .opp .stat_name,
.ess_wrp .ess_stats_wrp._career .stats_table .med_row .team .stat_name{
    line-height: 1.5;
}
.ess_wrp .ess_stats_wrp._career .stats_table .med_row .stat>span:first-child {
    font-size: 9px;
}

/*.slick-prev, .slick-next,*/
.ess_wrp .game_box,
.ess_wrp .day_wrp,
.ess_wrp .ess_title,
.ess_wrp .ess_stats_wrp {
    border-radius: 3px;
}
.ess_wrp .player_wrp{
    border-radius: 0 0 1px 1px;
}
.ess_wrp .bottom_note{
    float: right;
    text-align: right;
    margin-top: 0.42em;
    padding: 0 0.135em;
    font-size: 80%;
    color: #888;
    display: none;
    width: 100%;
}
.ess_wrp .left.bottom_note{
    text-align: left;
    float: left;
}
.ess_wrp .bottom_note img{
    height: 2em;
    width: auto;
}
.ess_wrp .bottom_note a{
    color: #888;
    position: relative;
    display: block;
    padding: .75em 0;
    border: 2px solid #eee;
    border-radius: 3px;
    line-height: 1;
    text-align: center;

}
/*.iframe_body .flyin-box{display:none;}*/

.home .ess_wrp .game_wrp .game_info,
.home .ess_wrp .bottom_note a{
    border-color: #dddfe2;
}
.ess_wrp .bottom_note a>span{
    vertical-align: middle;
}
.ess_wrp .bottom_note a:after {
    /*position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);*/
    opacity: 0.8;

    content: '\f054';
    font-family: 'FontAwesome';
    vertical-align: middle;
    margin-left: .5em;
}
.ess_wrp .bottom_note a:hover:after {
    opacity: 1;
}
.ess_wrp .bottom_note .site_name {
    color: #00285e;
}
.ess_wrp .brand{
    display: none;
}
.iframe_body{height: auto}
.iframe_body .ess_wrp .brand{
    display: block;
}
.iframe_body .embed_instructor{display:none!important;}

.ess_wrp .competition_wrp{
    /*font-size: 1em;*/
    padding: 0 30px;
    height: 42px;
    margin-top: 20px;
    border-radius: 3px;
    border: 2px solid #dddfe2;
}
.ess_wrp .box .name{
    margin-left: 10px;
    font-weight: 600;
}
.ess_wrp .right.box{
    text-align: right;
}
.ess_wrp .icon_wrp img{
    width: 14px;
    height: auto;
}
.ess_wrp .right.box .icon_wrp img{
    width: 17px;
}
/* shrink up a bit if there is competition wrp */
.ess_wrp .game_box{
    /*height: calc(100% - 88px - 47px);*/
}

.ess_slider .green_dot,
.ess_slider .green_dot.blinker {
  position: static;
  display:inline-block;
}
.ess_slider .green_dot.blinker {
  margin-left:-8px;
  margin-right: 3px;
}
.ess_slider .green_dot {
  margin-left: 3px;
}
.ess_slider .game-stage {
  color: #ff2c54;
  font-weight: 500;
}

@media only screen and (min-width: 992px) {
    .widget.vlog-no-padding:nth-of-type(1) .ess_wrp {
        margin-top: -4px;
    }
}
@media only screen and (max-width: 413px) {
    /*.slick-prev, .slick-next{
        padding: 18px 20px;
    }*/
    /*.ess_wrp{font-size: 13.5px;}*/
    .ess_wrp .ess_finish .teams .avatar{
        padding-right: 4%;
    }
}
@media only screen and (max-width: 360px) {
    .ess_wrp{font-size: 13px;}
    .ess_wrp .day_wrp{
        height: 56px;
    }
    .ess_wrp .game_wrp{
        margin-top: 26px;
    }
    .ess_wrp .game_box{
        top: 82px;
        height: calc(100% - 82px);
        height: 118px;
    }
    .ess_wrp .ess_finish .teams .name{
        font-size: 12px;
    }
    .ess_wrp .ess_finish .teams .avatar{
        padding-right: 5%;
    }
    .ess_wrp .ess_finish .teams .avatar img{
        height: 30px;
    }
    .ess_wrp .game_wrp .game_info{
        height: 118px;
    }
    .slick-prev, .slick-next{
        top: 28px;
        /*padding: 4.5% 5%;*/
        padding: 15px 18px;
    }
    .slick-prev:before, .slick-next:before{
        font-size: 22px;
    }

    /*.ess_wrp .ess_finish .teams .avatar{
        width: 27%;
    }
    .ess_wrp .ess_finish .stage,
    .ess_wrp .player_wrp .min_wrp{
        width: 20%;
    }*/

}
/*@media only screen and (max-width: 360px) {
    .ess_wrp{font-size: 13px;}
}*/
@media only screen and (max-width: 320px) {
    .ess_wrp{font-size: 12px;}
    .ess_wrp .day_wrp{
        height: 44px;
    }
    .ess_wrp .game_wrp{
        margin-top: 20px;
    }
    .ess_wrp .game_box{
        top: 64px;
        height: calc(100% - 64px);
        height: 114px;
    }
    .ess_wrp .game_wrp .game_info{
        height: 114px;
    }
    .ess_wrp .ess_finish .teams .avatar{
        padding-right: 4.5%;
    }
    .tab_widget .tab_title_container li{
        font-size: 1.2em;
    }
    .slick-prev, .slick-next{
        top: 22px;
        padding: 12px 15px;
    }
    .slick-prev:before, .slick-next:before{
        font-size: 15px;
    }
}

.scoreWidget-quarters {
  display:table-cell;
  width: 30%;
  padding-right: 15px;
  line-height: 1;
  padding-top:12px;
}
.scoreWidget-quarterPart {
  display: flex;
  color: #a5a2a2;
  font-size: 10px;
}
.scoreWidget-quarterPart > div {
  font-size:inherit;
  width: 28px;
  text-align:center;
}
.scoreWidget-quarterResults__home {
  display: flex;
  padding-top: 10px;
}
.scoreWidget-quarterResults__away {
  display:flex;
  padding-top: 34px;
}
.scoreWidget-quarterScore {
  width:28px;
  text-align:center;
  color: #737272;
  font-size:14px;
}
.scoreWidget-quarterScore.quarter-win {
  color: #000;
  font-weight:600;
}
@media only screen and (max-width:700px) {
  .scoreWidget-quarters {
    padding-right: 10px;
  }
  .scoreWidget-quarterScore,.scoreWidget-quarterPart > div {
    width: 28px;
  }
  .overtime .scoreWidget-quarterScore,.overtime .scoreWidget-quarterPart > div {
    width: 24px;
  }
}