/* CUSTOM STYLES */
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Open+Sans&display=swap');
html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 22px;
	background: rgb(0, 0, 0);
}
.row {
	margin-left: 0;
	margin-right: 0;
}
body p {
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.9);
}
h1,
h2,
h3,
h4,
h5 {
	color: #528641;
	font-weight: bold;
	font-family: 'Kaushan Script', cursive;
	text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
}
p a {
	color: #d5a739;
	text-decoration: underline;
}
h1 {
	text-align: center;
}
h2 {
	padding-bottom: 1rem;
}
h2.underlineh2 {
	border-bottom: dashed 2px #528641;
}
.navbar {
	background: transparent;
	flex-direction: column;
}
.navbar .navbar-toggler {
	color: #d5a739;
	border-color: #d5a739;
}
.navbar-brand {
	margin-right: 0;
}
.menu {
	color: white;
	font-weight: bold;
	text-align: right;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.menuico {
	display: none;
}
@media (max-width: 950px) {
	.menuico {
		display: block;
	}
	.menu .navlist {
		display: none;
	}
	.infotext h2 {
		padding: 0;
	}
	.infotext p {
		margin: 0;
	}
	.gradbck #topmenu {
		display: flex;
		position: absolute;
		width: 100%;
		max-width: 100%;
	}
	.navbar-brand img {
		max-width: 100% !important;
	}
	.menuico {
		margin-left: auto;
		margin-right: 1rem;
		color: #d5a739;
	}
	.menuico:visited,
	.menuico:active {
		color: #d5a739;
	}
	.menuico:hover,
	.menuico:focus {
		opacity: 0.9;
		color: #d5a739;
	}
	.gradbck #topmenu .responsive {
		display: flex;
		width: 100%;
		max-width: 100%;
		flex-direction: column;
		position: absolute;
		left: 0;
		top: 0;
		margin-top: 65px;
		background: rgb(36, 59, 29);
		background: linear-gradient(
			326deg,
			rgba(36, 59, 29, 1) 0%,
			rgba(55, 89, 43, 1) 100%
		);
	}
	#topmenu .responsive li a {
		font-size: 1.2rem !important;
	}
	#topmenu .responsive li {
		padding: 1rem 0;
	}
	#topmenu .responsive {
		padding: 1rem 0;
	}
}
.navlist {
	list-style-type: none;
	display: inline-block;
	padding-left: 0;
	margin: 0 auto;
	text-align: center;
}
.navlist li {
	list-style-type: none;
	display: inline-block;
	font-size: 1.2rem;
	color: #d5a739;
	padding: 0.2rem;
}
.navlist li a {
	padding: 0.5rem 1rem;
	color: #d5a739;
}
.navlist li a:hover {
	background: rgba(36, 59, 29, 1);
}

