/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    /* HEAD MENU */
    .head-menu-wrap .head-menu-list li a {
        padding: 0 10px;
    }
   /* NEWS */
    .news-item {
        width: 320px;
    }
    .news-img-wrap {
        
        max-height: 210px;
    }
	.news-text-wrap, .news-img-wrap {
		width: 320px;
	}
    .news-title {
        line-height: 22px;
        margin-bottom: 10px;
    }
	.news-title-h {
    	font-size: 20px;		
	}
	.news-text p {
		line-height: 23px;
	}
    .news-info {
        padding-top: 5px;
    }
    .news-date, 
    .news-author, 
    .news-comments {
        margin-bottom: 5px;
    }
    /* LEAGUE TABLE */
    .tbl-logo-img {
        display: none;
    }
    .table-team-name {
        width: auto;
        vertical-align: middle;
        height: auto;
        line-height: 15px;
    }
    /* LAST MATCH */
    .sidebar-team-logo {
        width: 90px;
        height: 90px;
    }
    .sidebar-logo-img {
        max-height: 90px;
    }
    .sidebar-team-name {
        width: 90px;
    }
    .sidebar-match-vs {
        padding: 50px 5px;
    }
    .sidebar-team-name {
        font-size: 12px;
        font-weight: 700;
    }
    /* Team */
    .cat-team-item {
        width: 32%;
    }
    .cat-player-info {
        font-size: 13px;
    }
    
    /* Fixture Single */
    .full-fixture-content .full-fixture-team {
        width: 340px;
    }
    .full-fixture-content .full-fixture-team-name {
        font-size: 22px;
        max-width: 220px;
    }
    /* Our Team Section */
    .team-item {
        width: 220px;
    }
    .player-img-wrap {
        width: 220px;
    }
    .player-name {
        width: 160px;
    }
    .player-name-span {
        width: 155px;
        font-size: 11px;
    }
    .player-number {
        width: 35px;
        font-size: 20px;
    }
    /* Fixtures Page */
    .fixture-team1,
    .fixture-team2 {
        width: 350px;
    }
    /* Media */
    .lightcase-inlineWrap div iframe {
        min-height: 360px;
    }
    /* Player - Single */
    .full-player-info {
        padding: 10px;
        margin-top: 0;
        font-size: 12px;
    }
    .player-info-cont {
        max-width: 140px;
    }
    .player-nosb .player-info-cont {
        max-width: 100%;
    }
}
@media only screen and (min-width : 992px) and (max-width : 1200px) {
    .last-results-logo {
        display: none;
    }
}
@media only screen and (max-width : 400px) {
    .last-results-logo {
        display: none;
    }
}


