/* ---------------------- 
Stylesheet Guide
-------------------------

GENERAL
TABS
SINGLE EVENT
- CLUBS
- VIDEO
- BOX SCORE
- COUNTDOWN
- VENUE
CALENDAR
PAGINATION
TEAMS
- LOGO
- PROFILE
- PLAYER LISTS
- LEAGUE TABLES
PLAYERS
PLAYER & STAFF SELECTOR
WIDGETS
- COUNTDOWN
- EVENTS BLOCK
- PLAYER GALLERY
- STAFF
MEDIA

*/


/* ================= GENERAL ================== */

.sp-post-caption:empty {
    display: none;
}

.sp-template {
    margin-bottom: 40px;
}

.sp-template:last-child {
    margin: 0px;
}

.sp-event-list .data-article a .dashicons {
    margin-right: 5px;
}

.dataTables_wrapper {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.sp-player-list .data-name a {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sp-player-list .data-name .player-photo,
.sp-player-list .data-name .player-flag {
    height: auto;
    line-height: 1;
    margin-bottom: 3px;
}

.sp-player-list .data-name .player-photo img {
    border-radius: 100%;
}

.sp-widget-align-none,
.sp-widget-align-left,
.sp-widget-align-right {
    float: none !important;
    clear: none !important;
    width: 100% !important;
    padding: 0px !important;
    margin: 0px;
}

.sp-view-all-link {
    display: block;
    text-align: right;
    margin: 0px;
    border-top: 2px solid #ddd;
}

.sp-view-all-link a {
    display: inline-block;
    background: #ddd;
    padding: 0px 20px 2px 10px;
    line-height: 1;
    position: relative;
    line-height: 40px;
    font-weight: 700;
}

.sp-view-all-link a:before {
    right: 100%;
    top: 0px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-style: solid;
    border-width: 0px 42px 42px 0;
    -webkit-transform: rotate(360deg);
    -webkit-transition: all 0.2s ease-in-out;
    border-color: transparent #ddd transparent transparent;
    z-index: -1;
}


/* TABS */

ul.sp-tab-menu {
    margin: 40px 0px 1px 0px;
    padding: 0px;
}

.sp-tab-content,
.sp-tab-menu .sp-tab-menu-item {
    background: #fff;
}

.sp-tab-content {
    padding: 60px;
}

.sp-tab-menu .sp-tab-menu-item {
    padding: 15px;
    margin-right: 1px;
    font-weight: 700;
}

.sp-tab-menu .sp-tab-menu-item.sp-tab-menu-item-active {
    color: #2a9d8f;
}


/* ================= SINGLE EVENT ================== */

body.sportspress-page .sportix-featured-img {
    margin-bottom: 80px;
}

body.sportix .sp-section-content:empty {
    display: none !important;
}

body.sportix .sp-section-content {
    margin-top: 40px;
}

.sp-section-content-logos,
.sp-section-content-photo,
.sp-section-content-content,
.sp-section-content-excerpt,
.sp-section-content-logo {
    background: #fff;
    padding: 60px;
}

body.sportix .sp-section-content-wrapper {
    margin-top: -40px;
}


/* CLUBS */

body.sportix .sp-section-content.sp-section-content-logos,
body.sportix .sp-section-content.sp-section-content-photo {
    border: 15px double #F4F4F4;
    position: relative;
    margin-right: -5px;
    margin-left: -5px;
}

body.sportix .sp-section-content.sp-section-content-logos .sp-template,
body.sportix .sp-section-content.sp-section-content-logos .sp-template .sp-data-table {
    margin: 0px;
}

.sportix-result {
    display: inline-block;
}

.sportix-result-date {
    text-align: center;
    position: absolute;
    top: -5px;
    left: 0px;
    right: 0px;
    line-height: 1;
    font-weight: 700;
}

.sportix-result-date time {
    background: #f4f4f4;
    padding: 0px 10px;
    display: inline-block;
    position: relative;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 700;
}

.sportix-result-date time:before {
    right: 100%;
    top: 0px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-style: solid;
    border-width: 0px 50px 50px 0;
    -webkit-transform: rotate(360deg);
    -webkit-transition: all 0.2s ease-in-out;
    border-color: transparent #f4f4f4 transparent transparent;
}

.sportix-result-date time:after {
    left: 100%;
    top: 0px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-style: solid;
    border-width: 0px 0px 50px 50px;
    -webkit-transform: rotate(360deg);
    -webkit-transition: all 0.2s ease-in-out;
    border-color: transparent transparent transparent #f4f4f4;
}

.sportix-result-box {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.sportix-result-team,
.sportix-result-score {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.sportix-result-team {
    width: 30%;
}

.sportix-result-score {
    width: 40%;
}

.sportix-team-logo,
.sportix-team-name,
.sportix-event-results {
    display: block;
}

.sportix-main-container .sportix-team-logo img {
    width: 100%;
    height: auto;
    max-width: 140px;
    margin: 0px;
    display: inline-block;
}

.sportix-team-name {
    position: relative;
    font-weight: 700;
    color: #2D3A3A;
    margin: 15px 0px;
    padding: 10px 0px;
}

.sportix-team-name:before,
.sportix-team-name:after {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f4f4f4, #ddd, #f4f4f4);
    background-image: -moz-linear-gradient(left, #f4f4f4, #ddd, #f4f4f4);
    background-image: -ms-linear-gradient(left, #f4f4f4, #ddd, #f4f4f4);
    background-image: -o-linear-gradient(left, #f4f4f4, #ddd, #f4f4f4);
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
}

.sportix-team-name:before {
    top: 0px;
}

.sportix-team-name:after {
    bottom: 0px;
}

.sportix-event-results {
    font-weight: 700;
    color: #2a9d8f;
}

.sportix-event-results a {
    color: #2a9d8f;
}

.sportix-result {
    color: #fff;
    background: #2a9d8f;
    padding: 12px 20px;
    line-height: 1;
    font-weight:900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sportix-result-status {
    text-align: center;
    position: absolute;
    bottom: -5px;
    left: 0px;
    right: 0px;
    line-height: 1;
    font-weight: 700;
}

.sportix-result-status span {
    position: relative;
    background: #f4f4f4;
    padding: 0px 20px;
    display: inline-block;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 700;
}

.sportix-result-status span:before {
    right: 100%;
    top: 0px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-style: solid;
    border-width: 50px 50px 0px 0px;
    -webkit-transform: rotate(360deg);
    -webkit-transition: all 0.2s ease-in-out;
    border-color: transparent #f4f4f4 transparent transparent;
}

.sportix-result-status span:after {
    left: 100%;
    top: 0px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-style: solid;
    border-width: 50px 0px 0px 50px;
    -webkit-transform: rotate(360deg);
    -webkit-transition: all 0.2s ease-in-out;
    border-color: transparent transparent transparent #f4f4f4;
}


/* VIDEO */

body.sportix .sp-section-content.sp-section-content-video {
    padding: 0px !important;
}

.sp-event-video h4 {
    display: none
}


/* BOX SCORE */

body.sportix .sp-event-performance-teams .sp-template-event-performance-icons,
body.sportix .sp-event-performance-teams .sp-template-event-performance-values {
    width: 100%;
    float: none;
    margin-bottom: 40px;
    padding: 0px;
}

body.sportix .sp-event-performance-teams .sp-template-event-performance-icons:last-child,
body.sportix .sp-event-performance-teams .sp-template-event-performance-values:last-child {
    margin-bottom: 0px;
}

table.sportix-icons-table.bt.sportix-responsive-table tfoot th::before,
table.sportix-icons-table.bt.sportix-responsive-table tfoot td::before,
table.sportix-icons-table.bt.sportix-responsive-table tbody td::before {
    display: none;
}


/* COUNTDOWN */

.sportix-single-countdown {
    display: block;
    padding: 10px 5px;
}


/* VENUE */

.sportix-venue-wrapper {
    background: #fff;
    padding: 10px;
}

.sportix-venue-info {
    padding: 30px 20px 20px 20px;
    background: #fff;
}

.sp-template-event-venue .sportix-iframe {
    margin-bottom: 0px;
}

.sportix-venue-label {
    margin-bottom: 5px;
    font-weight: 700;
}

.sportix-venue-label a {
    color: inherit;
}

.sportix-venue-label .fa {
    margin-right: 5px;
    color: #f6ae2d;
}

.sp-venue-map-wrapper {
    border:10px solid #fff;
}

.sportix-venue-map iframe{
	pointer-events: none;
}

.sportix-venue-map iframe.clicked{
	pointer-events: auto;
}

/* ================= CALENDAR ================== */

.sportix-list-logo img {
    width: 24px;
    margin-right: 4px;
}

body.sportix .sp-template-event-blocks.sp-template .sp-data-table.sp-event-blocks {
    margin: 0px;
}

.sportix-calendar-blocks {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0px 0px 40px 0px;
    padding: 60px 0px;
    position: relative;
    background: #fff;
}

.sportix-carousel .sportix-calendar-blocks {
    margin:0px 0px 5px 0px;
}

.sportix-sidebar-box .sportix-calendar-blocks, #sportix-footer .sportix-sidebar-box .sportix-calendar-blocks {
    margin: 0px 0px 15px 0px;
}

body.sportix .sportix-sidebar-box .sp-template-event-blocks.sp-template .sp-data-table.sp-event-blocks, #sportix-footer .sp-template-event-blocks.sp-template .sp-data-table.sp-event-blocks {
    margin: 0px 0px -15px 0px;
}

.sportix-calendar-blocks-logo,
.sportix-calendar-blocks-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.sportix-calendar-blocks-logo {
    width: 25%;
    padding: 0px 40px;
}

.sportix-calendar-blocks-content {
    width: 50%;
    padding: 0px 20px;
}

.sportix-calendar-blocks-content h3 {
    margin-bottom: 25px;
}

.sportix-calendar-blocks-content time {
    text-transform: uppercase;
    font-weight: 700;
}

.sportix-calendar-blocks-content time a {
    color: #6b717e;
}

.sportix-calendar-blocks-content time:before {
    font-family: 'FontAwesome';
    content: "\f133";
    display: inline-block;
    padding-right: 4px;
    vertical-align: top;
    color: #f6ae2d;
    font-size: 90%;
    padding-top: 2px;
}

.sportix-event-results-info {
    display: block;
    margin-top: 25px;
}

.sportix-event-results-info:empty {
    display: none;
}

.sportix-event-list-item {
    line-height: 1;
    display: inline-block;
    margin-top: 5px;
    padding: 10px;
    border: 1px solid #ddd;
}


/* PAGINATION */

.sp-table-wrapper .dataTables_paginate {
    margin-top: 30px;
}

.sp-template-event-blocks .sp-table-wrapper .dataTables_paginate {
    margin-top: 0px;
}

body.sportix .sp-table-wrapper .dataTables_paginate .paginate_button {
    background: #2a9d8f;
    color: #fff;
    padding: 15px 20px 17px 20px;
    line-height: 1;
    margin: 0px;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    text-transform: uppercase;
    font-weight: 700;
}

body.sportix .sp-table-wrapper .dataTables_paginate span.ellipsis {
    opacity: 0.9;
    background: #2a9d8f;
    color:#fff;
    padding:15px 20px 17px 20px;
    line-height:1;
    margin:0px;
    display:inline-block;
}

body.sportix .sp-table-wrapper .dataTables_paginate .paginate_button:hover {
    background: #037971;
}

body.sportix .sp-table-wrapper .dataTables_paginate .current {
    opacity: 1;
    background: #037971;
}


/* ================= TEAMS ================== */

body.single-sp_team .sportix-featured-img {
    display: none;
}


/* LOGO */

body.sportix .sp-section-content.sp-section-content-logo {
    border: 15px double #F4F4F4;
    position: relative;
    margin-right: -5px;
    margin-left: -5px;
}

.sportix-single-team-logo {
    display: table;
    table-layout: auto;
}

.sportix-single-team-logo-left,
.sportix-single-team-logo-right {
    display: table-cell;
    vertical-align: top;
}

.sportix-single-team-logo-left img {
    width: 100%;
    height: auto;
    max-width: 180px !important;
}

.sportix-single-team-logo-left {
    min-width: 180px;
}

.sportix-single-team-logo-right {
    padding-left: 60px;
    width: 100%;
}

.sportix-page-left .sportix-single-team-logo-right {
    padding-left: 40px;
}

.sportix-single-team-logo-link {
    display: block;
    margin-top: 30px;
}

.sportix-profile-img {
    position: relative;
    display: block;
}

.sportix-profile-img:hover .sportix-zoom-icon {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1;
}

.sportix-profile-img img {
    width: 100%;
    height: auto;
    vertical-align: top;
    display: block;
    margin: 0px auto;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sportix-profile-img:hover img {
    opacity: 0.3;
}


/* PROFILE */

.sportix-dl-list {
    margin: 0px;
}

.sportix-dl-list dd {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.sportix-dl-list dd:last-child {
    margin: 0px;
    border: none;
    padding: 0px;
}

.sportix-dl-list img {
    vertical-align: middle;
    margin-right: 4px;
    padding-bottom: 3px;
}


/* PLAYER LISTS */

.sp-template.sportix-template-player-list h4 {
    margin-top: 40px
}

.sp-template.sportix-template-player-list:first-child h4 {
    margin-top: 0px
}

.sp-template.sportix-template-player-list h4 span {
    border-color: #f6ae2d;
}

th.data-yellowcards i {
    color: #f6ae2d;
}

th.data-redcards i,
th.data-owngoals i {
    color: #d4000f;
}

.sp-event-stars {
    position:relative;
}

.sp-event-star-number {
    position:absolute;
    left:0;
    top:0;
    text-align:center;
    width:20px;
    line-height:19px;
    height:20px;
    font-weight:700;
    font-size:70%;
}

.sp-event-star {
    color: #f6ae2d;
}


/* LEAGUE TABLES */

.sp-event-list.sp-event-list-format-homeaway .data-results {
    text-align: center
}

.sportix-club-widget:last-child {
    margin-bottom: -40px
}

.sportix-gallery-item {
    padding: 0px 10px;
}

#sportix-footer .sportix-gallery-item,.sportix-sidebar-box .sportix-gallery-item {
    padding: 0px;
}

.sportix-column .sportix-gallery-item:last-child {
    margin-bottom: -20px;
}

.sportix-gallery-item.spx-gallery {
    margin-bottom:20px;
}
.spx-gallery-section {
    margin-top:40px;
}
.sportix-column .sportix-gallery-item.spx-gallery:last-child {
    margin-bottom: 0px;
}

.sportix-gallery-item-inner {
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    background: #fff;
}

.sportix-gallery-item a {
    display: block;
}

.sportix-player-num {
    position: absolute;
    top: -3px;
    right: 15px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    padding: 8px 12px 10px 12px;
    z-index: 9;
    border-top: 3px solid rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sportix-carousel-img .sportix-player-num {
    right:0px;
}

.sportix-gallery-item h6 {
    margin: 0px;
}

.sportix-gallery-info {
    margin-top: 10px;
}

.sportix-gallery-info h6 a {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sportix-sidebar-box .sportix-gallery-info .text-center, #sportix-footer .sportix-gallery-info .text-center {
    text-align: left;
}

.sportix-sp-view-all-link {
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 40px;
}


/* ================= PLAYERS ================== */

body.sportix .sp-section-content.sp-section-content-statistics .sp-table-wrapper {
    margin-bottom: 40px;
}

body.sportix .sp-section-content.sp-section-content-statistics .sp-table-wrapper:last-child {
    margin-bottom: 0px;
}

.sportix-player-details-box {
    padding: 0px 10px;
}

.sportix-player-details-box-inner {
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
}

.sportix-column .sportix-player-details-box:last-child {
    margin-bottom: -20px
}

.sportix-player-details-box-1 {
    border-bottom: 3px solid #f6ae2d;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
}

.sportix-player-details-box-2 {
    display: block;
}

.sportix-player-details-box-2 img {
    vertical-align: middle !important;
    margin-right: 4px;
    margin-bottom: 3px;
}

body.single-sp_player .sportix-widget-title span strong {
    display: inline-block;
    font-size: 100%;
}

body.sportix .sportix-carousel-content.sportix-player-carousel h5 {
    margin: 0px
}

body.sportix .sportix-carousel-content.sportix-player-carousel p {
    margin: 10px 0px 0px 0px;
}

.sportix-group-divider {
    margin-top: 45px;
}

.sportix-group-divider:first-child {
    display: none
}

.sportix-sidebar-box .sportix-group-divider {
    margin-top: 30px;
}

body.sportix .sp-template-profile-selector {
    text-align: left;
}


/* ================= PLAYER & STAFF SELECTOR ================== */

.sportix-player-selector {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.sportix-player-selector-left,
.sportix-player-selector-right {
    display: table-cell;
    vertical-align: middle;
}

.sportix-player-selector-left {
    width: 60px;
}

.sportix-player-selector-left span {
    text-align: center;
    background: #ddd;
    line-height: 50px;
    display: inline-block;
    padding: 0px 20px;
    vertical-align: middle;
    width: 100%;
}

.sportix-player-selector-left span i {
    font-size: 20px;
    vertical-align: middle;
    margin-bottom: 4px;
}

.sportix-player-selector-right {
    width: 100%;
}


/* ================= WIDGETS ================== */


/* COUNTDOWN */

body.sportix .sp-template-countdown .team-logo {
    float: none;
    margin: 0px;
}

.sp-template-countdown .event-name {
    margin: 0px;
}

.sportix-countdown-logos {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 30px;
}

.sportix-countdown-logos a {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.sportix-countdown-logos img.sportix-logo-odd,
.sportix-countdown-logos img.sportix-logo-even {
    max-width: 100px;
    margin: 0px 10px;
}

.sportix-countdown-logos img.sportix-logo-odd {
    float: right;
}

.sportix-countdown-logos img.sportix-logo-even {
    float: left;
}

.sportix-count-info {
    margin: 15px 0px 40px 0px;
    line-height: 1
}

.sportix-count-info span {
    padding: 10px;
    border: 1px solid #ddd;
    display: inline-block;
    margin-top:5px;
}

#sportix-main-inner .panel-grid .sportix-count-info {
    font-size:inherit;
}

body.sportix .sp-countdown-wrapper {
    text-align: center;
    padding: 35px 20px 40px 20px;
    background: #fff;
}

.sportix-countdown-wrapper .sp-countdown-wrapper-table {
    display:table;
    width:100%;
    table-layout:fixed;
}

.sportix-countdown-wrapper .sp-countdown-wrapper {
    display:table-cell;
    vertical-align:middle;
    width:100%;
}

.sportix-countdown {
    position: relative;
    padding: 15px 20px;
    color: #fff;
    font-weight: 900;
    text-align:center;
    margin: 0px;
	background-size: 400% 400% !important;
	-webkit-animation: sportix-gradient 15s ease infinite;
	-moz-animation: sportix-gradient 15s ease infinite;
	animation: sportix-gradient 15s ease infinite;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sportix-countdown span {
    white-space: nowrap;
}

.sportix-countdown small {
    font-weight:700;
}

@-webkit-keyframes sportix-gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes sportix-gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes sportix-gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}


/* EVENTS BLOCK */

#sportix-footer .sportix-calendar-blocks,
.sportix-sidebar-box .sportix-calendar-blocks{
    padding: 40px 0px;
}

#sportix-footer .sportix-calendar-blocks .sportix-calendar-blocks-content,
.sportix-sidebar-box .sportix-calendar-blocks .sportix-calendar-blocks-content {
    width: 100%;
    display: block;
}

#sportix-footer .sportix-calendar-blocks .sportix-calendar-blocks-logo,
.sportix-sidebar-box .sportix-calendar-blocks .sportix-calendar-blocks-logo {
    display: none;
}

#sportix-footer .sportix-calendar-blocks h3,
.sportix-sidebar-box .sportix-calendar-blocks h3 {
    margin-bottom: 25px;
}


/* PLAYER GALLERY */

#sportix-footer .sportix-masonry-grid,.sportix-sidebar-box .sportix-masonry-grid {
    margin:0px;
}

.sportix-sidebar-box .size-1of1,
.sportix-sidebar-box .size-1of2,
.sportix-sidebar-box .size-1of3,
.sportix-sidebar-box .size-1of4,
.sportix-sidebar-box .size-1of5,
#sportix-footer .size-1of1,
#sportix-footer .size-1of2,
#sportix-footer .size-1of3,
#sportix-footer .size-1of4,
#sportix-footer .size-1of5 {
    width: 100%;
}

#sportix-footer .sportix-gallery-item, .sportix-sidebar-box .sportix-gallery-item {
    margin-bottom:10px;
}

#sportix-footer .sportix-column .sportix-gallery-item:last-child,
.sportix-sidebar-box .sportix-column .sportix-gallery-item:last-child{
    margin-bottom:20px;
}

#sportix-footer .sportix-gallery-item-inner,
.sportix-sidebar-box .sportix-gallery-item-inner {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 15px;
    border: none;
}

#sportix-footer .spx-birthdays .sportix-gallery-item-inner:last-child,
.sportix-sidebar-box .spx-birthdays .sportix-gallery-item-inner:last-child{
    margin:0px;
}

.sportix-sidebar-box .sportix-gallery-item-inner .sportix-gallery-thumb,
.sportix-sidebar-box .sportix-gallery-item-inner .sportix-gallery-info,
#sportix-footer .sportix-gallery-item-inner .sportix-gallery-thumb,
#sportix-footer .sportix-gallery-item-inner .sportix-gallery-info{
    display: table-cell;
    vertical-align: middle;
}

.sportix-sidebar-box .sportix-gallery-item-inner .sportix-gallery-thumb,
#sportix-footer .sportix-gallery-item-inner .sportix-gallery-thumb {
    width: 60px;
}

.sportix-sidebar-box .sportix-gallery-item-inner .sportix-gallery-thumb img,
#sportix-footer .sportix-gallery-item-inner .sportix-gallery-thumb img {
    padding: 0px;
    border: none;
}

.sportix-gallery-thumb {
    text-align: center;
    position: relative;
}

.sportix-gallery-thumb:hover .sportix-zoom-icon {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1;
}

.sportix-sidebar-box .sportix-gallery-item-inner .sportix-gallery-thumb .sportix-zoom-icon,
#sportix-footer .sportix-gallery-item-inner .sportix-gallery-thumb .sportix-zoom-icon {
    border-radius: 0px;
}

.sportix-gallery-thumb img {
    display: block;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0px auto;
    width: auto;
    max-width: 100%;
}

.sportix-gallery-thumb:hover img {
    opacity: 0.3;
}

.sportix-sidebar-box .sportix-gallery-item-inner .sportix-gallery-info,
#sportix-footer .sportix-gallery-item-inner .sportix-gallery-info {
    width: 100%;
    text-align: left;
    padding-left: 20px;
    margin: 0px;
}

#sportix-footer .sportix-sp-view-all-link,
.sportix-sidebar-box .sportix-sp-view-all-link {
    margin: 0px;
}


/* STAFF */

.widget_sp_staff {
    background: #fff;
    padding: 40px;
}

.widget_sp_staff .sportix-masonry-grid {
    margin-top: 40px;
}

.widget_sp_staff .sp-table-caption {
    display: none;
}

.widget_sp_staff.sportix-sidebar-box .sportix-single-team-logo,
.widget_sp_staff.sportix-sidebar-box .sportix-single-team-logo-left,
.widget_sp_staff.sportix-sidebar-box .sportix-single-team-logo-right,
#sportix-footer .widget_sp_staff .sportix-single-team-logo,
#sportix-footer .widget_sp_staff .sportix-single-team-logo-left,
#sportix-footer .widget_sp_staff .sportix-single-team-logo-right {
    display: block;
    width: 100%;
}

