/*
 Theme Name:   Kadence Child
 Theme URI:    https://example.com/kadence-child/
 Description:  Kadence Child Theme
 Author:       Your Name
 Author URI:   https://example.com
 Template:     kadence
 Version:      1.0.2
 Tags:         customizable, modern, responsive-layout, gutenberg, header builder, footer builder
 Text Domain:  kadencechild
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.wp-block-kadence-posts .loop-entry .entry-summary {
    font-size: 14px;
}
.wp-block-kadence-posts a.post-more-link {
    color: #ffd002 !important;
}
.entry-meta {
    display: none;
}

#main-header .header-button {
    font-weight: 700;
}
#main-header .header-button:hover {
    box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, 0.1);
    background: #fff301;
    color: #000;
    transition: all 0.3s ease 0s;
}
.wp-block-search .wp-block-search__input,
.wp-block-search .wp-block-search__button:not(.has-background) {
    background: inherit;
}

.site-footer-row.site-footer-row-columns-5 {
    grid-template-columns:
        minmax(0, 500px) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)
        minmax(0, 1fr);
}

.aab__accordion_title {
    color: #fff !important;
}
.wp-block-aab-accordion-block {
    background: #ba1a1a;
    color: #fff;
    border: none;
    margin-bottom: 5px;
}
.wp-block-aab-accordion-block
    .aab__accordion_head
    .aab__accordion_icon
    .aab__icon {
    color: #ffd002;
}
.wp-block-aab-accordion-block .aab__accordion_body {
    color: #fff;
}
.main-navigation .primary-menu-container > ul li.menu-item > a:before {
    width: calc(100% - 1em);
    content: "";
    position: absolute;
    bottom: 0px;
    height: 2px;
    right: 50%;
    background: currentColor;
    -webkit-transform: scale(0, 0) translate(-50%, 0);
    transform: scale(0, 0) translate(-50%, 0);
    transition: color 0s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, color 0s ease-in-out;
    transition: transform 0.2s ease-in-out, color 0s ease-in-out,
        -webkit-transform 0.2s ease-in-out;
}
.main-navigation .primary-menu-container > ul li.menu-item > a:hover:before {
    -webkit-transform: scale(1, 1) translate(50%, 0);
    transform: scale(1, 1) translate(50%, 0);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    -webkit-appearance: none;
    color: #e3e3e3;
    border: 1px solid var(--global-gray-400);
    border-radius: 3px;
    padding: 0.4em 0.5em;
    max-width: 100%;
    background: #560b05;
    box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
}

::-webkit-input-placeholder {
    color: var(--global-palette6);
}

::-moz-placeholder {
    color: var(--global-palette6);
    opacity: 1;
}

::placeholder {
    color: var(--global-palette6);
}

/*button,
.button,
.wp-block-button__link,
.wp-element-button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #ffd002;
    color: #000;
    padding: 0.4em 1em;
    border: 0;
    font-size: 1.125rem;
    line-height: 1.6;
    display: inline-block;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
    border-radius: 72px;
    font-weight: 700;
}*/
button:visited,
.button:visited,
.wp-block-button__link:visited,
.wp-element-button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
    background: var(--global-palette-btn-bg);
    color: var(--global-palette-btn);
}

/*button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active,
.wp-element-button:hover,
.wp-element-button:focus,
.wp-element-button:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
    color: #000;
    background: #ffd002;
    box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, 0.1);
}*/

button:disabled,
button.disabled,
.button:disabled,
.button.disabled,
.wp-block-button__link:disabled,
.wp-block-button__link.disabled,
.wp-element-button:disabled,
.wp-element-button.disabled,
input[type="button"]:disabled,
input[type="button"].disabled,
input[type="reset"]:disabled,
input[type="reset"].disabled,
input[type="submit"]:disabled,
input[type="submit"].disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.kadence-breadcrumbs {
    color: #fff;
}

.alignfull, .alignwide, .entry-content .alignwide, .entry-content .alignfull{
    margin: 0 !important;
    width: 100%;
}


.nwm-container{
    max-width: var(--global-content-width);
    margin: 0 auto;
    padding: 0 var(--global-content-edge-padding);
}
.nwm-container.small{
    max-width: 800px;
}
.single-content .wp-block-columns{
    border-radius: 10px;
    padding: 10px;
    align-items: center;
}
.single-content .wp-block-columns .wp-block-column{
    align-self: center;
}
/*-----------------------*\
    HEADER BUTTON
\*-----------------------*/
.nwm-btn {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 15px;
    border-radius: 20px 20px 20px 20px;
    transition: all 0.3s ease 0s;
    background-color:#276aa5;
    color: #3da5ff;
    padding: 10px 25px;
    text-decoration: none !important;
    border:3px solid #276aa5;
    margin: 0 5px;
    cursor: pointer;
}
.nwm-btn:hover {
    transition: all 0.3s ease 0s;
    color: #fff;
    border-color: #52728E;
}
.nwm-btn.reg {
    border-color: #52728E;
    background-color: #3da5ff;
    color: #fff;
}
.nwm-btn.reg:hover {
    opacity: 0.8;
    background-color: inherit;
}

/*-----------------------*\
    TABLE
\*-----------------------*/
table{
    background-color: transparent;
    width: 100%;
    margin-block-end: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse;
}
table tbody tr:hover > td, 
table tbody tr:hover > th {
  background-color: hsla(0,0%,50.2%,.1019607843);
}
table td, 
table th {
  padding: 15px !important;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid hsla(0,0%,50.2%,.5019607843);
  color: #000;
}
table tbody > tr:nth-child(2n+1) > td, 
table tbody > tr:nth-child(2n+1) > th {
  background-color: hsla(0,0%,50.2%,.0705882353);
}
/*-----------------------*\
    ACCODIOR
\*-----------------------*/
.kt-blocks-accordion-title a{
    color: #276AA5;
}


/*==================================================
>>>       HEADER     
==================================================*/
#masthead{
    border-bottom: 1px solid #276aa5;
}

.mt-30{
    margin-top: 30px !important;
}












/*==================================================
>>>            
==================================================*/
.player-template-content{
	width:100%;
	float:left;
}
.hidden-lg{
	display: none;
}
.nwm-results-wrapper{
	margin: 40px auto;
	background: #fff;
	padding: 10px 20px;
}
.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: 30px;
	line-height: 1;
/*	letter-spacing: .4px;*/
	color: #4fe248;
	font-weight: 600;
	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: var(--base);
	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;
    margin-top: 0;
}




.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: var(--base);
}
.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: var(--contrast);
}
.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: #c72121;
	color: #fff;
	border-color: #c72121;
}



.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: var(--base);
}
.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;
	}
}