@font-face {
    font-family: 'metropolisregular';
    src: url('../vendor/metropolis-font/metropolis-regular.woff2') format('woff2'),
         url('../vendor/metropolis-font/metropolis-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

p {
    color: #412819;
}
body {
	color: #412819;
	font-family: 'metropolisregular';
}
/* Navbar */
#menu {
    background-color: rgba(102, 70, 48, 0.7);
    padding: 6px 0px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-dark .navbar-toggler {
    color: #fff;
    border: 0;
}
.navbar-brand img {
    max-width: 190px;
    margin-right: 20px;
}
#bottom-menu-list{
    margin: 0;
    padding: 15px 0;
    background-color: rgba(65, 40, 25, 0.9);
    margin-bottom: -6px;
}
#top-menu-list .nav-link {
    padding: 5px 10px 5px 10px;
    font-size: 17px;
    color: #fff;
}
#bottom-menu-list .nav-link {
    padding: 5px 15px 5px 15px;
    font-size: 18px;
    color: #fff;
}
.navbar-collapse ul {
    margin-top: 20px;
    margin-bottom: 20px;
}
/* Slider */
.fl-slide-text h1:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 80px;
    padding-top: 20px;
    border-bottom: 4px solid #fff;
}
.fl-slide-text a {
	border: 2px solid #fff;
    padding: 8px 25px;
	text-decoration: none;
}
.fl-content-slider-navigation .slider-prev {
    left: 25px;
}
.fl-content-slider-navigation .slider-next {
    right: 25px;
}
.fl-slide-text img {
	margin: 0 auto;
}
/* Home Page Content */
.fl-slide-text h2:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 80px;
    padding-top: 20px;
    border-bottom: 3px solid #fff;
}
.fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited {
    background: transparent !important;
    border: 0 !important;
}
.category-hover .fl-content-slider .fl-slide-content-wrap {
	visibility:hidden;
}
.category-hover .fl-content-slider:hover .fl-slide-content-wrap {
	visibility:visible;
}
/* Other Pages Content */
.fl-accordion-content {
	padding: 0;
}
.gallery-item {
	margin-top: 0 !important;
	margin-bottom: 0;
}
.gallery-item .gallery-icon {
	height: 222px;
    overflow: hidden;
}
.gallery-item img {
	width: 100%;
	height: auto;
	border: 1px solid #ede5d6 !important;
}
#akordeon-realizace .fl-accordion-button {
	padding: 15px 0px 0px 0px;
    text-align: center;
    display: block;
}
#akordeon-realizace .fl-accordion-button-icon {
	visibility: hidden;
}
#akordeon-realizace .fl-accordion-button::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0ab";
	font-size: 31px;
    color: #412819;
}
/* Footer */
.top-footer-section {
    padding-top: 20px;
    padding-bottom: 8px;
    background-color: #412819;
}
.newsletter-icon-text {
    color: #fff;
    font-size: 45px;
    margin-top: -6px;
    margin-bottom: 11px;
}
.newsletter-icon-text i {
    color: #C3AA78;
}
.newsletter-text {
    color: #fff;
    margin: 13px 0;
    line-height: 1.2;
}
#newsletter-input{
    border-radius: 25px;
    padding: 10px 8px;
    text-align: center;
	margin-right: 5px;
    width: 60%;
}
.newsletter-btn {
    background-color: #C3AA78;
    color: #fff;
    padding: 10px 15px;
    border-radius: 25px;
	width: 35%
}
.bottom-footer-section {
    padding-top: 30px;
    padding-bottom: 15px;
    background-color: #EDE5D6;
}
.bottom-footer-section h5 {
    color: #C3AA78;
}
.bottom-footer-section a {
    color: #412819;
}
.bottom-footer-section a:hover {
    color: #C3AA78;
}
.bottom-footer-section i {
    font-size: 35px;
    margin: 2px;
}

//desktop menu additionals

ul#top-menu-dt {
  
    margin: 0 auto;
}
.container.desktop {
    /* margin: 0; */
    padding: 15px 0;
    background-color: rgba(65, 40, 25, 0.9);
    margin-bottom: -6px;
    width: 100%;
    max-width: 100%;
    margin-top: 5px;
}
ul#top-menu-dt.list-inline.text-center {
    text-align: center!important;
    margin: 0 auto;
}
a, a:hover {
    color: #fff;}
    button.navbar-toggler {
    display: none;
}
main {
    position: relative;
    margin-top: 80px;
}
/*Responsivity*/
@media screen and (max-width: 1024px) {
    .category-hover .fl-slide-content {
        padding-top: 50px !important;
    }
	.category-hover .fl-slide-content h2 {
        font-size: 25px;
		line-height: 1.2;
    }

}
@media screen and (max-width: 768px) {
main {
    position: relative;
    margin-top: 0px;
}
	.category-hover .fl-content-slider .fl-slide-content-wrap {
		visibility:visible;
	}
	.bottom-footer-section {
		text-align: center;
	}
	#menu {
		background-color: rgba(65, 40, 25, 0.75);
		position: inherit;
	}
	.fl-slide-text h1:after {
		display: none;
	}
	.fl-slide-text h2 {
    display: none;
	}
}
@media screen and (max-width: 655px) {
button.navbar-toggler {
    display: block;
}
.container.desktop {

    display: none;
}

	.category-hover .fl-content-slider .fl-slide-content-wrap {
		visibility:visible;
	}
	.bottom-footer-section {
		text-align: center;
	}
	#top-menu-list li {
		display: block;
	}
	#bottom-menu-list li {
		display: block;
	}
}