.widget_sp_staff.sportix-sidebar-box .sportix-single-team-logo-right,
#sportix-footer .widget_sp_staff .sportix-single-team-logo-right{
    padding-left: 0px !important;
    padding-top: 40px;
}

.widget_sp_staff.sportix-sidebar-box .sportix-single-team-logo,
#sportix-footer .widget_sp_staff .sportix-single-team-logo {
    text-align: center
}

.widget_sp_staff.sportix-sidebar-box .sportix-single-team-logo-left img,
#sportix-footer .widget_sp_staff .sportix-single-team-logo-left img {
    max-width: 120px !important;
}

.widget_sp_staff.sportix-sidebar-box .sp-table-caption,
#sportix-footer .widget_sp_staff .sp-table-caption {
    display: block;
    text-align: center;
}

.widget_sp_staff.sportix-sidebar-box .sportix-single-team-logo-right h1,
#sportix-footer .widget_sp_staff .sportix-single-team-logo-right h1 {
    display: none;
}

.sportix-sidebar-box .sportix-column .sportix-player-details-box:last-child,
#sportix-footer .sportix-column .sportix-player-details-box:last-child {
    margin-bottom: 0px;
}

.sportix-staff-view-more {
    display: block;
    margin-top: 30px;
}

p.sportix-player-carousel-info {
    margin: 0px !important;
    font-weight: 700;
}