.navlist li .socialico {
}
.navlist li .socialico .fa-facebook-messenger:before {
	background: linear-gradient(
		0deg,
		rgba(0, 120, 255, 1) 0%,
		rgba(0, 198, 255, 1) 100%
	);
	background-clip: text;
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.navlist li a:hover {
	text-decoration: none;
	transform: scale(0.9);
}
.tinylay {
	width: 100%;
	margin: 0 auto;
	background-color: transparent;
}
.btn-face {
	border: solid 4px #d5a739;
	font-weight: bold;
	color: #d5a739;
	width: 200px;
	margin: 1rem;
}
.btn-tel {
	border: solid 4px #d5a739;
	font-weight: bold;
	color: #d5a739;
	width: 200px;
	margin: 1rem;
}
.btn-email {
	border: solid 4px #d5a739;
	font-weight: bold;
	color: #d5a739;
	width: 200px;
	margin: 1rem;
}
.btn-email:hover,
.btn-tel:hover,
.btn-face:hover {
	background-color: #d5a739;
	color: rgba(255, 255, 255, 0.9);
}
.app-header {
	background: rgb(36, 59, 29);
	background: linear-gradient(
		326deg,
		rgba(36, 59, 29, 1) 0%,
		rgba(55, 89, 43, 1) 100%
	);
	position: fixed;
	width: 100%;
	height: 90px;
	z-index: 99;
}
.gradbck {
	width: 100%;
	margin: 0;
	align-items: center;
	justify-content: center;
}
.headerintro {
	width: 100%;
	margin: 0 auto;
}
.mez {
	padding: 4rem 2rem;
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}
.twobg {
	background-image: url('../img/schem.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.mez {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 4rem 0;
}
.headerinvi {
	flex-wrap: nowrap;
	padding-bottom: 1rem;
}
.infotext {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 320px;
	width: calc(100% - 320px);
	padding: 1rem 2rem;
	background: rgb(36, 59, 29);
	background: linear-gradient(
		326deg,
		rgba(36, 59, 29, 1) 0%,
		rgba(55, 89, 43, 1) 100%
	);
}

.infoimage {
	width: 320px;
	height: 320px;
	background-image: url('../img/4.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
@media (max-width: 768px) {
	.headerinvi {
		flex-direction: column;
		align-items: center;
	}
	.infotext {
		width: 320px;
		height: auto;
	}
}
.headerintro .otv {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.twobg .infotext h2 {
	color: #d5a739;
}
.twobg .infotext p {
	color: #fff;
}
.threebg {
	background: rgb(36, 59, 29);
	background: linear-gradient(
		326deg,
		rgba(36, 59, 29, 1) 0%,
		rgba(55, 89, 43, 1) 100%
	);
}
.threebg .info h2 {
	color: #d5a739;
}
.threebg h2.underlineh2 {
	border-color: #d5a739;
}
.fivebg {
	background: rgb(36, 59, 29);
	background: linear-gradient(
		326deg,
		rgba(36, 59, 29, 1) 0%,
		rgba(55, 89, 43, 1) 100%
	);
}
.fivebg .info h2 {
	color: #d5a739;
}
.fivebg h2.underlineh2 {
	border-color: #d5a739;
}
.rezervace {
	padding: 1rem;
}
.rezervace h2 {
	color: #528641;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1;
	text-align: center;
	border: none;
	padding: 0;
}
.rezervace .rezmoz {
	text-align: center;
}
.headerintro {
	justify-content: space-around;
}
.headerintro .podh1 {
	color: #d5a739;
	font-size: 2rem;
}
.headerintro .jumbotron {
	background: none;
}
.headerintro .otviracka {
	color: #d5a739;
	background: rgb(36, 59, 29);
	background: linear-gradient(
		326deg,
		rgba(36, 59, 29, 1) 0%,
		rgba(55, 89, 43, 1) 100%
	);
	font-weight: bold;
	padding: 1rem;
	font-size: 1.25rem;
	width: 250px;
	margin: 0;
	margin: 0 auto;
	border: 4px solid #d5a739;
}
.block-back {
	padding: 2rem;
}
.fourbg {
	background-image: url('../img/beer.svg');
	background-position: left center;
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-size: cover;
}
.info h2 {
	font-size: 3rem;
	font-weight: 800;
	color: #528641;
}
.info2 h2 {
	font-size: 3rem;
	font-weight: 800;
	color: #528641;
	text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
}
.card {
	background-color: transparent;
	border: none;
}
.info2 .table_piva {
	width: 100%;
}
.info2 .table_piva .table_block .cernepivo:hover .table_item {
	background-image: url('../img/beer_g.svg');
	background-position: left center;
	background-repeat: repeat-x;
	background-size: cover;
}
.info2 .table_piva .table_item:hover h5,
.info2 .table_piva .table_item:hover span,
.info2 .table_piva .table_item:hover .ppopis {
	color: #528641;
}
.info2 .table_piva .table_block .svetlepivo:hover .table_item {
	background-image: url('../img/beer.svg');
	background-position: left center;
	background-repeat: repeat-x;
	background-size: cover;
}
.info2 .table_piva .table_block .item_col {
	padding: 1rem;
}
.info2 .table_piva .table_block .table_item {
	align-items: center;
	margin: 0.5rem;
	padding: 0.5rem;
	height: 175px;
	background: rgb(36, 59, 29);
	background: linear-gradient(
		326deg,
		rgba(36, 59, 29, 1) 0%,
		rgba(55, 89, 43, 1) 100%
	);
	position: relative;
}
.info2 .table_piva .table_block .row {
	justify-content: center;
}
.info2 .table_piva .table_block .table_item:hover:after {
}
.info2 .table_piva .table_block .table_item:hover .ppopis,
.info2 .table_piva .table_block .table_item:hover span,
.info2 .table_piva .table_block .table_item:hover h5 {
}
/*.info2 .table_piva .table_block .table_item:after{
    content: "";
    background: url("/assets/img/beer.svg");
    background-size: contain;
    background-repeat: repeat;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
} */
.info2 .table_piva .table_block_item {
	padding: 0 0.5rem;
}
.info2 .table_piva h5 {
	font-weight: 800;
	color: #d5a739;
	font-size: 1.8rem;
	line-height: 1;
	text-align: left;
}
.info2 h4 {
	font-weight: 800;
	color: #528641;
}
.info2 .table_piva span {
	font-weight: 800;
	color: #d5a739;
}
.info2 .table_piva .ppopis {
	font-size: 1rem;
	font-weight: normal;
	color: #fafafa;
	line-height: 1.2;
	text-align: left;
}
.info2 .table_piva .item_col_nm h5 {
}
.info2 .table_piva .item_col_pg {
	text-align: center;
	font-size: 1.2rem;
}
.info2 .table_piva .glass {
	font-size: 1rem;
	text-align: center;
}
.info2 .table_piva .pivo_block {
}
@media (max-width: 992px) {
	.info2 .table_piva .table_block .table_item {
		height: 150px;
		max-width: 540px;
		margin: 1rem auto;
	}
}
@media (max-width: 576px) {
	.info2 .table_piva .table_block .table_item {
		height: auto;
		margin: 1rem auto;
		align-items: flex-start;
	}
	.info2 .table_piva .ppopis {
		text-align: center;
	}
	.info2 .table_piva .table_block .table_item .item_col {
		padding: 0.5rem;
	}
	.info2 .table_piva h5 {
		text-align: center;
	}
}
.bottomap {
	width: 100%;
	height: 100%;
	-webkit-filter: grayscale(50%);
	-moz-filter: grayscale(50%);
	-ms-filter: grayscale(50%);
	-o-filter: grayscale(50%);
	filter: grayscale(50%);
}
.smallfooter {
	background: rgb(36, 59, 29);
	background: linear-gradient(
		326deg,
		rgba(36, 59, 29, 1) 0%,
		rgba(55, 89, 43, 1) 100%
	);
}
.smallfooter a {
	color: #d5a739;
}
.smallfooter small {
	color: #d5a739;
}
.menubtn {
	text-align: center;
}
.btn-cta {
	background: rgb(36, 59, 29);
	background: linear-gradient(
		326deg,
		rgba(36, 59, 29, 1) 0%,
		rgba(55, 89, 43, 1) 100%
	);
	font-weight: bold;
	color: #d5a739;
	width: 300px;
	font-size: 1.2rem;
	padding: 1rem 2rem;
	margin: 1rem;
}
.btn-cta:hover {
	opacity: 0.9;
	color: #d5a739;
}
.app-content {
	padding-top: 90px;
}

.fivebg .blockwphoto {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.fivebg .blockwphoto img {
	padding-top: 1rem;
}
.sixbg {
	background-image: url('../img/inphoto/akcebg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.info-akce .card-rows {
	display: flex;
	flex-direction: column;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
.info-akce .card-rows .card {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 2rem 1rem;
	align-items: center;
	border: none;
	background: rgb(36, 59, 29);
	background: linear-gradient(
		326deg,
		rgba(36, 59, 29, 1) 0%,
		rgba(55, 89, 43, 1) 100%
	);
	margin-top: 2rem;
	position: relative;
}
.info-akce h2 {
	text-align: center;
	color: #d5a739;
	text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
}

.info-akce .druhakce {
	color: #d5a739;
	font-size: 1.75rem;
	line-height: 0.75;
	margin: 0;
	font-weight: bold;
}
.info-akce .akcetext p {
	font-family: 'Open Sans', sans-serif !important;
	color: #fafafa;
	font-size: 1rem;
	font-weight: normal;
	margin: 0;
	line-height: 1.2;
	padding: 0.5rem 0;
}
.info-akce .datum .remain {
	font-family: 'Open Sans', sans-serif !important;
	color: #d5a739;
	font-size: 0.9rem;
	font-weight: bold;
	margin: 0;
	padding: 0.1rem 0;
}
.info-akce .datum p {
	font-family: 'Open Sans', sans-serif !important;
	color: #d5a739;
	margin: 0;
}
.footer-map {
	height: 500px;
}
.footer-map .mapcol {
	padding: 0;
}
.footer-info {
	padding-top: 1rem;
	padding-bottom: 1rem;
	background: rgb(36, 59, 29);
	background: linear-gradient(
		326deg,
		rgba(36, 59, 29, 1) 0%,
		rgba(55, 89, 43, 1) 100%
	);
	text-align: center;
}
.footer-info p {
	color: #d5a739;
	font-weight: bold;
	margin: 0;
}
footer .smallfooter {
	padding: 0.5rem 0;
	color: #d5a739;
	font-size: 1rem;
}

@media (max-width: 576px) {
	.info2,
	.info {
		padding: 0.5rem;
	}
	.gradbck {
		padding-top: 1rem;
		padding-top: 1rem;
		height: 100%;
		display: flex;
		flex-direction: row;
		padding-top: 0;
	}
	.info-akce .card-rows .card {
		flex-direction: column;
		text-align: center;
	}
	.navbar-brand img {
		max-width: 80% !important;
	}
	.navbar {
		padding: 0;
	}
	.app-header {
		height: 70px !important;
	}
	.app-content {
		padding-top: 70px;
	}
	.headerintro {
	}
	.btn-face,
	.btn-tel,
	.btn-email {
		width: 300px;
		font-size: 1.5rem;
		margin: 0;
		margin-bottom: 1rem;
	}
	.btn-cta {
		margin: 0;
		margin-bottom: 1rem;
		width: 280px;
		padding: 0.5rem 1rem;
	}
	.rezervace h2 {
		font-size: 2rem;
	}
	.rezervace {
		padding: 0.25rem;
	}
	.rezmoz {
		padding: 0;
	}
	h2 {
		text-align: center;
	}
}

#aktuality .fb-page {
	width: 100%;
}
#aktuality .fbpageemb {
	text-align: center;
}
.tinylay-post-bg {
	background-image: url('../img/beer.svg');
	background-position: left center;
	background-repeat: repeat-x;
	background-size: auto 100%;
}
.tinylay-post {
	max-width: 990px;
	margin: 0 auto;
	background: rgb(36, 59, 29);
	background: linear-gradient(
		326deg,
		rgba(36, 59, 29, 1) 0%,
		rgba(55, 89, 43, 1) 100%
	);
	padding: 4rem 2rem;
}
.tinylay-post h1 {
	color: #d5a739;
}
.tinylay-post h2 {
	color: #d5a739;
}
.tinylay-post p {
	color: #fafafa;
}
