/*
Theme Name: Adams
Theme URI: http://wordpress.org/themes/twentythirteen
Description: Twenty Thirteen Child theme
Author: Adela Bohacova
Template: twentythirteen
Version: 1.5
*/

@import url(../twentythirteen/style.css);

/* úprava šablony: */
body {
  color: rgb(20,20,21);
  background-color: #FFF;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.site-main {
  border-top: 4px solid rgb(0,0,0);
}
.content-area {
  background-image: url(images/content-bg.png);
  background-repeat: repeat; 
  background-position: center center;
  background-color: transparent;
  border-top: 5px solid white;
  min-height: 400px;
  padding-bottom: 20px;
}
.page-template-page-uvod .content-area {
  border-top: none;
}
img {
  max-width: 100%;
  height: auto;
}
.content-area img {
  border: 1px solid rgb(200,200,200);
}
a {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
/*NADPISY, ODSTAVCE, ODKAZY*/
h1, h1 a, p.h1, h2, p.h2, h3, p.h3, h4, p.h4, h5, p.h5, h6, p.h6 {
  font-family: serif, Arial;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h1, h1 a, p.h1, .entry-title {
  color: rgb(51,51,51);
  font-size: 28px;
  font-weight: 500;
  padding: 15px 0 0px 0;
  margin: 0;
}
h1::first-letter, p.h1::first-letter, h1 a::first-letter {
  font-size: 39px;
}
h1 a:hover, h1.entry-title a:hover {
  text-decoration: underline;
  color: rgb(51,51,51);
}
h2, h2 a, p.h2 {
  color: rgb(135,44,43);
  font-size: 21px;
  margin: 25px 0 10px 0;
  clear: both;
}
h2::first-letter, p.h2::first-letter {
  font-size: 27px;
}
h3, p.h3 {
  font-size: 18px;
}
.widget .widget-title {
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-family: Arial;
  letter-spacing: 1px;
}
.widget .widget-title::first-letter, h3::first-letter, p.h3::first-letter {
  font-size: 26px;
}
a, a:visited {
  color: rgb(141,44,43);
  text-decoration: none;
}
a:hover, a:active {
  color: rgb(141,44,43);
  text-decoration: underline;
}
.entry-content a:hover, .comment-content a:hover {
  color: rgb(141,44,43);
}
p, address {
  margin: 0 0 10px;
  font-style: normal;
  line-height: 1.4;
}
address {
  margin: 0 0 2px;
}
hr {
  border: 0;
  height: 1px;
  background-color: rgb(170,170,170);
  margin: 0 0 10px;
  background-image: none;
}
.text-align-right {
  text-align: right;
}
.text-align-center {
  text-align: center;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear {
  clear: both;
}
.bold, strong {
  font-weight: bold;
}
.bold-red {
  text-transform: uppercase;
  font-weight: bold;
  color: rgb(135,44,43);
}
/*ÚVODNÍ STRANA*/
#banners {
  max-width: 1040px;
  margin: -200px auto 0 auto;
  z-index: 11;
  text-align: center;
  position: relative;
  clear: both;
}
#banners h2 {
  color: rgb(35,40,45);
  text-align: center;
}
.banner {
  width: 31%;
  padding: 15px 5px;
  float: left;
  border: 1px solid rgb(200,200,200);
  margin: 0 2% 8px 0;
  background-color: white;
  display: block; 
}
.banner .odkaz-vice a {
  color: white;
  background-color: rgb(135,44,43);
  border: 1px solid rgb(135,44,43);
  padding: 12px 15px;
}
.banner .odkaz-vice a:hover {
  color: rgb(35,40,45);
  background-color: rgb(255,255,255);
  border: 1px solid #aea7a7;
  text-decoration: none;
}
#banners .banner:nth-child(3) {
  margin-right: 0;
}
#banners img {
  border: none;
}
/*HEADER*/
.site-header {
  background-color: white !important;
  max-width: 1040px;
  margin: 0 auto;
  background-image: none !important;
}
.navbar {
  background-color: white;
  margin: 30px 0;
  width: auto;
}
ul#primary-menu {
  padding: 0;
}
.main-navigation {
  min-height: 0;
}
.nav-menu li a {
  color: #242328;
  padding: 10px 8px;
  text-transform: uppercase;
  font-size: 9pt;
  text-align: center;
}
.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
  background-color: rgb(135,44,43);
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
  color: rgb(255,255,255);
  font-style: normal;
  background-color: rgb(135,44,43);
}
ul.nav-menu ul a:hover, .nav-menu ul ul a:hover, ul.nav-menu ul a:focus, .nav-menu ul ul a:focus {
  background-color: rgb(135,44,43);
  color: white;
}
.nav-menu .sub-menu, .nav-menu .children {
  background-color: white;
  border: 1px solid rgb(238,238,238);
  border-top: 0;
  box-shadow: 0 2px 2px rgb(238,238,238);
  text-align: center;
}
ul.nav-menu ul a, .nav-menu ul ul a {
  color: rgb(20,20,21);
  width: 150px;
}
#vlajky {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
} 
#vlajky img {
  width: 22px;
  height: auto;
} 
/*PAGES*/
.hentry {
  padding: 0;
}
.entry-header, .entry-content, .entry-summary, .entry-meta, .vypis-kategorii, .max-width-1140 {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 1%;
}
h2.bg-grey {
  background: rgb(245,245,245);
  border-bottom: 1px solid rgb(221,221,221);
  width: 100%;
  padding: 10px 0;
  text-align: center;
  margin: 0 0 15px 0;
  color: rgb(51,51,51);
}
.bg-white {
  background: white;
  border: 1px solid rgb(221,221,221);
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.entry-content img.alignleft, .entry-content .wp-caption.alignleft {
    margin-left: 0px;
}
/*KONTAKT FORM*/
.wpcf7-form {
  width: 650px;
  max-width: 100%;
  margin: 20px auto 0 auto;
}
.wpcf7-form input, .wpcf7-form textarea {
  padding: 5px 2%;
  width: 100%;
  border: 1px solid rgb(170,170,170);
}
.odeslat {
  text-align: right;
}
.odeslat input {
  width: 100px;
  color: rgb(51,51,51);
  background: rgb(255,255,255);
  padding: 8px 0;
  border-radius: 5px;
}
.odeslat input:hover {
  background: rgb(220,220,220);
}
.odeslat img {
  display: none;
}
/*VÝPIS KATEGORIÍ*/
.vypis-post {
  width: 24%;
  margin: 0 0.5% 10px 0.5%;
  padding: 5px;
  float: left;
}
.vypis-kategorii .vypis-post:nth-child(4n+4) {
  clear: both;
}
.vypis-post p.img {
  width: 100%;
  background-color: white;
  margin-bottom: 0;
  height: 160px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 0 2px 2px rgb(200,200,200);
}
.vypis-post a h2 {
  color: rgb(51,51,51);
  text-decoration: none;
  font-size: 16px;
  margin: 5px 0;
  text-transform: none;
}
.vypis-post a h2::first-letter {
  font-size: 16px;
}
.vypis-post a:hover h2 {
  color: rgb(135,44,43);
  text-decoration: none;
}
.vypis-post a:hover {
  text-decoration: none;
}
.vypis-post a:hover p.img {
  box-shadow: 0 0 2px 2px rgb(150,150,150);
}
.vypis-post img {
  border: none;
  height: 100%;
  width: auto;
  padding: 8px;
}
.vypis-post a {
  display: block;
  width: 100%;
  height: 100%;
}
/*VÝPIS KATEGORIÍ - menu*/
.menu-vypis-kategorii ul {
  list-style: none;
  float: right;
}
.menu-vypis-kategorii ul li {
  list-style: none;
  float: left;
  margin-right: 3px;
}
.menu-vypis-kategorii ul li.clear {
  float: none;
  clear: both;
  height: 0;
  width: 0;
}
.menu-vypis-kategorii a {
  color: white;
  background-color: rgb(36,35,40);
  text-decoration: none;
  padding: 8px 10px;
  display: block;
  margin-bottom: 2px;
}
.menu-vypis-kategorii a:hover {
  color: white;
  background-color: rgb(135,44,43);
  text-decoration: none;
}
body.category-6 .menu-vypis-kategorii .nabidka-6,
body.category-7 .menu-vypis-kategorii .nabidka-7,
body.category-8 .menu-vypis-kategorii .nabidka-8,
body.category-9 .menu-vypis-kategorii .nabidka-9,
body.category-10 .menu-vypis-kategorii .nabidka-10,
body.category-11 .menu-vypis-kategorii .nabidka-11,
body.category-12 .menu-vypis-kategorii .nabidka-12,
body.category-13 .menu-vypis-kategorii .nabidka-13,
body.category-14 .menu-vypis-kategorii .nabidka-14,
body.category-15 .menu-vypis-kategorii .nabidka-15,
body.category-16 .menu-vypis-kategorii .nabidka-16,
body.category-17 .menu-vypis-kategorii .nabidka-17,
body.category-18 .menu-vypis-kategorii .nabidka-18 {
  color: white;
  background-color: rgb(135,44,43);
  text-decoration: none;
}
/*PŘÍSPĚVKY*/
body.category #menu-item-166 a {
  color: rgb(255,255,255);
  font-style: normal;
  background-color: rgb(135,44,43);
}
.prispevek {
  max-width: 70%;
  margin: 0 auto;
  background-color: white;
  margin: 5px auto;
  border-radius: 5px;
  padding: 8px 15px;
  min-height: 365px;
  text-align: justify;
}
.prispevek hr {
  margin: 15px 0 30px 0;
  clear: both;
}
.zpet {
  text-align: right;
}
.zpet input {
  color: grey;
  background: none;
  border-bottom: none;
  border: 1px solid grey;
  padding: 5px 10px;
  border-radius: 6px;
}
.zpet input:hover {
  color: black;
  background: none;
  border: 1px solid black;
}
.zpet input img {
  display: none;
}
.zpet input:focus {
  border-top: none;
  border: 1px solid black;
  padding: 5px 10px;
}
.prispevek p.img {
  float: left;
  padding: 10px 30px;
  width: 160px;
  height: auto;
  max-width: 100%;
  background-color: white;
  border: 1px solid rgb(200,200,200);
  text-align: center;
  margin-right: 15px;
} 
.prispevek p.img img {
  border: none;
}
.prispevek .entry-content ul {
  padding-left: 200px;
} 
body.postid-235 .prispevek p.img, body.postid-256 .prispevek p.img, body.postid-275 .prispevek p.img {
  display: none;
}
div#ornamentni-skla img {
  width: 150px;
  height: 150px;
}
/*OBYČEJNÁ STRANA*/
div.hlavni-text {
  width: 71%;
  margin-right: 4%;
  float: left;
}
div.podmenu {
  width: 25%;
  float: right;
  top: -40px;
  position: relative;
}
div.podmenu ul {
  padding: 0;
}
div.podmenu li {
  list-style: none;
}
div.podmenu a {
  color: rgb(51,51,51);
  text-transform: uppercase;
  font-size: 12px;
  padding: 8px 4%;
  display: block;
} 

