/*
Theme Name: Dárky přírodě
Theme URI:
Author: design Olda Fikejs, coder Radka Jaruskova
Author URI:
Description: theme for benefit eshop of Czech non-governmental organisation Hnuti Brontosaurus
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: darkyprirode

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



@font-face {
font-family: "Delm";
font-style: normal;
font-weight: 300;
src: url("fonts/webfont-DelmLight.eot");
src: url("fonts/webfont-DelmLight.eot?#iefix") format("embedded-opentype"),
      url("fonts/webfont-DelmLight.woff2") format("woff2"),
      url("fonts/webfont-DelmLight.woff") format("woff"),
      url("fonts/webfont-DelmLight.ttf") format("truetype"),
      url("fonts/webfont-DelmLight.svg#DelmLight") format("svg");
}

@font-face {
font-family: "Delm";
font-style: normal;
font-weight: 700;
src: url("fonts/webfont-Delm.eot");
src: url("fonts/webfont-Delm.eot?#iefix") format("embedded-opentype"),
      url("fonts/webfont-Delm.woff2") format("woff2"),
      url("fonts/webfont-Delm.woff") format("woff"),
      url("fonts/webfont-Delm.ttf") format("truetype"),
      url("fonts/webfont-Delm.svg#Delm") format("svg");
}  

html, body, h1, h2, h3, h4, h5, h6, p, a, img, table, td, tr, form, div, ul, li, nav {
padding: 0;
margin: 0;
border: 0;
}

html {
width: 100%;
height: 100%;
margin-top: 0px !important;
}

body {
position: relative;
width: 100%;
height: 100%;
font-family: 'Dosis', sans-serif;
font-size: 20px;
line-height: 1.3;
}

h1, h2, h3, h4 {
margin: 9px 0 0;
font-family: 'Delm', sans-serif;
font-weight: 700;
color: #1E9646;
}

h1 {
font-size: 200%;
}

h2 {
font-size: 170%;
}

h3 {
font-size: 150%;
}

h4 {
font-size: 120%;
}

a {
color: #328cc8;
}

input, textarea, select, div.woocommerce .select2-container .select2-choice {
margin: 1px 0;
border: 1px solid #404040;
border-radius: 3px;
padding: 4px 2px 3px 5px;
font-family: 'Dosis';
font-size: 18px;
line-height: 1.4;
font-weight: 300;
}

input[type="submit"], div.woocommerce input.button, button, div.woocommerce a.button, 
a.button, div.woocommerce a.button.alt, div.woocommerce #payment #place_order, 
div.woocommerce table.my_account_orders .order-actions .button,
div.woocommerce #respond input#submit, div.woocommerce button.button {
margin: 1px 0;
border: 0;
border-radius: 5px;
padding: 2px 6px;
background-color: #404040;
font-family: 'Dosis';
font-size: 18px;
line-height: 1.4;
font-weight: 300;
color: #ffffff;
}

input[type="submit"]:hover, div.woocommerce input.button:hover, button:hover, a.button:hover, 
div.woocommerce a.button:hover, div.woocommerce a.button.alt:hover, 
div.woocommerce #payment #place_order:hover, 
div.woocommerce table.my_account_orders .order-actions .button:hover,
div.woocommerce #respond input#submit:hover, div.woocommerce button.button:hover {
color: #ffffff;
background-color: #1E9646;
cursor: pointer;
}

div.woocommerce .woocommerce-cart-form__contents button.button[type="submit"] {
padding: 10px 15px;
}

input[type="checkbox"] {
transform: scale(1.3);
-ms-transform: scale(1.5);
-moz-transform: scale(1.3);
-webkit-transform: scale(1.5);
-o-transform: scale(1.3);
padding: 10px;
}

mark {
background-color: #ffffff;
}

a.button {
text-decoration: none;
}

.mobile {
display: none;
}

@media only screen and (max-width: 767px) {
  .mobile {
  display: block;
  }

  .notMobile {
  display: none;
  }
}

div.clearBoth {
clear: both;
}

img {
max-width: 100%;
height: auto;
}

#hlavniObsah img,
.fg-justified .fg-item.fg-positioned img.fg-image {
border-radius: 7px;
}

img.alignnone {
margin: 9px;
}

img.alignright {
float: right;
margin: 9px 0 9px 9px;
}

img.alignleft {
float: left;
margin: 9px 9px 9px 0;
}

img.aligncenter {
display: block;
margin: 9px auto;
}

h1.page-title {
margin: 0 0 10px 15%;
}

div.postTypePage div {
min-height: 20px;
}

div.postTypePage ul {
margin-left: 22px;
}



/* Celkový layout */