@media only screen and (min-width : 481px) and (max-width : 991px) {
    .head-menu-list li a {
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
    }
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	
    /* Footer */
    .footer-email-form {
        display: block;
        width: 100%;
    }
    .footer-email-submit {
        display: block;
        width: 100%;
    }	
	.footer-wrap, .footer-title {
		padding-top: 20px;
	}
    .site-wrap-sticky {
        /*margin-top: 70px;*/
    }
    /* HEAD MENU */
    .secondline {
        min-height: 30px;
    }

    /* LOGO */
    .logo-block {
        /*height: 70px;
        width: 120px;*/
    }
    .logo-img-wrap {
        /*height: 70px;
        width: 120px;
        line-height: 70px;*/
    }
    .logo-img {
        vertical-align: top;
       /* max-height: 60px;
        max-width: 110px;*/
        margin-top: 5px;
    }
    
    /* LEAGUE TABLE */
    .tbl-logo-img {
        display: inline-block;
    }
    .table-team-name {
        line-height: 30px;
    }
   /* LAST MATCH */
    .last-match-team1,
    .last-match-team2 {
        width: 320px;
    }
    .match-team-name {
        font-size: 18px;
    }
    .last-match-logo {
        max-width: 60px;
        max-height: 60px;
    }
    .last-match-vs {
        padding: 0 10px;
    }
    /* NEWS */
    .news-item {
        width: 345px;
		float: none;
    }
    .news-img-wrap {
        max-height: 255px;
    }
	.news-img-wrap {
		width: 345px;
	}
    .news-title {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .news-info {
        padding: 20px 15px 0 15px;
    }
	.news-content-inside > .row {
		text-align: center;	
	}
    .news-views,
    .news-comments,
    .news-likes,
    .news-date {
        margin: 0 5px;
    }
    /* Score Table */
    .scoretable-tbl tbody tr td {
        padding: 10px 5px;
    }
    /* Slider */
    .slider-title {
		font-size: 32px;
		line-height: 32px;
		margin: 50px 0 10px 65px;
    }
	.slider-caption {
		display: none;
	}
    /* Fixture Single */
    .full-fixture-content .full-fixture-team {
        width: 220px;
    }
    .full-fixture-content .full-fixture-team-name {
        font-size: 20px;
        max-width: 180px;
    }
    .full-fixture-content .full-fixture-team-logo {
        display: none;
    }
    /* Fixtures Page */
    .fixture-logo-img1,
    .fixture-logo-img2 {
        display: none;
    }
    .fixture-team1,
    .fixture-team2 {
        width: 250px;
    }
    /* Media Section */
    .media-wrap {
        column-count: 2;
        column-gap: 10px;
        -moz-column-count: 2;
        -moz-column-gap: 10px;
        -webkit-column-count: 2;
        -webkit-column-gap: 5px;
    }
    /* Single Player */
    .full-player-img-nosb {
        width: 100%;
    }
	.content-section {
    	padding: 20px 0 0 0;
	}	
}
@media only screen and (min-width : 1200px) {
	.news-text-wrap, .news-img-wrap {
		width: 100%;
	}	
}

@media only screen and (min-width : 768px) {
	.last-match-teams {
		overflow-x: hidden !important;
	}
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
	.logo-img img {
		/*max-height: 62px;*/
	}
	.content-section {
	/*	margin-top: 110px;	*/
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	
	.footer-widget .Hi5Form fieldset, #league-finder-window fieldset {
		padding: 5px 0;
	}
	.footer-wrap {
		padding: 40px 10px;
	}
	.page-footer {
		margin-top: 0;
	}
	#league-finder-window {
		margin-bottom: 20px;
	}
	#league-finder:before {
	    background-position: center 80px;
	}
	#league-finder h1 {
		line-height: 70px;
    	font-size: 38px;
	    white-space: nowrap;
		padding-top: 5px;
	}
	.news-img-wrap {
		border: none;	
	}
	.news-img {
		max-width: 100%;
		width: 100%;
		/*height: auto;*/
	    height: 100%;
		max-height: none;
	}	
	.news-info {
		padding: 5px 0 10px 0 !important;
	}	
	.news-text-wrap {
		padding: 20px 10px 10px 10px;
		min-height: 0;
	}		
    .site-wrap-sticky {
        margin-top: 0;
    }
    .navbar-fixed-top {
        position: static;
    }
    /* Resets */
    .no-sm {
        display: none;
    }
    /* HEADER */
    .sm-no-padding {
        padding: 0;
    }
    .firstline {
        height: 120px;
    }
    .secondline {
        height: auto;
    }
    /* LOGO */
    .logo-block {
        height: 115px;
        width: 150px;
        margin-top: 41px;
        left: 50%;
        margin-left: -75px;
    }
    .logo-img-wrap {
        height: 115px;
        width: 150px;
		max-height:none;
		max-width:none;
	    margin-top: -15px;
    }
    .logo-img {
        vertical-align: middle;
		margin-top: -32px;
		width: 125px;
		height: 125px;
    }
	.logo-img img {
		width: 100%;
	}
    /* HEAD MENU */
    .head-menu-container {
        background-color: #333;
        margin-bottom: 0;
    }
    .head-menu-wrap {
        text-align: center;
		    padding: 0 0 0 0;
    }
    .head-menu-list {
        display: block;
        margin-left: 0;
        margin-top: 0;
        z-index: 50;
        background-color: #1f1f1f;
        text-align: center;
        margin-bottom: 0;
		float: none;
    }
	.head-menu-list li:first-of-type {
		border-top: 1px inset #333;
	}
    .head-menu-list li {
        display: block;
        width: 100%;
		border-bottom: 1px inset #333;
    }
    .head-menu-list li a {
        display: block;
        width: 100%;
        padding: 0 20px;
        height: 60px;
        line-height: 60px;
    }
	.head-menu-list li.active > a, .head-menu-list li.active > a .nav-link-label {
		color: rgb(238,232,9);
	}
    .top-socials-wrap {
        display: none;
    }
    .head-menu-list .dropdown-menu {
        width: 100%;
        background-color: #1f1f1f;
        border-top: 2px solid #0070a0;
        float: none;
        position: static;
		padding: 0 0 0 0;
    }
    .dropdown-toggle-wrap {
        display: inline-block;
    }
    .open .dropdown {
		display: block;
	}
    .head-menu-list .dropdown-menu li {
        text-align: center;
    }
    .head-menu-list .dropdown-menu li a {
        /*padding: 20px 0;*/
        font-weight: 700;
        color: #fff;
	    background-color: #1f1f1f;
		-webkit-transition: ease-out 0.2s;
		-moz-transition: ease-out 0.2s;
		-o-transition: ease-out 0.2s;
		transition: ease-out 0.2s;		
    }
	.head-menu-list .dropdown-menu li > a:hover {
		background-color: rgba(0,0,0,0.25);
		text-decoration: none !important;
	}
    .navbar-collapse {
        border-top: 0;
        box-shadow: none;
    }
    .head-menu-list li a:focus {
        color: #333;
    }
    .menu-search-wrap {
        float: none;
        position: static;
    }
    .searchbar {
        left: 0;
        right: 0;
        margin: auto;
    }
    .top-btns-wrap {
        text-align: center;
        position: relative;
    	margin: 0 -20px;        
    }
    .top-btn {
        display: inline-block;
        height: 100%;
        vertical-align: top;
    }
    .menu-search-wrap {
        display: inline-block;
        height: 100%;
        vertical-align: top;
    }
	/* LAST MATCH */
    .last-match-team1,
    .last-match-team2 {
        width: 100%;
        display: block;
        text-align: center;
        line-height: 15px;
    }
    .last-match-logo {
        display: none;
    }
    .match-team-name {
        display: block;
        font-size: 15px;
    }
    .last-match-vs {
        display: block;
        font-size: 30px;
        padding-bottom: 0;
    }
    .match-info-span {
        padding: 0 30px 5px 30px;
    }
    /* BIG NEWS */
    .big-news-text {
        width: 300px;
    }
    .big-news-title-h {
        font-size: 20px;
    }
    .big-news-info {
        font-size: 12px;
    }
    .big-news-btn {
        padding: 5px 10px;
        font-size: 12px;
    }
    /* NEWS */
    .news-item {
        width: 100%;
    }
	.news-text-wrap, .news-img-wrap {
		width: 100%;
	}
    .news-title {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .news-text {
        line-height: 20px;
    }
    .news-info {
        width: 100%;
        padding: 0 15px;
    }
    .news-views,
    .news-comments,
    .news-likes,
    .news-date {
        margin: 5px 5px;
    }
    .news-category-span {
        font-size: 12px;
        line-height: 12px;
    }
    .news-category-span:after {
        right: -12px;
    }
    /* Score Table */
    .scoretable-tbl tbody tr td {
        padding: 10px;
    }
    .scoretable-logo {
        display: none;
    }
    /* Slider */
    .slider-title {
		margin: 0 0 10px 0;
    }
    .slider-btn {
        padding: 10px 20px;
    }
    .slider-caption {
        display: none;
    }
    /* Team */
    .cat-team-item {
        width: 49%;
    }
    .cat-player-img-wrap {
        width: 100%;
    }
    .cat-player-position {
        width: 85%;
    }
    .player-info-content-wrap {
        text-align: center;
        background-position: top;
    }
    .player-info-line {
        text-align: left;
    }
    .player-info-cont {
        max-width: 250px;
    }
    .player-nosb .player-info-cont {
        max-width: 100%;
    }
    /* Fixtures */
    .fixture-logo-img1,
    .fixture-logo-img2 {
        display: none;
    }
    /* Fixture Single */
    .full-fixture-item-wrap {
        padding: 30px 10px;
    }
    .full-fixture-content .full-fixture-team {
        width: 130px;
    }
    .full-fixture-content .full-fixture-team-name {
        font-size: 16px;
        max-width: 130px;
    }
    .full-fixture-content .full-fixture-results,
    .full-fixture-content .full-fixture-results .full-fixture-result,
    .full-fixture-content .full-fixture-results .full-fixture-divider {
        font-size: 18px;
    }
    .full-fixture-result,
    .full-fixture-result-divider {
        vertical-align: middle;
        font-size: 18px;
    }
    .full-fixture-content .full-fixture-results {
        margin: 0;
        padding: 0;
    }
    .full-fixture-match-info {
        font-size: 11px;
    }
    /* Footer */
    .section-title-h::after {
        display: none;
    }
    .section-title-wrap {
        background-color: #e6e6e6;
    }
    /* Our Team Section */
	.event-title {
		line-height: 32px !important;
		text-align: center;
		font-size: 28px !important;
	}
	.cat-players-position-mark {
		margin-bottom: 20px;
	}
    .team-item {
        width: 90%;
    }
    .player-img-wrap {
        width: 100%;
    }
    .player-name {
        width: 80%;
        margin-right: 0;
    }
    
    .player-name:after {
        display: none;
    }
    
    .player-name-span {
        width: 100%;
        font-size: 11px;
    }
    .player-number {
        width: 20%;
        font-size: 20px;
        border-bottom: 0;
        background-color: #1f1f1f;
    }
    /* Fixtures Page */
    .fixture-team1,
    .fixture-team2 {
        width: 100% !important;
		text-align:center !important;
    }
    .fixture-team-name {
        font-size: 24px;
		margin: 0 auto;
    }
    .fixture-match-info {
        font-size: 12px;
    }
    .fixture-results {
        padding: 10px 0;
    }
    /* Media Section */
    .media-wrap {
        column-count: 2;
        column-gap: 10px;
        -moz-column-count: 2;
        -moz-column-gap: 10px;
        -webkit-column-count: 2;
        -webkit-column-gap: 5px;
    }
    .media-archive {
        margin-top: 10px;
        column-count: 2;
        column-gap: 10px;
        -moz-column-count: 2;
        -moz-column-gap: 10px;
        -webkit-column-count: 2;
        -webkit-column-gap: 5px;
    }
    .media-item-caption {
        padding: 5px 10px;
    }
    .lightcase-inlineWrap div iframe {
        min-height: 280px;
    }
    /* Shop */
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 49%;
    }
    /* Player - Single */
    .full-player-info {
        display: block;
        width: 100%;
    }
    .full-player-img-wrap {
        /*display: block;
        width: 100%;*/
        text-align: center;
    }
    .full-player-img {
        width: 50%;
        height: auto;
    }
    .full-player-img-nosb {
        width: 50%;
    }
    /* Search Results Page */
    .search-item {
        width: 100%;
    }
    /* 404 Page */
    .error-page-h {
        font-size: 30px;
    }
    /* Inside Posts WP Gallery */
    .gallery-item {
        width: 100% !important;
    }
    /* Shortcodes */
    .price-tables-2columns .price-option,
    .price-tables-3columns .price-option,
    .price-tables-4columns .price-option,
    .price-tables-5columns .price-option {
        width: 49%;
    }
    .price-option {
        margin-bottom: 10px;
    }
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 767px) {

	.section-title-h {
		width: 100%;
	}	
	ul.nav.nav-tabs.player-tabs li {
    	width: 100%;	
	}
	ul.nav.nav-tabs.player-tabs li a {
		width: 100%;
		text-align: left;
		padding-left: 20px;
	}	
	.nav-link-label, .head-menu-list a {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14px;
		color: white;
	}
	#head-submenu-wrap {
		margin-bottom: 15px;	
	}	
	.head-menu-list .glyphicon-menu-right {
		display: none;
	}
	.news-title-h {
	    padding: 10px;	
	    display: block;	
	}	
	a.more-link {
		padding: 10px 20px;
		background: #eee;
		display: inline-block;
		border: 1px solid #ddd;
	}	
	.news-text-wrap {
		height: auto;
		max-height: none;
	}
	.last-match-group {
		width: 100%;
	}
    /* HEAD MENU */
    .head-menu-container {
        margin-top: 80px;
        text-align: center;
        background-color: #1f1f1f;
    }
    .dropdown-toggle-wrap {
        width: 100%;
        text-align: center;
    }
    .navbar-toggle {
        display: inline-block;
        float: none;
        background-color: #1f1f1f;
    }
    /* BIG NEWS */
    .big-news-text {
        width: 180px;
    }
    .big-news-title-h {
        font-size: 15px;
        line-height: 15px;
    }
    .big-news-date {
        font-size: 10px;
    }
    .big-news-info,
    .big-news-btn-wrap {
        display: none;
    }
    /* LEAGUE TABLE */
    .tbl-logo-img {
        display: none;
    }
    .table-team-name {
        line-height: 15px;
    }
    .tbl-td {
        padding: 10px 2px;
    }
   /* LAST MATCH */
    .last-match-team1,
    .last-match-team2 {
        
    }
    .last-match-logo {
        max-width: 40px;
        max-height: 40px;
    }
    .match-team-name {
        font-size: 15px;
    }
    .last-match-vs {
        font-size: 30px;
    }
    .match-info-span {
        font-size: 11px;
    }
    /* SIDEBAR - NEXT MATCH */
    .sidebar-team-name {
        width: 80px;
    }
    .sidebar-team-logo {
        width: 80px;
        height: 80px;
    }
    .sidebar-logo-img {
        max-height: 80px;
    }
    .sidebar-match-vs {
        padding: 50px 5px;
        font-size: 20px;
    }
    /* LAST RESULTS */
    /*.last-results-item {
        border-bottom: 2px solid #333;
    }
    .last-results-team {
        display: block;
    }
    .last-results-vs {
        display: block;
        border: 0;
    }
    .first-team-result,
    .second-team-result {
        display: block;
    }
    .result-divider {
        display: block;
    }*/
    /* Score Table */
    .scoretable-tbl tbody tr td {
        padding: 10px 5px;
    }
    /* Slider */
    .slider-text {
        text-align: center;
        left: 10%;
    }
    .slider-title {
		font-size: 27px;
		text-align: center;
		display: block;
		line-height: 30px;
    }
    .slider-caption {
        display: none;
    }
    .slider-btn-wrap {
        text-align: center;
    }
    .slider-btn {
        padding: 5px 10px;
    }
	.last-match-teams a {
		padding: 5px;
	}
    /* Shop */
    .woocommerce .products .add_to_cart_button {
        padding: 10px 5px;
        font-size: 12px;
    }
    /* Fixture Single */
    .full-fixture-content .full-fixture-results,
    .full-fixture-content .full-fixture-results .full-fixture-result,
    .full-fixture-content .full-fixture-results .full-fixture-divider,
    .fixture-match-info-span {
        display: block;
    }
    .fixture-match-info-span {
       margin-bottom: 5px;
       margin-right: 0;
    }
    .fixture-match-info-span:last-child {
       margin-bottom: 0;
    }
    .full-fixture-content .full-fixture-results {
        display: block;
        padding: 15px 0;
    }
    .full-fixture-result-divider {
        line-height: 20px;
        vertical-align: top;
    }
    /* Our Team */
    .players-nav-container {
        display: block;
        float: none;
        text-align: center;
    }
    /* Fixtures Page */
    .fixture-team1,
    .fixture-team2 {
        width: auto;
        display: block;
    }
    .fixture-team1,
    .fixture-team2 {
        text-align: center;
    }
    .fixture-match-info {
        margin-top: 10px;
    }
    /* Media Section */
    .media-wrap {
        column-count: 1;
        column-gap: 10px;
        -moz-column-count: 1;
        -moz-column-gap: 10px;
        -webkit-column-count: 1;
        -webkit-column-gap: 5px;
    }
    .media-archive {
        margin-top: 10px;
        column-count: 1;
        column-gap: 10px;
        -moz-column-count: 1;
        -moz-column-gap: 10px;
        -webkit-column-count: 1;
        -webkit-column-gap: 5px;
    }
    .media-item-caption {
        padding: 15px 20px;
    }
    /* Shop */
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 100%;
    }
    /* Player - Single */
    .full-player-info {
        display: block;
        width: 100%;
    }
    .full-player-img-wrap {
        /*display: block;
        width: 100%;*/
    }
    .full-player-img {
        width: 100%;
        height: auto;
    }
    .full-player-img-nosb {
        width: 100%;
    }
    .player-info-label {
        display: inline-block;
    }
    .player-info-cont {
        display: inline-block;
        
    }
    .full-player-info {
        padding: 30px 5px;
        margin-top: 0;
    }
    .player-addinf-list li {
        vertical-align: top;
        border-bottom: 0;
        border-top: 1px solid #e6e6e6;
    }
    .player-addinf-list li .addinf-list-label {
        display: block;
        vertical-align: top;
    }
    .player-addinf-list li .addinf-list-cont {
        display: block;
        float: none;
    }
    /* Player Archive */
    .cat-player-info-wrap {
        width: 79%;
        padding-right: 5px;
    }
    .cat-player-number {
        width: 20%;
        font-size: 25px;
    }
    .cat-team-item {
        width: 99%;
        margin-bottom: 10px;
    }
    /* 404 Page */
    .error-page-h {
        font-size: 20px;
    }
    /* Inside Posts WP Gallery */
    .gallery-item {
        width: 100% !important;
    }
    /* Media */
    .mediatab-audio {
        min-width: 220px;
    }

    /* Shortcodes */
    .price-tables-2columns .price-option,
    .price-tables-3columns .price-option,
    .price-tables-4columns .price-option,
    .price-tables-5columns .price-option {
        width: 99%;
    }
	.footer-wrap {
		padding: 20px 0 0 0;
	}
	.footer-wrap .col-xs-6 {
		padding: 0;
	}
	.site-wrap {
		overflow-x: hidden;
	}
	.sidebar-inside-block {
		padding: 0 0 0 0;	
	}	
	#league-finder #league-finder-window {		
	    padding: 10px;
	}
	#league-finder h1 {
		padding: 5px 0;
		font-size: 32px;	
	}
	#league-finder-window select {
		font-size: 15px;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 400px) {
	.sponsor-img-wrap > div {
		height: 135px;
		width: 135px;		
	}
	#content {
		padding-left: 10px;
		padding-right: 10px;
	}
	#league-finder-window {
		padding: 5px !important;
	}
	/*#content table td, #content table th {
	    font-size: 70%;	
	}*/
}


