/** Shame on me **/
.primary-color {
  color: #00a68d !important;
}
/** COMMON CSS */
/** logo */
.uk-navbar-left{
	margin-top:10px;
	margin-bottom:10px;
}
body.single-post .uk-navbar-toggle {
  display: none;
}
.welcome-buttonWrap a {
  animation: pulse 2.4s ease-in-out infinite;
  background: rgba(255,255,255,.8);
}

.secondary-color {
  color: #fbbc09
}
.relative-first-child .uk-first-column {
  position: relative;
  overflow: hidden;
}
.fan-svg-2 {
  width: 45vw;
  position: absolute;
  bottom: -65%;
  left: -15%;
}

.rotate {
  transform-origin: center center;
  -webkit-animation: spin 12s linear infinite;
  -moz-animation: spin 12s linear infinite;
  animation: spin 12s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

p:last-child {
  margin-bottom: 0;
}
.uk-article a {
  text-decoration: underline;
}
em {
  color: rgb(41, 41, 41)
}

.Heading-after:after {
    content: "";
  display: inline-block;
  vertical-align: top;
  margin-left: 25px;
  margin-top: 3px;
  width: 2px;
  height: 40px;
  -moz-transform: skewX(-32deg);
  -webkit-transform: skewX(-32deg);
  -o-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  transform: skewX(-32deg);
}
.Heading-after:after {
  background-color: #ffffff
}
.uk-text-primary.Heading-after:after {
  background-color: #fbbc09
}
.Project-listItem {
  box-sizing: border-box;
  width: 100%;
  padding: 1em 3em 1em 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Project-listWrap-homepage .Project-listItem {
  width: 25%
}
.Project-listWrap-homepage .Project-listItem .List-text {
  color: #a0a0a0;
}
.List-number {
  font-size: 3rem;
  font-weight: 600;
}
.List-separator {
  font-size: 4rem;
  margin: 0 6px;
}
.List-text {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
  padding-left: 10px;
  max-width: 350px;
}
/** UK article table styles */
.uk-article table {
  border-collapse: collapse;
}
.uk-article table th {
  padding: 10px;
  font-weight: 600;
  color:#1a1a1a;
  border: 1px solid#f4f4f4;
}
.uk-article table td {
  padding: 10px;
  border: 1px solid #f4f4f4;
}

/** Recent Posts START */
.rpwe-block ul{
  box-sizing: border-box;
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.rpwe-block li{
  box-sizing: border-box;
  display: block;
  width: 33.33333%;
  padding: 0 22px 10px;
  margin-bottom: 10px;
  list-style-type: none;
}

@media screen and (max-width: 960px) {
  .rpwe-block ul {
    display: block;
  }
  
  .rpwe-block li{
    width: 100%;
    padding-left: 0;
  }
}

.rpwe-block a{
  display: inline !important;
  text-decoration: none;
}

.rpwe-block h3.rpwe-title{
  margin-top: 6px;
}

.rpwe-thumb{
  width: 100%;
  margin-bottom: 12px;
}

.rpwe-summary{
  font-size: 13px;
}

.rpwe-time{
  color: #bbb;
  font-size: 11px;
}

.rpwe-clearfix:before,
.rpwe-clearfix:after{
  content: "";
  display: table !important;
}

.rpwe-clearfix:after{
  clear: both;
}

.rpwe-clearfix{
  zoom: 1;
}  
/** Recent Posts END */
.Section-gradient,
.Section-gradient > div {
  position: relative;
}
.Section-gradient > div:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  z-index: 2
}

.Section-gradient > div > div {
  position: relative;
  z-index: 3;
}

.After-logo .el-image {
  margin-right: 0;
  margin-left: auto;
  display: block;
  opacity: .6;
}
@media screen and (max-width: 980px) {
  .After-logo .el-image {
    margin: 15px auto 0;
  }
} 
/* .After-logo > div:after {
  content: url('/wp-content/uploads/cenykraje2019_zivotni-prostredi.svg');
  display: block;
  width: 183px;
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  opacity: .6;
}

@media screen and (max-width: 980px) {
  .After-logo:after {
    position: static;
  }
} */

/** CHARTS START */
.Chart-wrap {
  width: 300px;
  margin: 0 auto;
  display: inherit;
}

.Chart-row {
  height: 50vh;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.Chart-column {
  width: 35px;
  position: relative;
}
.Chart-column span {
  position: absolute;
  display: block;
  width: 150px;
  bottom: auto;
  top: calc(50% - 7px);
  padding: 0 8px 0px 45px;
  line-height: 1;
}
.Chart-column span:before {
  content: attr(data-number);
}
.product-free {
  background-color: #339933;
}
.product-sold {
  background-color: #e30b0b;
}
/** CHARTS END */

/* Advanced forms in ACF START */
.acf-fields > .acf-field {
  border-top: none !important;
}
.acf-field .acf-label label {
  font-weight: 300 !important;
  margin-bottom: 0 !important;
}
.acf-input input,
.acf-input textarea {
  background-color: #fff;
  border: 0;
  padding: 1.5% !important;
}
.acf-field .acf-label {
  margin-bottom: 0 !important
}
.af-input input[type="checkbox"] {
  transform: scale(1);
}
.af-submit-button {
  background: #00964f;
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #fff;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 11px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  transition: .1s ease-in-out;
  transition-property: all;
  transition-property: color,background-color,background-position,border-color,box-shadow;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 500px;
  background-origin: border-box;
}
.af-submit-button:hover
{
  background-color: #00ba62
}
.acf-input label a {
  text-decoration: underline;
}
/*  disabled label */ 
label[for="acf-field_5da839df9ce6f"],
label[for="acf-field_5da963707aaf5"] {
  display: none !important;
}
/* Advanced forms in ACF END */

.uk-light .uk-nav-default > li > a {
  color: #a0a0a0;
}
.uk-light .uk-nav-default > li > a:hover {
  color: #1a1a1a;
}


.widget-polylang ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget-polylang ul li {
	display: inline-block;
}
.widget-polylang ul li + li {
	margin-left: 7px;
}		
.single-post .uk-subnav, 
.single-post .uk-article-meta {
    display: none;
}
.cc-color-override--2093224638.cc-revoke {
    color: #FFF!important;
    background-color: #017137!important;
}