.sportix-player-carousel-info .fa-birthday-cake {
    font-size:90%;
    margin-right:5px;
}

.sp-section-content.sp-section-content-staff .sportix-single-team-logo {
    padding: 60px;
    background: #fff;
    margin-bottom: 40px;
}

.sportix-page-title-inner .sp-staff-role {
    display:block;
    font-size:80%;
    margin-bottom:-3px;
    margin-top:3px;
}

/* ================= MEDIA ================== */

@media only screen and (max-width: 1170px) {
    .sportix-single-team-logo-right {
        padding-left: 40px;
    }
    .sportix-calendar-blocks {
        padding: 40px 0px;
    }
}

@media only screen and (max-width: 800px) {
    .sportix-calendar-blocks-logo {
        display: none
    }
    .sportix-calendar-blocks-content {
        width: 100%;
    }
    .sportix-single-team-logo,
    .sportix-single-team-logo-left,
    .sportix-single-team-logo-right {
        display: block;
        width: 100%;
    }
    .sportix-single-team-logo-right {
        padding-left: 0px !important;
        padding-top: 40px;
    }
    .sportix-single-team-logo {
        text-align: center
    }
    .sportix-player-title-inner,
    .sportix-player-title-left,
    .sportix-title-photo {
        display: block;
        width: 100%;
    }
    .sportix-player-title-inner {
        margin: 0px;
        padding: 0px;
        text-align: center;
    }
    .sportix-title-photo {
        text-align: center;
        margin: 0px;
    }
    .sportix-title-photo img {
        max-width: 150px;
        margin: 20px auto 40px auto;
    }
    .sportix-player-title-left h1 strong {
        margin-bottom: 20px;
        margin: 0px 0px 20px 0px;
        display: block;
    }
}