div.wholePage {
position: relative;
width: 100%;
min-height: 100%;
}

@media only screen and (max-width: 300px) {
  div.wholePage {
  width: 300px;
  }
}

div.header, div.vseBezHlavicky {
position: relative;
width: 90%;
margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
  div.header, div.vseBezHlavicky {
  width: 1080px;
  }
}

@media only screen and (max-width: 767px) {
  div.vseBezHlavicky {
  width: 100%;
  }
}

@media only screen and (max-width: 300px) {
  div.header {
  width: 270px;
  }
}

div.header {
height: 150px;
}

@media only screen and (max-width: 767px) {
  header#pageHeader {
  position: fixed;
  z-index: 100;
  width: 100%;
  }
}

div.vseBezHlavicky {
border: 7px solid #404040;
border-radius: 7px;
background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  div.vseBezHlavicky {
  border: 0px solid #404040;
  border-radius: 0;
  }
}

@media only screen and (min-width: 768px) {
  div.vseBezHlavicky {
  background: linear-gradient(to bottom, #404040 0%, #404040 37px, #ffffff 37px);
  }
}

div.hlavniMenu, div.footer {
background-color: #404040;
color: #ffffff;
}

@media only screen and (max-width: 767px) {
  div.footer {
  padding: 20px 0;
  background-color: #1E9646;
  }
}

div.hlavniObsah {
min-height: 600px;
padding: 20px;
}

@media only screen and (max-width: 767px) {
  div.hlavniObsah {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  }
}

div.bottom {
height: 7px;
}

@media only screen and (max-width: 767px) {
  div.bottom {
  display: none;
  }
}

div.vyplnNahoreMobil {
height: 100px;
}



/* Hlavička */

div.headerBackground {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 95px;
background-color: #1E9646;
}

@media only screen and (min-width: 768px) {
  div.headerBackground {
  height: 280px;
  background-color: #ffffff;
  background-image: url("images/hlavicka.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  }
}

a.uvod {
position: absolute;
left: 16px;
top: 5px;
color: #ffffff;
text-decoration: none;
}

h1.nazevWebu {
margin-top: 30px;
font-family: 'Delm';
font-size: 55px;
font-weight: 700;
color: #ffffff;
}

h2.popisWebu {
position: absolute;
left: 18px;
top: 86px;
font-family: 'Delm';
font-size: 30px;
font-weight: 300;
color: #ffffff;
}

img.logoHB {
float: right;
width: 298px;
margin: 35px 5px 0 0;
}

@media only screen and (max-width: 767px) {  
  h1.nazevWebu {
  margin-top: 10px;
  font-size: 60px;
  }

  h2.popisWebu {
  display: none;
  }
}

@media only screen and (max-width: 520px) { 
  h1.nazevWebu {
  left: 0;
  margin-top: 15px;
  font-size: 50px;
  }
}


@media only screen and (max-width: 430px) { 
  h1.nazevWebu {
    margin-top: 25px;
    font-size: 40px;
  }
}

@media only screen and (max-width: 350px) {
  h1.nazevWebu {
    margin-top: 30px;
    font-size: 32px;
  }
} 

a.mujUcet {
float: right;
margin: 5px 8.5% 0 0;
border-radius: 5px;
border: 1px solid #ffffff;
padding: 5px 12px 0;
font-size: 100%;
color: #ffffff;
text-decoration: none;
text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
  a.mujUcet {
  float: none;
  position: absolute;
  left: 25px;
  right: 0;
  top: 5px;
  width: 80px;
  margin: 0 auto;
  text-align: center;
  }
}

@media only screen and (max-width: 767px) {  
  img.menuMobil {
  float: right;
  width: 50px;
  margin-top: 21px;
  }
}

@media only screen and (max-width: 400px) { 
  img.menuMobil {
  width: 40px;
  margin-top: 26px;
  }
}

@media only screen and (max-width: 300px) {
  img.menuMobil {
  margin-right: 5px;
  }
}



/* Hlavní menu */

ul.hlavniMenu {
display: inline;
padding-left: 20px;
}

ul.hlavniMenu li {
display: inline-block;
margin-right: 21px;
padding: 2px 0 6px;
white-space: nowrap;
font-size: 110%;
text-transform: uppercase;
}

ul.hlavniMenu li.vybrane {
background-image: url("images/3uhelnik.png");
background-position: center bottom;
background-repeat: no-repeat;
}

ul.hlavniMenu a {
color: #ffffff;
text-decoration: none;
}

ul.hlavniMenu a:hover {
color: #fff601;
}

img.kosik {
float: right;
width: 26px;
margin: 0 17px 0 5px;
}

span.polozekVKosiku {
position: absolute;
top: 8.5px;
right: -5px;
width: 69px;
font-size: 70%;
color: #000000;
text-align: center;
}

@media only screen and (max-width: 767px) {
  img.kosik {
  margin: 28px 27px 0 0;
  }

  span.polozekVKosiku {
  top: 39.5px;
  right: 59.5px;
  }
}

@media only screen and (max-width: 400px) { 
  img.kosik {
  width: 30px;
  margin: 30px 10px 0 0;
  }

  span.polozekVKosiku {
  top: 38.5px;
  right: 31px;
  }
}

@media only screen and (max-width: 300px) { 
  span.polozekVKosiku {
  right: 36px;
  }
}

span.napisKosik {
float: right;
margin: 2px 0 0 7px;
font-size: 110%;
text-transform: uppercase;
color: #fff601;
}

ul#menuMobile {
z-index: 200;
visibility: hidden;
position: absolute;
right: 0;
top: 0;
padding: 15px 0;
background-color: #fff601;
text-align: center;
text-transform: uppercase;
}

ul#menuMobile li {
padding: 5px 20px;
list-style-type: none;
font-size: 110%;
}

ul#menuMobile li a {
color: #000000;
text-decoration: none;
}