div.podmenu a:hover, div.podmenu a.aktive { 
  background-color: rgb(135,44,43);
  color: white;
  text-decoration: none;
  }
#rychle-odkazy {
  margin: 0 auto;
  max-width: 1040px;
}
.vlevo {
  width: 70%;
  float: left;
}
.vpravo {
  width: 28%;
  float: right;
}
.vpravo p.h3 {
  padding-top: 26px;
}
#rychle-odkazy p.naleznete-nas, #rychle-odkazy p.kontakt, #rychle-odkazy p.poradenstvi, #rychle-odkazy p.galerie {
  margin: 10px 1%;
  float: left;
  text-align: center;
}
#rychle-odkazy p.naleznete-nas a, #rychle-odkazy p.kontakt a, #rychle-odkazy p.poradenstvi a, #rychle-odkazy p.galerie a {
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 2% 10px 93px;
  width: 235px;
  max-width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-position: left center;
  text-transform: uppercase;
  font-size: 13pt;
  font-weight: normal;
  border: 1px solid rgb(229,229,229);
  box-shadow: 0 0 2px rgb(229,229,229);
  text-shadow: 1px 1px 3px grey;
}
#rychle-odkazy p.naleznete-nas a::first-letter, #rychle-odkazy p.kontakt a::first-letter, #rychle-odkazy p.poradenstvi a::first-letter, #rychle-odkazy p.galerie a::first-letter {
  font-size: 18pt;
}
#rychle-odkazy p.naleznete-nas a {
  background-image: url(images/salony_sprzedazy.png);
}
#rychle-odkazy p.kontakt a {
  background-image: url(images/kontakt.png);
}
#rychle-odkazy p.poradenstvi a {
  background-image: url(images/ekspert.png);
}
#rychle-odkazy p.galerie a {
  background-image: url(images/fotovideo.png);
}
#rychle-odkazy p.naleznete-nas a:hover, #rychle-odkazy p.kontakt a:hover, #rychle-odkazy p.poradenstvi a:hover, #rychle-odkazy p.galerie a:hover {
  border: 1px solid rgb(209,209,209);
  box-shadow: 0 0 2px rgb(209,209,209);
}
/*DETAIL CLANKU*/

