/*
Theme Name: Astra Child Theme
Theme URI: https://vasestranka.cz/
Description: Dětská šablona pro motiv Astra
Author: Tomáš Roud
Author URI: https://roud.cz/
Template: astra
Version: 1.0.0
*/

/*gtranslate*/
.gt_float_switcher {font-size: 13px !important;}
.gt_float_switcher img {width: 20px !important;}
.menu-item-gtranslate {right:363px;top:7px;}
.gt-current-lang {padding: 4px 21px 4px 4px !important;}
#gt_float_wrapper {display: none;}
nav #gt_float_wrapper {display: block;}
@media only screen and (min-device-width : 100px) and (max-device-width : 600px) {	
	#gt_float_wrapper {display: block;}
}

/*cookieBtn*/
.moove-gdpr-infobar-allow-all, .moove-gdpr-modal-allow-all, .moove-gdpr-modal-save-settings {background-color: #000 !important;}

/*menuTel*/
.menuTel {
	margin-left: 60px;
}

.menuTel a {
	padding: 8px;
	margin: 5px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
	background-color: #558140;
}

.menuTel a:hover {
	background-color: #74B057;
}

.site-title a {
	font-size:2rem;
	font-weight: 800;
	text-shadow: #000 1px 1px 1px;
}

.site-description {
	font-size:1.2rem;
	font-weight: 600;
	text-shadow: #000 1px 1px 1px;
}


@media only screen and (min-device-width : 100px) and (max-device-width : 600px) {
	.navigation-top {
		bottom: auto;
		top: 0;
		position: fixed;
		z-index:1000;
	}
	
	.menu-toggle {
		color: white !important;
		background-color:orange !important;
	}
    .sub-menu {
		list-style:disc!important;
	}
    .sub-menu li a {
		font-size:0.8rem !important;
	}

	.menu-item a {
		font-size:1.1rem !important;
	}
	
	.btnRezervaceMobil {
		font-size:1.2rem;
		width: 100%;
		text-align: center;		
		bottom: 2em;
		position: fixed;
		z-index:1000;
	}
	
	.custom-logo-link {
	display:none;
}

.site-title a {
	font-size:2rem;
	font-weight: 800;
}

.site-description {
	font-size:1.2rem;
	font-weight: 600;
}
	
	body:not(.home) .custom-header {
		min-height: 10em;
	}
	
	body:not(.home) .site-branding {
		top: 2.8em;
	}
	
}

@media only screen and (min-device-width : 800px) {
	div.btnRezervaceMobil {display: none}
}

/*blogThumbs*/
.hidden {
	display:none;
}

.showHide {
	cursor:pointer;
}


.lcp_thumbnail {width:100%;margin-top:2%;}
.lcp_date {float:right;font-size:80%;margin-top:1em}
.lcp_title {font-size:130%;margin-top:1em;display:inline-block}

.lcp_catlist li {margin-bottom:3em;list-style-type:none;border-top:3px solid white;margin-right:1em;display:inline-block;max-width:47%;vertical-align:top;}

@media only screen and (min-device-width : 100px) and (max-device-width : 600px) {
	.lcp_catlist li {max-width:inherit;}
}

/*form*/
.wpcf7-quiz-label{color:#fff}

/*single*/
.custom-featured-image {
    display: block;          /* Obrázek jako blokový element */
    margin: 0 auto 20px;     /* Vycentrování a odsazení dolů */
    max-width: 100%;         /* Obrázek nepřekročí šířku rodiče */
    height: auto;            /* Zachování poměru stran */
    border-radius: 8px;      /* Zaoblené rohy, lze upravit/zrušit */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1); /* Jemný stín */
}
.entry-title {
    text-align: center;      /* Nadpis vycentrovaný */
    margin-bottom: 30px;     /* Vzdálenost pod nadpisem */
}

.site-content .ast-container {
        display: block !important;
    }

h1.entry-title {font-size: font-size: 3.5555555555556rem !important;}
h1.wp-block-heading {font-size: font-size: 2rem !important;}