/*================================================
* Extra css
================================================*/

.hide_on_desktop {
	display: none;
}

.hide_on_mobile {
	display: block;
}

.header-layout1 .header-logo img {
	margin-left: 18px;
	margin-right: 90px;
}

.header-layout1 .navbar-right-desc i {
	transform: none;
}

.widget-about .footer-logo img {
	max-width: 40px;
}

.hero-style1 .hero-subtitle {
	/*padding-top: 20px;*/
	/*top: -100px;*/
}

/*
.hero-style1 .hero-title {
	margin-top: -100px;
}
*/

.header-layout1 .header-links li.important,
.header-layout1 .header-links li.important a {
	color: red;
	/*font-weight: bold;*/
}

p.bold,
span.bold {
	font-weight: bold;
}

span.black,
small.black {
	color: black;
}

span.red,
p.red{
	color: red;
}

h4.service-card_title {
	color: white;
}

img.online_payments {
	width: 100%; 
	max-width: 300px;
}

img.club {
	height: 20px;
	width: auto;
	margin-left: 10px;
}

footer h4.widget_subtitle {
	color: #ffffff;
	font-size: 100%;
}

.team-about-card_box a {
	color: #ffffff;
}


@media (max-width: 400px) {
	
	.mobile-menu-wrapper .mobile-menu-area {
		max-width: 300px;
	}
	
}

@media screen and (max-width: 450px) {

	/*
	.hide_on_mobile {
		display: none;
	}

	.hide_on_desktop {
		display: block;	
	}
	*/

	.header-layout1 .header-logo img {
		height: 35px;
		margin: none;
	}


	
	img.online_payments {
		width: 100%; 
		max-width: 100%; 
	}

}

@media screen and (max-width: 990px) {
	
	.hide_on_mobile {
		display: none;
	}

	.hide_on_desktop {
		display: block;	
	}	
	
	.mobile-menu div.buttons {
		padding-top: 20px;
		padding-left: 40px;
	}

	img.club {
		height: 25px;
		margin-left: 0px;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	
}


