/*
Theme Name:     Temat-child
Theme URI:      
Description:    Temat child theme.
Author:         Ageno
Author URI:     
Template:       temat
Version:        1.0.3
Text Domain:  tematchild
*/
#load {
	display: none !important;
}
.dt-fancy-title{
	top:0 !important;
}
.mobile-main-nav .mega-menu-item-home {
	display: block!important;
}

@media only screen and (max-width: 900px){
	#mega-menu-wrap-split_right .mega-menu-toggle + #mega-menu-split_right {
		background-color: transparent !important;
	}
}


/**
 * Event table correct preview on mobile devices
 */
@media only screen and (max-width: 599px) {
	table.events-table {
		border: none!important;
	}

	table.events-table .event-description {
		display: none;
	}

	table.events-table tbody {
		display: flex;
		flex-direction: column;
	}

	table.events-table tbody tr {
		margin-bottom: 20px;
		border: 1px solid var(--border-color-softer);
	}

	table.events-table br,
	table.events-table p:empty,
	table.events-table .event-desk {
		display: none;
	}

	table.events-table tr td:nth-child(2),
	table.events-table tr td:nth-child(3),
	table.events-table tr td:nth-child(4) {
		display: flex !important;
		gap: 20px;
	}

	table.events-table tr td:nth-child(2)::before,
	table.events-table tr td:nth-child(3)::before,
	table.events-table tr td:nth-child(4)::before {
		display: flex;
		align-items: center;
		min-width: 50px;
	}

	table.events-table tr td:nth-child(2)::before {
		content: "Data: ";
	}

	table.events-table tr td:nth-child(3)::before {
		content: "Tytuł: ";
	}

	table.events-table tr td:nth-child(4) {
		border-bottom: none!important;
	}

	table.events-table tr td:nth-child(4)::before {
		content: "Miejsce: ";
	}
}

/**
 * Header and Footer
 */
footer#footer .logo-section a,
header.header-bar .llogo a {
	display: block;
}

header.header-bar .llogo a img,
footer#footer .logo-section a img {
	width: 100%;
	height: auto;
}

header.header-bar .llogo a img {
	max-width: 220px;
}

footer#footer .logo-section a img {
	max-width: 164px;
}