/*FOOTER*/
.widget {
  padding: 10px;
}
.site-footer .sidebar-container {
  background-color: white;
  padding: 8px 0;
  border-top: 5px solid rgb(170,170,170);
}
.site-footer .widget {
  color: rgb(51,51,51);
}
.site-footer .widget-area {
  max-width: 1040px;
  height: auto !important;
  padding: 0 1%;
}
.site-footer .widget {
  margin-right: 1%;
  width: 24%;
  position: static !important;
}
#text-4 {
  width: 20%;
}
#text-3 {
  width: 29%;
  margin-right: 0;
}
.site-footer .widget a {
  color: rgb(141,44,43);
  text-decoration: none;
}
.site-footer .widget a:hover, .site-footer .widget a:active, .site-footer .widget a:visited {
  color: rgb(141,44,43);
  text-decoration: underline;
}
.site-footer .widget-title, .site-footer .widget-title a, .site-footer .wp-caption-text {
  color: #333;
  border-bottom: 1px solid #AEA7A7;
  padding-bottom: 10px;
  padding-left: 10px;
  font-style: normal;
}
.site-footer {
  background-color: white;
  color: #aea7a7;
  font-size: 14px;
  text-transform: uppercase;
}
.site-info {
  padding: 0 0 15px 0;
}
.site-info img {
  opacity: 0.5;
}
.site-info img:hover {
  opacity: 1;
}
.site-footer .widget .menu a {
  color: #aea7a7;
  text-decoration: none;
  font-size: 12px;
}
.site-footer .widget .menu a:hover, .site-footer .widget .menu li.current_page_item a {
  color: rgb(51,51,51);
  text-decoration: none;
  
}
.site-footer .widget .menu li {
  list-style-image: url(images/li-image.png);
  list-style-position: inside;
  padding: 0;
}
/*SLIDESHOW*/
div#slideshow {
  width: 100%;
  padding: 0;
  z-index: 1;
  color: white;
  position: relative;
  height: 616px;
}
div#slideshow img {
  max-width: 1600px;
  height: 616px;
  width: auto;
}
div#slides {
  max-width: 100%;
  margin: 0 auto;
}
.slidesjs-container {
  height: 616px !important;
}
div.slide {
  max-width: 1024px;
  margin: 0 auto;
  height: 616px;
  background-repeat: no-repeat;
  background-position: right 50%;
}
.slidesjs-control {
  width: 100%;
  margin: 0 auto;
}
.slidesjs-control {
  width: 100%;
  height: 616px !important;
}
#slides {
  display: none;
}
.container {
  margin: 0 auto;
  width: 100%;
}
.slidesjs-pagination {
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 100;

}
.slidesjs-pagination-item {
  list-style: none;
  float: left;
  margin-left: 5px;
}
.slidesjs-pagination-item a {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  font-size: 0;
  border: 1px solid grey;
  background: transparent;
}
.slidesjs-pagination-item a.active {
  background-color: rgb(135,44,43);
}
/*ÚPRAVA FANCYBOX*/
#fancybox-wrap {
  box-sizing: content-box;
}
#fancybox-content {
  box-sizing: content-box;
}
.gallery-item img {
  padding: 3px;
  background: white;
}
.gallery-item img:hover {
  border: 1px solid grey;
}
/*MEDIA*/
@media (max-width: 1020px) {
  .nav-menu > li {
    min-width: 17%;
  }
  .nav-menu li a {
    padding: 10px 1px;
  }
}
@media (max-width: 900px) {
  #nav_menu-3 {
    float: left;
    width: 49%;
    margin-right: 1%;
  }
  #text-4 {
    float: left;
    width: 43%;
    margin-right: 1%;
    clear: both;
  }
  #text-3 .text-align-right {
   text-align: left;
  }
  #nav_menu-2 {
   margin-right: 0;
   float: left;
   width: 50%;
  }
  #text-3 {
   margin-right: 0;
   float: left;
   width: 56%;
  }
  .nav-menu > li {
    min-width: 0;
  }
  .nav-menu li a {
    padding: 10px 8px;
  }
  .prispevek {
    max-width: 85%;
  }
}
@media (max-width: 770px) {
  #rychle-odkazy p.naleznete-nas a, #rychle-odkazy p.kontakt a, #rychle-odkazy p.poradenstvi a, #rychle-odkazy p.galerie a {
    padding: 10px 2%;
  }
  .nav-menu > li {
    min-width: 30%;
  }
}
@media (max-width: 643px) {
  .nav-menu > li {
    min-width: 0;
  }
  .toggled-on .nav-menu > li a:hover, .toggled-on .nav-menu > ul a:hover {
    background-color: rgb(135,44,43);
    color: #fff;
  }
  .vypis-post {
    width: 49%;
}
  .vypis-kategorii .vypis-post:nth-child(2n+4) {
    clear: both;
  }
  .prispevek {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .vpravo, .vlevo {
    width: 100%;
    float: none;
  }
  
}
@media (max-width: 400px) {
  #nav_menu-3, #nav_menu-2, #text-4, #text-3 {
    float: none;
    clear: both;
    width: 100%;
    margin-right: 0;
  }
  #text-4 .text-align-right {
   text-align: left;
  }
  .vypis-post {
    width: 99%;
    clear: both;
  }
}