/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.2
*/

.nwm-container{
	max-width: 1200px;
	margin: auto !important;
	padding: 20px 0 0;
}
.site-main .wp-block-group__inner-container{
	padding: 10px;
}
.group__inner_no_padding .wp-block-group__inner-container{
	padding: 0;
}
.bg-gray{
	background: #F4F4F5;
}
.bg-red{
	background: #910000;
	color: #fff;
	text-align: center;	
	padding: 5px;
}
.bg-white{
	background: #fff;
}
.mb0{
	margin-bottom: 0;
}
.mtb10{
	margin: 10px 0;
}
.mtb30{
	margin: 30px 0;
}
button:hover{
	background: ;
}
#list::after {
    transition: opacity 1s ease;
}
#list:hover::after {
    opacity: 0.5;
}
.nwm-item-center{
	align-items: center !important;
	padding: 0;
}
.wp-block-button__link.has-contrast-background-color{
	color:var(--base-3);
}
.wp-block-button__link.has-contrast-background-color:hover{
	background-color: var(--accent);
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}


h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background{
	padding: 5px;
}
.pos-rel{
	position: relative;
}

.nwm-mark{
	background-image: url("img/rank-background.png");
	-webkit-mask-image: url("img/rank-background.png");
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    padding: 15px 15px 15px 15px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #F3CA80 0%, #E1AA45 100%);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    position: absolute;
    top: -15px;
    left: 5px;
    font-weight: 700;
    font-size: 35px;
}

.p10{
	padding: 10px;
}
.p30{
	padding: 30px;
}
.pr30{
	padding-right: 30px;
}
.pl30{
	padding-left: 30px;
}
.pl65{
	padding-left: 65px !important;
}
.separate-containers .comments-area,
.separate-containers .inside-article,
.separate-containers .page-header,
.separate-containers .paging-navigation{
	padding: 0;
}

figure img{
	margin-bottom: 10px;
}
.img-fullwidth{
	width: 100%;
}
.img-fullwidth img{
	max-width: 100%;
	width: 100%;
	max-height: 350px;
	object-fit: cover;
}

