/*
Theme Name: Blazter Thema
Theme URI: https://blazter.nl/
Version: 1.0.0
Template: Divi
Author: Blazter Support Team
Author URI: https://blazter.nl/
Description: Fantastisch mooi
Text Domain: blazter-thema
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/********* LATEN STAAN *********/
/* Center items in column */
.column-center {
	margin: auto;
}

/* Reverse columns in a row */
@media all and (max-width: 980px) {
	div.row-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
}

/* Gravity Forms Styling */
.contact h2.gform_submission_error{
	padding-bottom: 0px;
}

.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"],
.contact textarea {
	padding: 10px 20px !important;
	border-radius: 5px;
}

.contact input[type="submit"] {
	padding: 10px 20px;
	background: #000000;
	border: 2px solid #000000;
	font-size: 18px;
	cursor: pointer;
	transition: 0.3s;
	color: #fff;
}

.contact input[type="submit"]:hover {
	background: #fff;
	color: #000000;
}

span.yellow-outline {
	color: #000000;
	-webkit-text-fill-color: #0a0a1c; /* Will override color (regardless of order) */
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #cd9e2e;
}

ul.wld-container {
	column-count: 3;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul.wld-container li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

span.small-white-text {
	font-size: 32px;
	color: #fff;
	margin-top: 32px;
}

/* Landen CSS */

.country-container .flag:after {
	background-size: 40px 30px;
	width: 40px;
	height: 30px;
	background-repeat: no-repeat;
	display: inline-block;
	content: "";
	margin-left: 10px;
	border-radius: 5px;
	vertical-align: bottom;
}

/* Landen events page css */

.fighter-card .country .flag:after{
	background-size: 20px 15px;
	width: 20px;
	height: 15px;
	background-repeat: no-repeat;
	display: inline-block;
	content: "";
	margin-left: 10px;
	border-radius: 5px;
	vertical-align: initial;
}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
	.country-container .flag:after {
		background-size: 30px 20px;
		width: 30px;
		height: 20px;
	}
}


/* Landen */
.flag:after{
	height: 26px;
	width: 44px;	
	display: block;	
	margin: auto;
}
.united_kingdom:after {
	content:"";
	background-image: url(/wp-content/uploads/2022/10/england_01.png);
}

.germany:after {
	content:"";
	background-image: url(/wp-content/uploads/2024/06/duitsland.jpg);
}
.belgium:after {
	content:"";
	background-image: url(/wp-content/uploads/2024/06/belgie.jpg);
}

.netherlands:after {
	content:"";
	background-image: url(/wp-content/uploads/2022/10/netherlands.png);
}

.morocco:after {
	content:"";
	background-image: url(/wp-content/uploads/2024/09/marokko.jpg);
}

.flag{
	font-size: 0px;
    margin-top: -20px;
    display: block;
    margin-bottom: 15px;
}




ul.fighther-info {
	margin: 0;
	padding: 0;
	list-style-type: none;
	column-count: 2;
}

/* Events */
.vechters-container-row {
	display: flex;
	justify-content: space-between;
	padding: 12px 12px;
	/* 	flex-wrap: wrap; */
}

.vechters-container-row div.fighter-name {
	width: 33.33%;

}
.vechters-container hr {
	border-bottom-width: 1px !important;
	border-bottom-style: dotted !important;
	border-bottom-color: rgba(240,240,40,0.19) !important;
	border: 0px;
}

.vechters-container .weightclass{
	color: #cd9e2e;
	font-size: 21px;
	font-weight: 900;
	line-height: 1.2em;
}

.fighter-name p {
	text-align: center;
}

.middle-center{
	width: 100% !important;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

span.vs-text {
	font-size: 52px;
	color: #cd9e2e;
	font-weight: 900;
	line-height: 1.2em;
}

.fighter-name {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2em;
	color: #fff;
	text-align: center;
	width: 100% !important;
	padding: 20px 0;
}

.fighter-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-width: 290px;
	max-width: 290px;
	align-self: center;
}

.fighter-card img.wp-post-image {
	max-width: 50%;
	border-bottom: 1px dotted white;
}

.fighter-voornaam {
	margin-right: 5px;
}

.fighter-card .country {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2em;
	color: #fff;
	text-align: center;
	width: 100% !important;
}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
	.vechters-container-row {
		flex-direction: column;
	}
	.middle-center {
		margin: 40px 0px;
	}

	span.small-white-text {
		margin-top: 16px;
	}
	span.vs-text {
		font-size: 32px;
	}
	.fighter-name {
		font-size: 22px !important;
	}
}

