				  				  				  				  				  				  				  				  				  				  				  				  				  				  				 
/* Všechna rozlišení */

.page-item:not(.disabled){
	cursor:pointer;
}

.top-panel{
	border-bottom: 1px solid #e3e3e3;
}

.top-panel .title-inner{
	justify-content: center;
}

.top-panel .title a{
	font-weight:100;
}

#top-header-navigation-desktop{
	text-transform: uppercase;
    font-weight: 100;
	border-bottom: 1px solid #e3e3e3;
}

#top-header-navigation-mobile{
	border-bottom: 1px solid #e3e3e3;
}

#top-header-navigation-desktop .top-header-navigation .top-header-navigation-buttons>ul.basic{
	justify-content: center;
}

.hp-boxes{
	text-align:center;
}

.hp-box-content{
	background:#f39959;
	color: #4e4e4e
	text-transform:uppercase;
	font-weight:100;
	font-size:25px;
	padding-bottom:5px;
	margin-bottom:30px;
}

a.hp-box{
	text-decoration:none;
}

.hp-box-image{
	padding-top:150%;
	background-size: cover;
    background-position: center;
}

.hp-post h2{
	font-weight:100;
	text-align:center;
}

.hp-post h2 i{
	color:#f39959;
}

.hp-category-post img{
	width: 100%;
}

.hp-category-post{
	background:#f2f2f2;
	margin-bottom:30px;
}

.hp-category a{
	text-decoration:none;
}

.hp-category-post-header{
	font-weight: 100;
	padding:15px;
	text-decoration:none;
}

.hp-category-post-text{
	font-weight: 100;
	padding:15px;
	font-size:1.2em;
}

.hp-category-post-more{
	font-weight:100;
	font-size:1.2em;
	padding:15px;
}

.line-header{
	text-align:center;
	font-weight:100;
	text-transform:uppercase;
	background: #fff;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 20px;
}

.line{
	width:100%;
	max-width:700px;
	height: 1px;
    background: #f39959;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -69px;
    margin-top: 110px;
}

.hp-gallery-header{
	font-weight:100;
	color: #f39959;
}

footer{
	width: 100%;
	padding-left: calc((100vw - 1200px)/2) !important;
	padding-right: calc((100vw - 1200px)/2) !important;
}

article{
	margin-top:70px;
}

.post-name{
	font-weight:300;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:50px;
}

.article-info{
	display:none;
}

.post-text img{
	max-width:100%;
	height:auto;
}

#front-control{
    z-index: 1;
}

.post-text .sliding-list p{
	display:none;
}

.sliding-list span{
	font-size:1rem !important;
}

#top-header-navigation-mobile .search-input-div{
	display:none;
	margin-right:0.5em;
}

#top-header-navigation-mobile #lets-search{
	font-size:1.5em;
	cursor:pointer;
}

#top-header-navigation-mobile .search{
	display: flex;
    align-items: center;
}

#top-header-navigation-mobile .search input{
    width: 47vw;
	border: 1px solid #d5d5d5;
    padding: 0.4em 0.5em;
}

#top-header-navigation-desktop .search-input-div{
	display:none;
	position: absolute;
    right: 0;
    top: 100%;
	background: #fff;
    border: 1px solid #d5d5d5;
    padding: 0.5em;
}

#top-header-navigation-desktop #lets-search{
	font-size:1.25em;
	cursor:pointer;
}

#top-header-navigation-desktop .search{
	position:relative;
}

#top-header-navigation-desktop .search input{
	border: 1px solid #d5d5d5;
    padding: 0.4em 0.5em;
}

main.container{
	min-height: calc(100vh - 561px);
}

a.hp-button{
	background: #f2f2f2;
	text-decoration: none;
	padding:0.4em 0.8em;
}

a.hp-button:hover{
	background: #f39959;
}

.gallery-category-content, .g-content{
	background: #f2f2f2;
}

.open-post{
	font-weight: 100;
    font-size: 1.2em !important;
    padding: 15px;
	background:transparent !important;
	border:0;
	padding:0;
}

.open-post::after{
	content:" →";
}

.gallery-category-info{
	visibility:hidden;
}

.blogContent{
	height:auto;
	background: #f2f2f2;
	padding:0;
}

.blogDiv{
	background:transparent;
	margin-bottom:0.5em;
}

.blogContent h2 a{
	font-weight: 100;
	padding: 15px;
	text-decoration: none;
}

.in-posts-list{
	display:flex;
	flex-wrap:wrap;
}

.in-posts-list-item{
	width:100%;
	background:#f2f2f2;
	padding:1em;
	text-align:center;
	margin-bottom:1em;
}

.contact{
	cursor:pointer;
}

/* Rozlišení větší nebo rovné 576px (telefony) */

@media screen and (min-width: 576px) {

	.in-posts-list-item{
		width:calc(50% - 1em);
		margin-right:1em;
	}

	.in-posts-list-item:nth-child(2n){
		margin-right:0;
	}

}

/* Rozlišení větší nebo rovné 768px (větší telefony, tablety) */

@media screen and (min-width: 768px) {

}

/* Rozlišení větší nebo rovné 992px (velké tablety, menší počítače) */

@media screen and (min-width: 992px) {

}

/* Rozlišení větší nebo rovné 1200px (standardní počítače) */

@media screen and (min-width: 1200px) {

}