.nwm-sap{
	border-top: 1px dotted;
    background: inherit;
    direction: ltr;
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.hide-desktop{
	display: block;
}
/*==================================================
>>>      HEADER     
==================================================*/
.site-header{
    border-bottom: 1px solid #333333;
}
.inside-header{
	padding: 10px 40px;
}
.header-widget{
	max-width: 300px;
	flex: 1;
}
.header-widget .wp-block-buttons{
	gap: 0;
}
.header-widget aside.widget{
	margin-bottom: 0 !important;
	padding: 0 !important;
}
.header-widget aside.widget .wp-block-button__link{
	padding: 6px 20px;
}
.header-widget aside.widget .wp-block-button__link.has-contrast-2{
	background-color: inherit;
/*	border-color: var(--contrast-2);*/
}

.main-navigation .main-nav ul li a{
	line-height: 50px;
}


.nwm-same-height-img h4{
	padding: 5px;
	margin-bottom: 0;
}
.nwm-same-height-img img{
	height: 350px;
	object-fit: cover;
}
.nwm-same-height-img-small{
	height: 150px;
	object-fit: cover;
}
.nwm-same-height-img .wp-block-button{
	margin: 20px 0;
}
.header-widget .register-btn a{
	background: inherit;
	color: var(--contrast-2);
	border: 1px solid #4E9FEA;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.header-widget .register-btn a:hover{
	background: var(--contrast-2);
	color: var(--base-3);

	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}


.nwm-menu-icon{
	margin-left: 20px;
	display: none;
}
.main-navigation.toggled .main-nav{
	border-top: 1px solid #333333;
}




.nwm-menu-icon ul{
	display: flex;
}
.nwm-menu-icon ul li{
	margin-right: 12px;
	display:flex;
}
.nwm-menu-icon ul li svg{
	width: 20px;
	margin-right: 5px;
}
.nwm-menu-icon ul li svg path{
	fill: #fff;
}
.nwm-menu-icon ul li a{
	color: #fff;
	font-size: 12px;
	display: flex;
	align-items: center;
}
.nwm-menu-icon ul li a:hover{
	color: var(--contrast-2);
}
.nwm-menu-icon ul li a:hover path{
	fill:var(--contrast-2);
}
.nwm-menu-icon ul .wpml-ls-statics-shortcode_actions{
	padding:0px;
	display: flex;
  align-items: center;
  border: none;
}
.nwm-menu-icon ul .wpml-ls-statics-shortcode_actions ul{
	display: flex;
  position: absolute;
  left: auto;
  opacity: 1;
  height: auto;
	background: inherit;
  border: none;
	box-shadow: none;
	float: none;
  pointer-events: all;
	width: 160px;
}
.nwm-menu-icon ul .wpml-ls-statics-shortcode_actions ul li{
	
}
.nwm-menu-icon ul .wpml-ls-statics-shortcode_actions ul li a{
	line-height: 14px;
  letter-spacing: 0px;
  padding: 0;
}

.main-navigation .main-nav ul li a{
	padding-left:10px;
	padding-right:10px;
}
.nwm-menu-icon ul .wpml-ls-legacy-dropdown{
    width: auto;
    display: flex;
  align-items: center;
}
.nwm-menu-icon ul .wpml-ls-legacy-dropdown > ul{
    visibility: visible;
      opacity: 1;
      left: auto;
      height: auto;
      width: auto;
      position: relative;
      top: auto;
      display: block;
      background: inherit;
      box-shadow: none;
      overflow: inherit;
}
.nwm-menu-icon ul .wpml-ls-legacy-dropdown > ul > li > a{
    background-color: inherit;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
    width: auto;
}
.nwm-menu-icon ul .wpml-ls-legacy-dropdown > ul > li ul.wpml-ls-sub-menu.active{
    opacity: 1;
  left: 0;
  height: auto;
  visibility: visible;
  overflow: inherit;
  border: 1px solid #fff;
  top: 110%;
  pointer-events: all;
  width: auto;
}
.nwm-menu-icon ul .wpml-ls-legacy-dropdown > ul > li ul.wpml-ls-sub-menu.active li a{
    background: inherit;
    border: none;
}
/*==================================================
>>>       FOOTER     
==================================================*/
.footer-widget-1{
	flex:0 0 70% !important;
}
.footer-widget-2{
	flex:0 0 30% !important;
}
.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5{
	margin: 0 0 10px 0;
}
.footer-widgets h5{
	font-weight: 500;
}
.footer-widgets .widget{
	margin-bottom: 5px;
}
.footer-widgets aside.widget{
	margin-bottom: 0 !important;
}
.footer-widgets .widget .wp-social-link:last-child{
	margin-bottom: 0;
}
/*==================================================
>>>       SIDEBAR     
==================================================*/
.widget-area.sidebar{
	margin-top:45px;
}
aside.widget{
	padding: 0 10px 10px 30px !important;
	margin-bottom: 20px !important;
}
#right-sidebar .widget .wp-block-heading{
	color: #fff;
    background: #1a202c;
    padding: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 15px;
}
#right-sidebar .widget .wp-block-latest-posts li{
	border-bottom: 1px solid #eee;
    margin: 0 0 8px ;
    padding: 5px 0 10px ;
    list-style-type: none ;
    display: block;
}

#right-sidebar .widget .wp-block-latest-posts li img{
	border: 1px solid #eee!important;
	box-shadow: none!important;
	margin: 2px 10px 2px 0!important;
	padding: 3px!important;
	max-width: 60px;
}
#right-sidebar .widget .wp-block-latest-posts li a{
	margin-bottom: 0!important;
    margin-top: 0!important;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1.5em;
    color: #000;
    display: block;
    text-decoration: none;
}
#right-sidebar .widget .wp-block-latest-posts li .wp-block-latest-posts__post-date{
	color: var(--contrast-2);
	font-size: 14px;
    font-style: italic;
}

/*==================================================
>>>       PAGE     
==================================================*/
.separate-containers.both-right .site-main, .separate-containers.right-sidebar .site-main{
	margin-top: 10px;
}
body.page-template-default .featured-image{
	display: none;
}
.editor-styles-wrapper, .entry-content{
	margin-top: 0 !important;
}
.entry-header{
	margin-bottom: 10px;
}


.download{
	box-shadow: 0px 6px 14px -5px rgba(0,0,0,0.5);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin: 30px 30px 30px 30px;
	padding: 10px 10px 10px 50px;
	position: relative;
}
.download > figure img{
	left: -25px;
	top: -25px;
	max-width: 13%;
	position: absolute;
}