ul#menuMobile li a:hover {
color: #1E9646;
}

img.logoFB, img.logoInstagram {
float: right;
width: 25px;
padding: 3px 5px;
}



/* Vedlejší menu */

div.menuKategorie {
margin: 2px;
}

ul.menuKategorie {
border-left: 30px solid #fff601;
list-style-type: none;
}

ul.menuKategorie li {
display: inline-block;
padding: 7px 30px 5px 0px;
background-color: #fff601;
text-transform: uppercase;
white-space: nowrap;
}

ul.menuKategorie li a {
color: #000000;
text-decoration: none;
}

ul.menuKategorie li a:hover {
color: #1E9646;
}



/* Patička */

div.footerBackground {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 50px;
background-color: #1E9646;
}

@media only screen and (max-width: 767px) {
  div.footerBackground {
  display: none;
  }
}

div.kontaktyFooter {
float: right;
padding: 10px 2px 0 0;
font-size: 80%;
text-align: right;
}

@media only screen and (max-width: 767px) {
  div.kontaktyFooter {
  float: none;
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: left;
  } 
}

ul.menuFooter {
padding: 15px 0 8px 20px;
}

@media only screen and (max-width: 767px) {
  ul.menuFooter {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  }
}

ul.menuFooter li {
display: inline;
margin-right: 25px;
text-transform: uppercase;
}

div.footer a {
color: #ffffff;
text-decoration: none;
}



/* Klikací krajina na stránce Úvod */

h3.klikniNaMe {
margin-bottom: 20px;
text-align: center;
}

@media only screen and (max-width: 767px) {
  h3.klikniNaMe {
  display: none;
  }
}

div#krajinaSDarky {
display: none;
}

@media only screen and (min-width: 768px) {
  div#krajinaSDarky {
  display: block;
  position: relative;
  margin: 15px 0;
  background-image: url("images/krajina_1000.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  }
}

img.krajinaMobil {
display: none;
}

@media only screen and (max-width: 767px) {
  img.krajinaMobil {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 15px;
  }
}

div.svitici {
visibility: hidden;
}

div#budkaSviticiObal {
position: absolute;
left: 66%;
width: 17%;
}

div#budkaSvitici {
width: 100%;
height: 100%;
background-image: url("images/budka3.png");
background-size: 100%;
background-repeat: no-repeat;
}

div#budkaText, div#brontikText, div#studankaText, div#stromText, div#jezciDomekText {
z-index: 50;
position: absolute;
padding: 0 5px 5px;
box-shadow: 0px 0px 5px 1.5px #e3d76c;
background-color: #ffffff;
}

div#budkaText {
left: 81%;
width: 18%;
}

div#brontikSviticiObal {
position: absolute;
left: 12%;
width: 39%;
}

div#brontikSvitici {
width: 100%;
height: 100%;
background-image: url("images/brontik3.png");
background-size: 100%;
background-repeat: no-repeat;
}

div#brontikText {
left: 51%;
width: 25%;
}