@media only screen and (max-width: 800px) {
    .sp-section-content-logos,
    .sp-section-content-photo,
    .sp-section-content-content,
    .sp-section-content-excerpt,
    .sp-section-content-logo {
        padding: 40px;
    }
    body.sportix .sp-section-content.sp-section-content-logos,
    .sp-tab-content {
        padding: 0px 40px;
    }
    ul.sp-tab-menu .sp-tab-menu-item {
        display: block;
        width: 100%;
        margin: 0px 0px 1px 0px;
    }
    .sp-section-content.sp-section-content-staff .sportix-single-team-logo {
        padding: 40px;
    }
}

@media only screen and (max-width: 700px) {
    .sportix-result-box,
    .sportix-result-team,
    .sportix-result-score {
        display: block;
        width: 100%;
    }
    .sportix-calendar-blocks-content .sportix-result {
        display: inline-block;
    }
    .sportix-result-date {
        position: relative;
        margin-bottom: 20px;
        top: auto;
        left: auto;
        right: auto;
    }
    .sportix-result-score {
        margin: 20px 0px;
    }
    .sportix-event-results span {
        display: block;
    }
    .sportix-result-status {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        margin-top: 20px;
    }
    .sportix-main-container .sportix-team-logo img {
        max-width: 120px;
    }
    .sportix-single-countdown span {
        display: inline-block;
    }
    .sportix-result-date time:before,
    .sportix-result-date time:after,
    .sportix-result-status span:before,
    .sportix-result-status span:after {
        display: none;
    }
    .sportix-result-date time,
    .sportix-result-status span {
        line-height: 1;
        display: block;
    }
    .sportix-result-date time {
        padding: 10px 20px 15px 20px;
    }
    .sportix-result-status span {
        padding: 15px 20px 10px 20px;
    }
    body.sportix .sp-table-wrapper .dataTables_paginate .paginate_button.previous,body.sportix .sp-table-wrapper .dataTables_paginate .paginate_button.next {
        display:none;
    }
}