@media only screen and (min-width : 768px) and (max-width : 782px) {
    .navbar-wp-panel {
        margin-top: 46px;
    }
}

@media only screen and (min-width : 783px) {
    .navbar-wp-panel {
        margin-top: 32px;
    }
}
@media only screen and (min-width: 768px) {
	.head-submenu-container {
		display: none !important;	
	}
}
@media only screen and (max-width : 767px)  {
	.subnav {
		display: none !important;
	}	
	/* Widgets in Footer */
	.footer-wrap .footer-widget {
	   margin-bottom: 20px;
	}	
	.logo-wrap {
	    top: 40px;
	}	
	.top-btns-wrap a.btn, .top-btns-wrap .top-btn {
	    width: 48%;
	    float: left;
	    padding: 10px !important;
	    display: block;
	    height: 40px !important;
	    line-height: 20px !important;
	    margin: 1%;
    	color: white !important;
    	text-transform: uppercase;	    
	}
	.top-btn .cart-quantity {
		padding: 0 !important;
		color: white !important;
	}
	#slides-loading {
		margin: 20px 0 !important;
	}
	.top-btns-wrap .top-btn .btn-group a {
	    height: auto !important;
	}
	.top-btns-wrap .top-btn .btn-group {
	    margin-top: -10px;
	    padding-top: 3px;
	}	
}