.widget-content a:hover {
    content: "/";
    text-decoration: none;
    background-color: rgba(225, 235, 235, 0.4);
    padding: 3px 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transition-duration: 0.6;
    border-radius: 2px;
    width: 120px;
}
.post-content {
  border: 1px solid #EEE;
  padding: 10px 10px;
  font-size: 0.7em;
  line-height: 140%;
  margin-top: -10%;
  -moz-box-shadow: 5px 5px 5px #888;
-webkit-box-shadow: 5px 5px 5px #888;
box-shadow: 5px 5px 5px #888;
}
.post-header {
  margin-bottom: 0%;
}
/*media all*/
.widget-content ul li {
    color: #fff;
    background-color: rgba(34, 117, 21, 0.78);
    padding: 5px 10px;
    border-bottom: rgba(34, 117, 21, 0.78);
    letter-spacing: 1px;
    font-family: 'Archivo Narrow', open sans;
    border-radius: 0px;
    margin-top: 2px;
}


.widget-content {
  color: #fff;
  font-size: 0.75rem;
  line-height: 110%;
    background-color: transparent;
}

.hvr-grow {
/*   text-align: center;
   display: inline-block;
    vertical-align: middle;*/
  transition: all .2s ease-in-out; 
/*    transition-duration: 0.6s;
     padding: 0px;
  border: 2px solid rgb(169, 180, 176, 0,6);
    opacity: 0.6;*/
/*    rgba(49, 99, 228, 0.11); 
 border-radius: 1%; */
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  /*  transform: scale(1.1);*/
  transform: scale(1.3); 
/*   transition-duration: 0.6s;
    padding: 0px;
 border: 2px solid rgb(169, 180, 176); 
    opacity: 1;
 border-radius: 1%; */
}
.post-title {
  font-size: 0.9em;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 15px;
  font-family: 'Lato', sans-serif;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/* menu na niebiesko - te muszą być modyfikowane bezpośrednio w css */
.section.bg-dark {
  background: rgba(0, 147, 221, 1);
}
.blog-menu a {
  font-family: 'open sans';
  display: block;
  padding: 12px 10px;
  text-transform: none;
  letter-spacing: 0px;
  color: rgba(255,255,255,0.7);
  font-size: 12px;
}

/* poniższe nie działają */
.widget_search #searchsubmit {
  border-color: #e8e8e8;
}
.widget_search #searchsubmit {
  background: #2F7B16;
}
/*media all*/
img.alignleft, .alignleft img, img.aligncenter, .aligncenter img, img.alignright, .alignright img {
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #EEE;
}
::selection {
    background: #FFFFFF;
    color: #333;
}
.awesome-weather-forecast-day-temp {
    font-size: 1.1em;
    font-weight: 300;
}
.awesome-weather-wrap {
    background: #333;
    transition: background 0.5s ease-in;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 10px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    color: #fff;
    clear: both;
}
