/*
 Theme Name:   Šablona projektu LocusMap.eu
 Theme URI:    https://locusmap.eu
 Description:  Vzhled a chování projektu LocusMap.eu
 Author:       Tým WP-admin.cz
 Author URI:   https://wp-admin.cz
 Template:     jumpstart
 Version:      0.1
 Text Domain:  locusmap
*/

.bg-none {
	background-color: transparent;
}

.bg-light-locus {
	background-color: #F0F0EF;
}

.bg-blue-locus {
	background-color: #1976D2;
}

.bg-white-locus {
	color: #000;
	background-color: rgba(255, 255, 255, .8);
}

.h-500 {
	height: 500px;
}

.btn-outline-locus {
	border: 1px solid #D0CFCF !important;
	background-color: #fff !important;
	font-size: .8rem;
}

.border-0 table,
.border-0 table th,
.border-0 table td,
.border-0 .elementor-accordion .elementor-accordion-item {
	border: none;
}

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

	.home .locusrow {
		background-image: url(https://locusmap.wp-server.cz/wp-content/uploads/2020/10/slide4-400x600.jpg) !important;
	}
}

@media only screen and (min-width : 480px) and (max-width : 1024px) {

	.home .locusrow {
		background-image: url(https://locusmap.wp-server.cz/wp-content/uploads/2020/10/slide4-1024x640.jpg) !important;
	}
}