@media only screen and (max-width: 480px) {
    body.sportspress-page .sportix-featured-img {
        margin-bottom: 40px;
    }
    .sp-section-content-logos,
    .sp-section-content-photo,
    .sp-section-content-content,
    .sp-section-content-excerpt,
    .sp-section-content-logo {
        padding: 20px;
    }
    body.sportix .sp-section-content {
        margin-top: 20px;
    }
    body.sportix .sp-section-content-wrapper {
        margin-top: -20px;
    }
    body.sportix .sp-section-content.sp-section-content-logo,
    body.sportix .sp-section-content.sp-section-content-photo {
        padding: 40px 20px 20px 20px;
        margin-left: 0px;
        margin-right: 0px;
    }
    body.sportix .sp-section-content.sp-section-content-logos,
    .sp-tab-content {
        padding: 0px 20px;
    }
    .sportix-main-container .sportix-team-logo img {
        max-width: 100px;
    }
    .sportix-calendar-blocks,
    .sportix-club-widget:last-child {
        margin-bottom: 20px;
    }
    .sportix-single-team-logo-right {
        padding-bottom: 20px;
    }
    body.sportix .sp-section-content.sp-section-content-statistics .sp-table-wrapper {
        margin-bottom: 0px
    }
    .sportix-calendar-blocks-logo {
        padding: 0px 20px;
    }
    .sportix-single-team-logo-left img {
        max-width: 120px !important;
    }
    .sportix-single-team-logo-right {
        padding-top: 20px;
    }
    .sp-section-content.sp-section-content-staff .sportix-single-team-logo {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .sportix-staff-view-more {
        margin-top: 20px;
    }
    .sportix-gallery-item-inner {
        border: none;
    }
    .sportix-venue-info {
        padding: 20px;
    }
    .sportix-venue-wrapper {
        padding: 0px;
    }
    .sp-section-content.sp-section-content-staff .sportix-single-team-logo {
        padding: 20px;
        margin-bottom: 20px;
    }
    .sportix-player-selector {
        max-width: 100%;
    }
    .sportix-player-selector-left {
        display: none;
    }
    body.sportix .sp-table-wrapper .dataTables_paginate .paginate_button,body.sportix .sp-table-wrapper .dataTables_paginate span.ellipsis {
        padding: 12px 17px 14px 17px;
    }
}