.item-game{
	margin-bottom: 0;
	align-items: center !important;
	padding: 20px 20px 10px 0;
}
.item-game h3{
	margin-bottom: 0;
}

/*==================================================
>>>       RESPONSIVE     
==================================================*/

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.nwm-container{
		padding: 20px 10px;
		max-width: 100%;
	}
	.inside-header{
		padding: 10px;
	}
	.download {
	 	margin: 20px !important;
	 	padding: 20px 20px 0px 30px;
	 }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.nwm-container{
		padding: 20px 10px;
		max-width: 100%;
	}
	.wp-block-image img{
		max-width: 100%;
		margin: auto;
		display: block;
	}
	/*-----------------------*\
	    HEADER
	\*-----------------------*/
	button.menu-toggle{
		text-align: right;
	}
	.header-widget{
		max-width: 40%;
		width: 100%;
		margin: 0 !important;
	}
	/*-----------------------*\
	    FOOTER
	\*-----------------------*/
	.footer-widgets aside.widget{
		text-align: center;
	}
	.footer-widgets .widget ul.wp-block-social-links{
		justify-content: center;
	}
	/*-----------------------*\
	    HOME
	\*-----------------------*/
	.item-game{
		padding: 20px;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.nwm-container{
		max-width: 100%;
		margin: auto !important;
		padding: 20px 10px;
	}
	.wp-block-image img{
		max-width: 100%;
		margin: auto;
		display: block;
	}
	.hide-mobile{
		display: none;
	}
	/*-----------------------*\
	    HEADER
	\*-----------------------*/
	button.menu-toggle{
		text-align: right;
		flex:0 0 50px;
	}
	button.menu-toggle span.mobile-menu{
		display:none;
	}
	.inside-navigation{
	flex-direction: row-reverse;
}
	.header-widget{
		max-width: 60%;
		width: 100%;
		margin: 10px 0 0 !important;
	}
	.nwm-menu-icon{
		display: block;
		flex: 1;
	}
	.inside-header{
		flex-direction: row;
		padding: 10px;
	}
	.header-widget .wp-block-buttons{
		flex-direction: column;
		align-content: end;
		gap: 5px;
	}
	.header-widget .wp-block-buttons .wp-block-button a{
		padding: 3px 10px;
	}
	/*#primary-menu{
		width: 100%;
	}
	.main-navigation .main-nav > ul{
		display: flex !important;
		width: 100%;
		text-align: center;
		justify-content: center;
	}
	.main-navigation .main-nav ul li a{
		padding-left: 7px;
		padding-right: 7px;
		line-height: 50px;
		font-size: 14px;
	}
	.main-navigation .menu-toggle, .sidebar-nav-mobile:not(#sticky-placeholder){
		display: none;
	}*/
	/*-----------------------*\
	    FOOTER
	\*-----------------------*/
	.footer-widgets aside.widget{
		text-align: center;
	}
	.footer-widgets .widget ul.wp-block-social-links{
		justify-content: center;
	}
	/*-----------------------*\
	    HOME
	\*-----------------------*/
	.download{
		margin: 30px !important;
		padding: 40px 20px 0px 60px;
	}
	.item-game{
		padding: 10px;
	}
}

/* Landscape phones and smaller */
@media (max-width: 576px) {
	 .download {
	 	margin: 30px !important;
	 	padding: 20px 20px 0px 30px;
	 }
	.site-header .header-image {
	  width: 250px !important;
	}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.nwm-container{
		padding:  0;
	}
	h1{
		font-size: 28px;
	}
	h2{
		font-size: 26px;
	}
	h3{
		font-size: 20px;
	}
	h4{
		font-size: 16px;
	}
	.header-widget{
		max-width: 100%;
		
	}
	.site-header .header-image{
		max-width: 200px;
	}
	.header-widget .wp-block-buttons{
		gap: 5px;
		align-content: center;
    flex-direction: row;
	}
	.inside-header{
		padding: 10px 20px;
		flex-direction: column;
	}
	.menu-toggle .gp-icon + .mobile-menu{
		display: none;
	}
	.nwm-menu-icon{
		margin-left: 10px;
	}
	.nwm-menu-icon ul li svg{
	    width: 15px;
	    margin-right: 3px;
	}
	.nwm-menu-icon ul li{
        margin-right: 5px;
	}
	.nwm-menu-icon ul li a{
		font-size: 8px;
	}
	.download > figure img{
		max-width: 20%;
	}
	.download{
		margin: 15px !important;
		padding: 30px 10px 0px 30px;
	}

	.wp-block-button .wp-block-button__link{
		font-size: 14px;
		padding: 6px;
	}
	.nwm-menu-icon ul .wpml-ls-statics-shortcode_actions ul{
		width:50px;
	}
	.nwm-menu-icon ul .wpml-ls-statics-shortcode_actions ul li a span{
		display:none;
	}
}