div#studankaSviticiObal {
position: absolute;
left: 17.5%;
width: 51%;
}

div#studankaSvitici {
width: 100%;
height: 100%;
background-image: url("images/studanka3.png");
background-size: 100%;
background-repeat: no-repeat;
}

div#studankaText {
left: 68%;
width: 31%;
}

div#stromSviticiObal {
position: absolute;
left: 52%;
width: 22%;
}

div#stromSvitici {
width: 100%;
height: 100%;
background-image: url("images/strom3.png");
background-size: 100%;
background-repeat: no-repeat;
}

div#stromText {
left: 74%;
width: 20%;
}

div#jezciDomekSviticiObal {
position: absolute;
left: 15.5%;
width: 16%;
}

div#jezciDomekSvitici {
width: 100%;
height: 100%;
background-image: url("images/jezciDomek3.png");
background-size: 100%;
background-repeat: no-repeat;
}

div#jezciDomekText {
left: 33%;
width: 50%;
}

div#budkaSviticiObal, div#brontikSviticiObal, div#studankaSviticiObal, 
div#stromSviticiObal, div#jezciDomekSviticiObal {
cursor: pointer;
}



/* Stránka Eshop */

div.uvodniInfoHorni {
margin-bottom: 10px;
}

div.uvodniInfoHorni h1 {
margin-top: 12px;
font-family: 'Delm';
font-size: 50px;
font-weight: 700;
color: #1E9646;
}

div.uvodniInfoProstredni {
margin: 15px 0 10px;
}

div.woocommerce-message {
margin: 15px 10%;
border-radius: 6px;
background-color: #fff601;
}

@media only screen and (max-width: 767px) {
  div.woocommerce-message {
  margin: 0 0 15px 4%;
  }
}

div.woocommerce-message a {
margin-right: 15px;
}

ul.products {
position: relative;
width: 100%;
margin: 10px auto;
list-style-type: none;
text-align: center;
}

ul.products li.product {
display: inline-block;
width: 25%;
margin: 5px 0.5%;
border: 2px solid #ffffff;
border-radius: 6px;
padding: 10px;
text-align: center;
vertical-align: top;
box-shadow: 3px 3px 1.5px 0px #ffffff;
}

@media only screen and (max-width: 767px) {
  ul.products li.product {
  width: 40%;
  }
}

@media only screen and (max-width: 550px) {
  ul.products li.product {
  width: 60%;
  }
}

@media only screen and (max-width: 480px) {
  ul.products li.product {
  width: 70%;
  }
}

ul.products li.product a {
color: #000000;
text-decoration: none;
}

ul.products img {
width: 100%;
height: auto;
}

ul.products span.price {
display: block;
}

ul.products h3 {
margin-bottom: 0;
font-size: 142%;
line-height: 1;
}

ul.products span.price {
margin-bottom: 5px;
font-size: 110%;
}

ul.products div.quantity {
display: none;
}

span.odkazViceOProduktu {
display: block;
color: blue;
text-decoration: underline;
}

ul.products li.product:hover {
border: 2px solid #f4f4f4;
box-shadow: 4px 4px 3px 0px #999999;
}

div.entry-summary table.wccpf_fields_table {
margin-bottom: 0;
}

table.wccpf_fields_table td {
vertical-align: top;
}

table.wccpf_fields_table td.wccpf_value {
padding-left: 15px;
}

table.wccpf_fields_table ul {
list-style-type: none;
}

table.wccpf_fields_table ul li {
display: inline;
margin-right: 12px;
}



/* Stránka s podrobnostmi o jednom dárku */

div.images {
float: left;
}

figure.woocommerce-product-gallery__wrapper {
margin: 10px 0;
}

div.entry-summary {
margin-left: 230px;
padding-top: 5px;
}

@media only screen and (max-width: 767px) {
  div.images {
  float: none;
  }

  div.entry-summary {
  margin-left: 0;
  padding: 10px 0;
  }
}

div.product-type-simple ul.wc-tabs {
list-style-type: none;
}

div.product-type-simple ul.wc-tabs li {
display: inline;
}

@media only screen and (max-width: 767px) {
  div.product-type-simple ul.wc-tabs li {
  display: block;
  }
}

div.entry-summary h1, div.entry-summary div.woocommerce-product-details__short-description, div.entry-summary p.price, div.entry-summary form.cart, li.description_tab, li.reviews_tab {
padding-left: 30px;
background-repeat: no-repeat;
}