/* Akce slider */
.akce p {
    margin: 15px auto;
    font-size: 45px;
    background: #ffffffd1;
    color: red !important;
    max-width: 380px;
    border: 2px solid;
}
/* Top Menu */


.navigo {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 3;
}

.navigo ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.navigo li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}

.navigo li a:hover,
.navigo .menu-btn:hover {
  background-color: #f4f4f4;
}

.navigo .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.navigo .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.navigo .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.navigo .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.navigo .menu-icon .navicon:before,
.navigo .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.navigo .menu-icon .navicon:before {
  top: 5px;
}

.navigo .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.navigo .menu-btn {
  display: none;
}

.navigo .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.navigo .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.navigo .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.navigo .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.navigo .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.navigo .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
 .navigo li {
    float: left;
  }
.navigo li a {
    padding: 20px 30px;
  }
.navigo .menu {
    clear: none;
    float: right;
    max-height: none;
  }
.navigo .menu-icon {
    display: none;
  }
}
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: rgba(65, 40, 25, 0.9) !important; 
}

/* Blog */
.blog-holder {
  min-height: calc(100vh - 395px);
}
.blog-clanek {
  height: 170px;
  width: 100%;
  margin-bottom: 40px;
}

.blog-clanek:last-of-type() {
  margin-bottom: 0;
}

.blog-clanek img {
  height: 170px;
  width: 310px;
  object-fit: cover;
}

.blog-clanek a {
  color: #151515;
}

.blog-clanek .clearer {
  clear: both;
}

.blog-left, .blog-right {
  float: left;
}
.blog-left {
  width: 310px;
}
.blog-right {
  margin-left: 32px;
  height: 170px;
  width: calc(100% - 310px - 32px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.blog-clanek h1 {
  font-size: 24px;  
}

.blog-clanek p {
  margin-bottom: 4px;
}

.blog-clanek:hover h1 {
  
}
.blog-clanek:hover .blog-readBtn {
  opacity:1;
}
.blog-readBtn {
  padding: 8px 16px;
  border:2px solid #412819;
  color: #412819;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  opacity: 0.5;
  transition: .2s ease;
  position: absolute;
  bottom:0;
  right:0;
}
.blog-article {
  min-height: calc(100vh - 270px);
}
.blog-article p {
  line-height: 1.5;
}
.blog-return {
  text-align: center;
  display: block;
  margin-bottom: 8px;
}
.blog-return a {
  color: #412819;
  text-transform: uppercase;
  opacity: 0.5;
  transition: .1s ease;
}
.blog-return a:hover {
  opacity:1;
}
.blog-article .aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

.blog-article .aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.blog-article .alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.blog-article .alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}
.hideThis:after {
  padding-top:0px !important;
  border: none !important;
}
#menu-item-1245 a {
  font-weight: bold;
}
#menu-item-1245 {
  border-bottom: 1px solid white;
}
.custom-navi {
  background-color: rgba(65, 40, 25, 0.75) !important;
}
@media (max-width: 768px) {
  .fl-slide-0 .fl-slide-content {
    background-color: #412819 !important;
    color: white !important;
  }
}
@media (max-width: 992px) {
  .blog-holder {
    margin-top:1rem;
  }
  .blog-clanek {
    height: auto;
    width: 50%;
    margin-bottom: 5rem;
    float:left;
    box-sizing: border-box;
    padding:16px;
  }
  .blog-left {
    float: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .blog-thumbnail {
    width: 100%;
  }
  .blog-thumbnail img {
    width: 100%;
    height: 200px;
  }
  .blog-right {
    float: none;
    display: block;
    height: auto;
    width: 100%;
    margin: 0;
    margin-top:1rem;
  }
  .blog-readBtn {
    bottom: -50px;
  }
}

@media (max-width:769px) {
  .blog-clanek {
    width: 100%;
  }
  .mobile-hide-olol {
    display: none;
  }
  .blog-thumbnail img {
    width: 100%;
    height: 240px;
  }
}
.clearer {
  clear: both;
}