/*==================================================
>>>            
==================================================*/
.player-template-content{
	width:100%;
	float:left;
}
.hidden-lg{
	display: none;
}
.nwm-results-wrapper{
	margin: 40px 0;
}
.nwm-results-wrapper .content-area{
	width:100%;
	margin-top:40px;
}
.nwm-results-wrapper .match-list .group-month{
	font-family: Roboto Condensed, sans-serif;
	font-size: 40px;
	line-height: 41px;
/*	letter-spacing: .4px;*/
	color: #6caddf;
	text-transform: uppercase;
	font-weight: 900;
	margin: 20px 0;
}

.fixtures-list-item{
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 25px;
	padding: 17px 0 0;
	border-top: 1px solid #dde6ed;
	display: flex;
	position:relative;
}
.fixtures-list-item .fixture-header{
	display: flex;
	justify-content: flex-start;
}
.fixtures-list-item .fixture-header .fixture-header__competition-icon{
	width: 32px;
    margin-right: 8px;
}
.fixtures-list-item .fixture-header .fixture-header__competition{
	color: #001838;
	display: flex;
	align-items: flex-start;
	text-align: left;
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.fixtures-list-item .fixture-header .fixture-header__competition-time {
    font-size: 13px;
    line-height: 17px;
    font-weight: 700;
}
.fixtures-list-item .fixture-header .fixture-header__competition-name {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
}




.fixtures-list-item .fixture-body{
	width: 60%;
	display: table;
    table-layout: fixed;
}
.fixture-body__first-team{
	display: table-cell;
	vertical-align: middle;
}
.fixture-body__when{
	display: table-cell;
	width: 70px;
	vertical-align: middle;
}
.fixture-body__second-team{
	display: table-cell;
	vertical-align: middle;
}
.fixture-body__first-team-content, 
.fixture-body__second-team-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    color: #001838;
}
.fixture-body__first-team-content {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}
.fixture-body__first-team-name{
	margin-right: 9px;
}
.fixture-body__first-team-crest-container {
    margin-right: 9px;
}
.fixture-body__first-team-crest, 
.fixture-body__second-team-crest {
    max-width: 36px;
    max-height: 36px;
    height: auto;
}
.fixture-body__second-team-crest-container {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-left: 9px;
}
.fixture-body__when-content{
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    height: 45px;
    text-align: center;
    background-color: #dde6ed;
}
.fixture-body__when-tz {
    margin-top: -1px;
    margin-bottom: 0;
    font-size: 10px;
    color: #69738c;
}

.fixture-body__score{
	display: table-cell;
    width: 76px;
    vertical-align: middle;
}
.fixture-body__score-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.fixture-body__score-goals {
    font-size: 33px;
    line-height: 33px;
    letter-spacing: .33px;
}
.fixture-body__score-goals {
    text-align: center;
    color: #fff;
    background-color: #001838;
    min-width: 36px;
    padding: 5px 0;
    margin-left: 1px;
    margin-right: 1px;
    border-radius: 4px;
    font-family: KippaxCondensed, sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: .28px;
}

.fixture-header__side-info{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: auto;
	margin-top: 5px;
	margin-right: 5px;
	max-width: 65px;
	width: 100%;
}
.game-result {
    
}
.game-result__icon {
    width: 100%;
    height: 100%;
}
.game-result span{
	width: 24px;
	height: 24px;
	display: block;
	text-align: center;
	border: 1px solid;
	border-radius: 50%;
	font-weight: 700;
	text-transform: uppercase;
	    font-size: 12px;
    line-height: 24px;
}
.game-result span.win{
	background: green;
	color: #fff;

}
.game-result span.lose{
	background: black;
}



.result-links {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: auto;
    padding-left: 15px;
}
.fixtures--results .result-links .result-links-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}
.fixtures--results .result-links .result-links-list__item {
    margin-right: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
   	list-style-type: none;
}
.fixtures--results .result-links .result-links-list__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #001838;
}
.fixtures--results .result-links .result-links-list__link-text {
    margin-right: 7px;
}
.fixtures--results .result-links svg {
    width: 13px;
    height: 13px;
    max-width: 13px;
    max-height: 13px;
}