@media only screen and (min-width: 1080px) {
	.dt-blog .et_pb_post.has-post-thumbnail .entry-featured-image-url {
		float: left;
		width: 50%;
		margin-right: 4%;
	}
	.dt-blog .et_pb_post.has-post-thumbnail:not(.format-gallery) > .post-content {
		padding-left: 34%;
	}



}

.choose-country{
	display: none !important;
}

.vechters-container .vechters-container-row:nth-of-type(odd){
	background: rgba(0,0,0,0.4);
}
.vechters-container .vechters-container-row:nth-of-type(even){
	background: rgba(205,158,46,0.4);
}
/* .vechters-container .vechters-container-row:nth-of-type(even) .vs-text{
color: black;
} */

/* .et_pb_text_inner, p,
.nav-container a{
	font-family: din-2014, sans-serif;
	font-weight: 300;
	font-style: normal;
} */

/* a.et_pb_button.et_pb_bg_layout_light {
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: normal;
	box-shadow: 0px 2px 0px 0px #cd9e2e;
} */

a.et_pb_button.primary-button.et_pb_bg_layout_light:hover {
	box-shadow: 0px 8px 0px 0px #505759;
}

.et_button_custom_icon .et_pb_button:hover:after {
	color: #000000;
}

a.et_pb_button.secondary-button.et_pb_bg_layout_light:hover {
	box-shadow: 0px 8px 0px 0px #cd9e2e;
}

span.yellow-outline-text {
	color: #000000;
	-webkit-text-stroke: 1px #cd9e2e;
}

a.et_pb_button.tertiary-button.et_pb_bg_layout_light:hover {
	box-shadow: 0px 8px 0px 0px #cd9e2e;
}

.tickera-checkout{
	color: #ffffff !important;
}

.fields-wrap label {
	width: auto!important;
	margin-right: 20px;
	float: left;
}

.fields-wrap span {
	float: left;
	width: auto !important;
	margin-bottom: 10px;
}

.tickera-button{
	background-color: #cd9e2e;
	color: #000000;
	font-family: 'Reload-Alt-Medium',Helvetica,Arial,Lucida,sans-serif!important;
}

.tickera-button:hover{
	color: #cd9e2e!important;
	border-color: #cd9e2e!important;
	background-image: initial;
	background-color: #000;
}

.cart_form a{
	background-color: #cd9e2e;
	color: #000000;
	font-family: 'Reload-Alt-Medium',Helvetica,Arial,Lucida,sans-serif!important;
	padding: 10px;
	font-size: 32px;
	display: block;
	text-align: center;
	border: 1px solid #cd9e2e;
	border-radius: 5px;
}

.cart_form a:hover{
	color: #cd9e2e!important;
	border-color: #cd9e2e!important;
	background-image: initial;
	background-color: #000;
	border: 1px solid #cd9e2e;
}

.cart_form .tc_quantity_selector {
	display: block;
	padding: 10px;
	border-radius: 5px;
	margin: 10px auto;
	text-align: center;
	width: 100%;
}

.cart_form .price{
	display: none !important;
}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
	.vechters-container .weightclass{
		font-size: 16px;
		text-align: center;
	}
	
	.vechters-container-row{
		flex-direction: row;
		justify-content: center;
	}
	
	.vechters-container-row .fighter-card{
		min-width: 220px;
		max-width: 220px
	}
	
	.vechters-container-row .fighter-card img.wp-post-image{
		max-width: 70%;
	}
}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 550px) {
	.vechters-container-row .fighter-card img.wp-post-image{
		max-width: 90%;
	}
	
	.vechters-container-row .fighter-card{
		min-width: 100px;
		max-width: 100px;
	}
	
	.vechters-container-row .fighter-card .fighter-name{
		font-size: 16px !important;
	}
	
	.vechters-container .weightclass{
		padding: 0px 10px;
	}
}
.single-photos .et_post_meta_wrapper{
	display: none;
}

.single-photos .container{
	width: 100%;
	max-width: unset;
	padding: 0 !important;
}

.single-photos #left-area{
	padding: 0 !important;
}

.special-font p{
	font-family: 'Reload-Alt-Medium',Helvetica,Arial,Lucida,sans-serif !important;

}

.page-id-627{
	color: #000000 !important;
}

#affwp-register-form{
	width: 47%;
    float: left;
    margin-right: 40px;
}

#affwp-login-form{
	width: 47%;
	display: inline-block;
}

input[type="submit"] {
	padding: 10px 20px;
	background: #000000;
	border: 2px solid #000000;
	font-size: 18px;
	cursor: pointer;
	transition: 0.3s;
	color: #fff;
}

input[type="submit"]:hover {
	background: #fff;
	color: #000000;
}