/* Radio Dixie Template CSS - Dark Style */

body {
  /*background-color: #282828;*/
  font-family: 'Roboto Slab',  Arial, sans-serif;
  color: #111;
}
.site{
	background-color: #F6F5EE;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #333;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
  color: #333;
}

.btn-info{
	background-color:#ccc;
	border-color:#bbb;
}

.btn-info:hover{
	background-color:#ccc;
	border-color:#ddd;
}
.btn-info:active{
	background-color:#ccc;
	border-color:#ddd;
}

@media (min-width: 1200px) {
  .container {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

.navbar-light {
  background-color: #2a2a2a !important;
  border-bottom: 1px solid #444;
}
.navbar-light .navbar-nav .nav-link {
  color: #ccc;
  margin-right: 15px;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #f88;
}


/* Lupa – bez rámečku a barevná ikona */
.btn-search-noborder {
  border: none;
  background: none;
  padding: 0.375rem 0.5rem;
}
.btn-search-noborder:hover {
  background-color: transparent;
}
.search-icon {
  color: #85837c; /* nebo jiná barva lupy */
  font-size: 1.2rem;
}

/* Přepínač jazyka – bez rámečku */
.btn-lang-noborder {
  border: none;
  background: none;
  padding: 0.375rem 0.5rem;
  color: #85837c;
  font-size: 0.85rem;
  text-decoration: none;
}
.btn-lang-noborder:hover {
  text-decoration: underline;
  color: #85837c;
}

/* HEADER MENU (jen hlavní) */
@media (min-width: 992px) {

.nav:not(.main-menu-top) {
  padding-left: 1rem;
}
  ul.main-menu-top {
    display: flex;
	justify-content: flex-end ; /* <== zarovnání doprava */
    gap: 0.33rem; /* nebo např. 1.5rem podle vizuálního dojmu */
    /*justify-content: center; */ /* nebo space-between/space-evenly */
    /*padding-left: 0;*/
    margin-bottom: 0;
    list-style: none;
	font-size:0.85rem;
  }

  ul.main-menu-top > li.nav-item,
  ul.main-menu-top > li.divider {
    flex-grow: 0; /* aby si neroztahovaly prostor */
    text-align: center;
  }

  ul.main-menu-top > li.nav-item > a {
    display: block;
    padding: 0.5rem 0.3rem;
    color: #fff;
    text-decoration: none;
  }

  ul.main-menu-top > li.nav-item > a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0.25rem;
  }

  ul.main-menu-top > li.divider > .mod-menu__separator {
    display: block;
    padding: 0.5rem 0.3rem;
    text-align: center;
    background: none;
    line-height: 1.5;
  }
}


/* SEARCH INPUT */
.search-input {
  background-color: #1D1E1B;
  border: 0px solid #212529;
  color: #ddd; /* 👈 barva textu po napsání */
}
.search-input::placeholder {
  color: #85837c;
  opacity: 1;
}
.search-input:-ms-input-placeholder {
  color: #85837c;
}
.search-input::-ms-input-placeholder {
  color: #85837c;
}
.form-control:focus {
	border-color: #fff;
	background-color: #212529;
	box-shadow: 0 0 0 .05rem rgba(133, 131, 124, 255);
	color: #ddd; /* 👈 pro jistotu i tady */
}	

.search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}



@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1620px;
    }
}
/* Extra zarovnání pro obsahové bloky */
.com-content-article,
.text-block,
.article-content,
.section-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Menší rozšíření pro bannery či velké obrázky */
.full-width-banner,
.hero-section {
  max-width: 1800px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* Pomocná třída pro center offset */
.centered-text-row {
  display: flex;
  justify-content: center;
}

/* Styl pro tlačítko */
.btn-outline-light {
  border-color: #888;
  color: #85837c;
  margin-left: .5rem;
}
.btn-outline-light:hover {
  background-color: #444;
  color: #fff #888;
}

/* Custom tlačítko RD */
.radio-btn {
  display: inline-flex;
  align-items: center;
  border: 2px solid #C5441D;
  padding: 15px 20px;
  border-radius: 30px;
  background-color: #1D1E1B;
  color: #d6b36d;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: normal;
  transition: all 0.3s ease;
  height: 50px;
}
.radio-btn:hover {
  background-color: #2c2c2c;
  text-decoration: none;
}
.radio-btn .rd-label {
  color: white;
  font-size:14px;
  font-weight: bold;
  margin-right: 6px;
}
.radio-btn .rd-title {
	font-size:14px;
  color: #d6b36d;
  text-decoration: underline;
}

.newsletter-input {
  border-radius: 1.5rem;
  height: 64px;
  padding: 0.5rem 1rem;
  font-size: 0.95rem;
  width: 100%; /* ale je omezena wrapperem */
  background-color: #edebdd;
  color: #111 !important;
}


.newsletter-btn {
  border-radius: 1.5rem;
  height: 64px;
  padding: 0 1.05rem;
  font-size: 0.9rem;
  white-space: nowrap;
  border: 2px solid #edebdd !important;
  color: #edebdd !important;
}

/* Placeholder inputu */
.newsletter-input::placeholder {
  color: #111 !important;
  opacity: 0.8;
}

/* Focus efekt na input */
.newsletter-input:focus {
  border-color: #edebdd;
  box-shadow: 0 0 0 0.1rem rgba(237, 235, 221, 0.5);
  background-color: #edebdd;
 color: #111 !important;
}

/* Omezí maximální šířku inputu */
.newsletter-form .newsletter-input {
  border-radius: 1.5rem;
  height: 64px;
  padding: 0.5rem 1rem;
  font-size: 0.95rem;
  flex: 1 1 auto;
}

/* Tlačítko – stejné výšky a pěkně vedle */
.newsletter-form .newsletter-btn {
  border-radius: 1.5rem;
  height: 64px;
  padding: 0 1.05rem;
  font-size: 0.9rem;
  white-space: nowrap;
}

#newsletter-msg {
  font-weight: 500;
}
#newsletter-msg.success {
  color: #6fb96f;
}
#newsletter-msg.error {
  color: #f66;
}