.fixtures--results .fixture-header,
.fixtures--results .result-links{
	width: 25%;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.match-list{
		padding: 20px;
	}
	.fixtures-list-item .fixture-body{
		width: 50%;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 991px) {
	.match-list{
		padding: 20px;
	}

	.fixtures-list-item{
		flex-direction: column;
	}
	.fixtures--results .fixture-header, .fixtures--results .result-links{
		width: 100%;
	}
	.fixtures-list-item .fixture-header{
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 17px;
		padding: 4px 12px 4px 1rem;
		border-top: 1px solid #dde6ed;
		background-color: #f3f6f9;
	}
	.fixtures--results .result-links .result-links-list{
		text-align: center;
		justify-content: center;
		margin-top: 20px;
	}


	.fixtures-list-item .fixture-header .fixture-header__competition{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin: auto;
		text-align: center;
		color: #001838;
	}
	.fixture-header__side-info{		
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0;
	}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {

}

/*==================================================
>>>   PLAYER     
==================================================*/
.nwm-anwp-squad .squad-rows-pos{
	font-size: 40px;
	line-height: 41px;
	letter-spacing: .4px;
	color: #6caddf;
	margin: 0;
	text-transform: uppercase;
	font-family: Roboto Condensed, sans-serif;
	width: 100%;
	float: left;
	margin-bottom: 20px;
	margin-top: 40px;
	font-weight: 700;
}
.nwm-anwp-squad .nwm-player{
	width: 229px;
	margin-right: 19px;
	position : relative ;
	margin-bottom: 20px;
	float: left;
}
.nwm-anwp-squad .nwm-player .nwm-player__photo{
	background: url(<?php echo get_stylesheet_directory_uri() ?>/img/blueship.png);
	position : relative ;
}
.nwm-anwp-squad .nwm-player .nwm-player__photo img{
	width: 100%;
	height: 100%;
	margin: auto !important;
	display: block;

}
.nwm-anwp-squad .nwm-player .nwm-player__name{
	font-size: 28px;
	line-height: 28px;
	letter-spacing: .28px;
	text-decoration: underline;
	-webkit-text-decoration-style: solid;
	text-decoration-style: solid;
	-webkit-text-decoration-color: transparent;
	text-decoration-color: transparent;
	-webkit-transition: -webkit-text-decoration-color .2s ease-in-out;
	transition: -webkit-text-decoration-color .2s ease-in-out;
	transition: text-decoration-color .2s ease-in-out;
	transition: text-decoration-color .2s ease-in-out, -webkit-text-decoration-color .2s ease-in-out;
	color: #001838;
	text-transform: uppercase;
	margin: 0;
	padding: 10px;
	height: 85px;
	font-family: Roboto Condensed, sans-serif;
	font-weight: 700;
}
.nwm-anwp-squad .nwm-player .nwm-player__age{
	display: none;
}
.member-card__regular-shadow{
	-webkit-box-shadow: 0 8px 16px 0 rgba(0,24,56,.3);
	box-shadow: 0 8px 16px 0 rgba(0,24,56,.3);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.nwm-player__nationality{
	bottom: 12px;
	left: 12px;
	position: absolute;
	z-index: 2;
	width: 25px;
	height: 25px;
	background: #fff;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,24,56,.6);
	box-shadow: 0 2px 5px 0 rgba(0,24,56,.6);
	border-radius: 50%;
	overflow: hidden;
}
.nwm-anwp-squad .nwm-player:hover .nwm-player__name{
	background: #001838;
	
}
.nwm-anwp-squad .nwm-player:hover .nwm-player__name a{
	color: #fff;
}


/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.nwm-anwp-squad{
		padding: 20px;
		width: 100%;
		float: left;
		clear: both;
	}
	.nwm-anwp-squad .nwm-player{
		width: calc(33% - 19px);
	}


}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.nwm-anwp-squad{
		padding: 20px;
		width: 100%;
		float: left;
		clear: both;
	}
	.nwm-anwp-squad .nwm-player{
		width: calc(50% - 19px);
	}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.nwm-anwp-squad .nwm-player{
		width: 100%;
		margin-right: 0;
	}
}