div.entry-summary h1 {
margin-bottom: 0;
font-size: 170%;
background-image: url("images/kruh_bront.svg");
background-position: 1px 7px;
background-size: 20px;
}

div.entry-summary div.woocommerce-product-details__short-description {
background-image: url("images/kruh_otaznik.svg");
background-position: 1px 3px;
background-size: 20px;
}

div.entry-summary p.price {
font-size: 110%;
background-image: url("images/kruh_dolar.svg");
background-position: 1px 3px;
background-size: 20px;
}

div.entry-summary form.cart {
background-image: url("images/kosik_sedy.svg");
background-position: 0 4px;
background-size: 23px;
}

li.description_tab {
background-image: url("images/kruh_popis_pero.svg");
background-position: 1px 1px;
background-size: 20px;
font-family: 'Delm', sans-serif;
font-size: 120%;
}

li.reviews_tab {
margin-left: 20px;
background-image: url("images/kruh_hodnoceni.svg");
background-position: 1px 9px;
background-size: 20px;
font-family: 'Delm', sans-serif;
font-size: 120%;
}

@media only screen and (max-width: 767px) {
  li.reviews_tab {
  margin-left: 0;
  }
}

/* Toto smazat, pokud se povolí recenze */
li.description_tab a {
color: #000000;
text-decoration: none;
}

div.wc-tabs-wrapper {
margin-top: 20px;
}

div.images img {
width: 200px;
height: auto;
}

div.quantity {
display: inline;
}

div.quantity input {
width: 40px;
padding: 0 2px;
}

div.entry-summary button.single_add_to_cart_button {
margin-left: 15px;
}

ol.commentlist {
margin: 0;
padding-left: 20px;
}

ol.commentlist li {
margin: 5px 0 8px;
}

ol.commentlist li img {
display: none;
}

p.comment-form-comment label {
display: none;
}

p.comment-form-author label, p.comment-form-email label {
display: inline-block;
width: 70px;
}

@media only screen and (max-width: 767px) {
  p.comment-form-comment textarea {
  max-width: 96%;
  }
}

p.zlute_pozadi {
background-color: #fff601;
}



/* Stránka Košík */

div.woocommerce table.cart img {
height: 100px;
width: auto;
}



/* Stránka Pokladna */

div.woocommerce .woocommerce-info {
border-top-color: #1E9646;
}

div.woocommerce .woocommerce-info:before {
color: #1E9646;
}

div#placka_checkout_field {
line-height: 1;
}

img.plackaPokladna {
width: 31%;
margin: 1%;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  img.plackaPokladna {
  width: 47%;
  }
}

@media only screen and (min-width: 500px) and (max-width: 767px) {
  img.plackaPokladna {
  width: 31%;
  }
}

@media only screen and (min-width: 350px) and (max-width: 499px) {
  img.plackaPokladna {
  width: 47%;
  }
}

@media only screen and (max-width: 349px) {
  img.plackaPokladna {
  width: 196px;
  }
}

@media only screen and (max-width: 499px) {
  div.woocommerce form .form-row-first, div.woocommerce form .form-row-last, div.woocommerce-page form .form-row-first, div.woocommerce-page form .form-row-last {
  float: none;
  width: 98%;
  }
  
  div.woocommerce form .form-row-last, div.woocommerce-page form .form-row-last {
  float: none;
  }
}

input#rememberme {
margin-left: 5px;
}

div.woocommerce form p.create-account {
margin: 0;
padding: 3px 3px 0 3px;
}

input#createaccount {
margin: -6px 8px 0 0;
}

p.create-account label {
font-family: 'Delm', sans-serif;
font-weight: normal;
font-size: 120%;
}

div.create-account-description {
margin-bottom: 11px;
}

div.postTypePage div.woocommerce-shipping-fields {
min-height: 0;
}

input#ship-to-different-address-checkbox {
margin: 1px 0 3px 5px;
}

.woocommerce form .form-row textarea#order_comments {
height: 6em;
}

table.woocommerce-checkout-review-order-table td.product-name {
font-weight: 700;
}

div.woocommerce form div#customCheckboxCheckoutFields p.form-row {
margin: 0;
padding: 0 3px;
}



/* Slider */

div.huge_it_slideshow_image_wrap_1 div, div.huge_it_slideshow_image_wrap_2 div,
div.huge_it_slideshow_image_wrap_3 div, div.huge_it_slideshow_image_wrap_4 div,
div.huge_it_slideshow_image_wrap_5 div, div.huge_it_slideshow_image_wrap_6 div {
min-height: 0;
}