/* HEADER */
.head {
  min-height: 150px;
}
.cont-header .container{  
  background-color:#1D1E1B;
  padding-top:10px;
}

/*BANNERS*/


/* Uvnitř je container, který má bílé pozadí */
.banner-black-wrapper-top .container-banner {
	background-color: #1D1E1B;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 1.5rem 4% 1.5rem 4%; /* vodorovné odsazení 10 % */
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.container-outer {
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

/* Černá horní část se zaobleným spodkem */
.container-header {
  background-color: #1D1E1B;
  padding: 1.5rem 4%; /* vodorovné odsazení 10 % */
}

.container-menu {
  color: #fff;
}

/* Modrá dolní část pro články */
.container-inner2 {
  background-color: #0d6efd;
  padding: 1.5rem 4%; /* stejné odsazení jako výše */
}


/* FOOTER */
footer {
  background-color: #1D1E1B;
  color: #eee;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 1.5rem 4%; /* vodorovné odsazení 10 % */
}
footer a {
  color: #faa;
}

.main-footer {
  padding: 40px 20px 20px 20px;
}
.widgets-section {
  padding: 40px 20px 20px 20px;
}
.container-newsletter {
  align-items: center;
  border: 1px solid #C5441D;
  padding: 25px 20px;
  border-radius: 15px;
  background-color: #1D1E1B;
  color: #84837b;
  text-decoration: none;
  font-size: 0.7rem;
  font-weight: normal;
  transition: all 0.3s ease;
  min-height: 120px;
}
.container-newsletter h4 {
  color: #c4441c;
  padding:0;
  margin:0;
}

.banner-black-wrapper-newsletter .container-newsletter {
	background-color: #1D1E1B;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 2rem 0rem 2rem 0rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.logo-footer {
  margin: auto;
}
.footer-adresa {
  font-size: 16px;
  padding-top: 20px;
}
.footer-social {
	padding-top: 20px;
}
.footer-social h6 {
  color: #a83214;
  font-size: 14px;
  font-weight: 700;
}
.social-icons{
		font-size: 1.5rem;
}
.social-icons a:hover {
  color: #a83214 !important;
  transform: scale(1.2);
  transition: all 0.3s ease;
}

.copyright-text{
	color:#64645e;
  font-size: 14px;
  padding-top: 5px;
}

.copyright-text a{
	color:#64645e;
  font-size: 14px;
  padding-top: 10px;
}

/* Styl pro footer-menu1 (rámečkové) */
.footer-menu1{
	padding-top: 10px;
	font-size: 14px;
}
.footer-menu1 a {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 11px 15px 8px 15px;
  color: #fff;
  text-decoration: none;
  margin: 15px 5px 20px 5px;
  transition: all 0.2s ease;
  font-weight: 500;
  height:45px;
}
.footer-menu1 a:hover {
  background-color: #444;
  color: #fff;
}

/* Styl pro footer-menu2 (seznam s puntíky, vlevo zarovnaný) */
.footer-menu2{
	padding-top: 20px;
}
.footer-menu2 ul.mod-menu {
  list-style-type: disc;
  padding-left: 1.5rem;
  text-align: left;
}
.footer-menu2 ul.mod-menu > li {
  display: list-item;
  list-style-position: outside;
  margin-left: 0;
  margin-bottom: 0.4rem;
  flex-grow: 0 !important;
  text-align: left !important;
  font-size: 16px;
}
.footer-menu2 a {
  color: #fff;
  text-decoration: none;
}
.footer-menu2 a:hover {
  text-decoration: underline;
}
.footer-menu2 .mod-menu__separator {
  color: #fff;
  cursor: default;
}

.container-footer{
	
}

.videa-wrapper .container-videa {
  background-color: #F6F5EE;
  padding: 1.2rem 4% 1.2rem 4%;
}

.ytp-cued-thumbnail-overlay-image{
	border: 1px solid #fff;
  border-radius: 25px;
}

.product-box {
  background-color: #1c1c1c;
  border: 1px solid #333;
  border-radius: 12px;
  transition: transform 0.2s ease-in-out;
  padding: 1rem;
}
.product-box:hover {
  transform: scale(1.02);
}
.product-box img {
  max-height: 200px;
  object-fit: contain;
}

.heureka-banner {
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.heureka-img {
  max-height: 560px;
  width: 100%;
  object-fit: cover;
  display: block;
}

.btn-buy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  border: 2px solid #000;
  padding: 0.5rem 1rem;
  font-weight: bold;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  z-index: 10;
}

.btn-buy:hover {
  background-color: #000;
  color: #fff;
  border-color: #fff;
}

.product-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

.merch-wrapper .container-merch {
  background-color: #F6F5EE;
  padding: 1.2rem 4% 1.2rem 4%;
}

.clanky-wrapper .container-clanky{
  background-color: #F6F5EE;
  padding: 1.2rem 4% 1.2rem 4%;
}

.clients-section {
	background-color: #F6F5EE;
}

.siteBody{
	background-color: #F6F5EE;
}


