/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.fusion-main-menu ul li a,
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}

.table-wrapper table {
	width: 100%;
	max-width: 550px; 
	background-color: #fff;
	margin: 0 auto 20px auto;
	border: 1px solid #fff;
}

.table-wrapper table tr:nth-child(2n+1) {
	background-color: #00848a;
	color: #fff;
}

.table-wrapper table tr td {
	padding: 5px;
}

table.kurs {
	width: 100%;
}

table.kurs tr td:last-child {
	text-align: right;
}

.fusion-title-sc-wrapper {
	background-color: rgba(255, 255, 255, 0.75) !important;
}

@media screen and (max-width: 480px) {
	.s2-phone {
		font-size: 32px !important;
	}
}
