/* General appearance of ul list */
ul, .widget ul {
    list-style: outside none disc;
    margin: 0px 0px 24px 20px;
    color: #2B2B2B;
}
ul li, .widget ul li {
  list-style-type: square;
  color: #2B2B2B;
}

article.post {
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 35px;
  padding-bottom: 10px;
}

/* General */
  a {
    color: #1b6be5;
  }
  a:hover {
    text-decoration: underline;
  }
h1 {
  font-size: 2rem;
}
.entry-content img {
  margin: 15px 0;
  border-radius: 3px;
}
/* End of General */
body {
  font-family: 'Open Sans';
}
#content #inner-content {
  padding: 0;
  padding-bottom: 1rem;
}
#content #inner-content > .columns {
  padding-top: 1rem;
}
/* Logo, topbar */
.logo a {
  text-indent: -1000em;
  display: block;
  overflow: hidden;
  height: 170px;
  width: 100%;
  background: url('../images/top.png') no-repeat left;
  position: relative;
  background-size: contain;
}
@media only screen and (min-width: 1000px) {
  .logo a:after {
    content: ' ';
    display: block;
    width: 100px;
    height: 170px;
    background: url('../images/gizycko.png') no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 800px) {
  .logo a {
    height: 140px;
  }
}
@media only screen and (max-width: 600px) {
  .logo a {
    height: 100px;
  }
}
/* End of Logo, topbar */

.row {
  background-color: white;
}
.off-canvas-content, body {
  background: linear-gradient(#599bff, #1B6BE5);
}

/* Left menu */
ul.menu, ul.menu li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
ul.menu li a {
  display: block;
  width: 100%;
  color: #2a2a2a;
  font-weight: 500;
  padding: 12px 10px;
  background-color: rgba(0,0,0,.02);
  border: 1px solid rgba(0,0,0,.08);
}
ul.menu li:last-child a {
  border-radius: 0 0 4px 4px;
}
ul.menu li:not(:first-child) a {
  border-top-width: 0;
}
ul.menu li a:hover {
  color: #4183e9;
  background: linear-gradient(rgba(0,0,0,0.01), rgba(0,0,0,0.07));
  border-bottom: 1px solid rgba(0,0,0,.1);
}
a.menu-toggle {
  padding: 10px;
  background: linear-gradient(#4183e9,#2b6cd1);
  color: #fff;
  position: relative;
  display: block;
  padding-left: 40px;
  width: 100%;
}
a.menu-toggle:after {
  content: '';
  display: block;
  background-color: white;
  height: 2px;
  width: 20px;
  box-shadow: 0px 7px 0px #fff, 0px 14px 0px #fff;
  position: absolute;
  left: 10px;
  top: 14px;
}
/* End of Left Menu */

h4.widgettitle {
  margin: 0;
  padding: 10px;
  background: linear-gradient(#4183e9,#2b6cd1);
  color: #fff;
  border-radius: 4px 4px 0 0;
  font-family: Verdana;
  font-size: 20px;
}

/* Footer thing */
.footer {
  clear: both;
  margin-top: 0;
  margin-bottom: 25px;
}
.footer .row {
  border-radius: 0 0 5px 5px;
  padding-top: 1rem;
  background-color: #f2f2f2;
  border-top: 1px solid rgba(0,0,0,.09);
  box-shadow: inset 0 5px 5px 0 rgba(0,0,0,.04);
}

/* Widget */
.content {
  padding: 10px;
} 
/* End of Widget */

/* OffCanvas */
#off-canvas {
    background: transparent;
}
#off-canvas a {
  color: #fff;
  font-weight: 700;
  border-bottom: 2px solid rgba(255,255,255,.1);
}
#off-canvas a:focus,#off-canvas a:hover {
    color: #fff;
    text-decoration: underline;
}
/* End of OffCanvas */

p {
  text-align: justify;
}
h2, h1 {
  font-size: 24px;
  line-height: 1.1;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  color: #2A2A2A;  
}
p.byline {
  font-size: 14px;
}

.widget .content .menu {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px; 
}

/* custom button type */
a.more-link {
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: 0.5em 1em;
    border: 1px solid #D4D4D4;
    margin: 0px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #FFF;
    font: 14px sans-serif;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    outline: medium none;
    background-color: #ECECEC;
    background-image: linear-gradient(#F4F4F4, #ECECEC);
    background-clip: padding-box;
    border-radius: 0.2em; 
}
a.more-link:hover, a.more-link:focus, a.more-link:active, a.more-link.active {
    border-color: #3072B3 #3072B3 #2A65A0;
    text-decoration: none;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.3);
    color: #FFF;
    background-color: #3C8DDE;
    background-image: linear-gradient(#599BDC, #3072B3);
}

#left-column-sidebar {
  padding-top: 10px;
}

/* Menu in footer */
footer.footer ul.menu, footer.footer ul.menu li{
  
}
footer.footer ul.menu {
  border-bottom: 1px solid rgba(0,0,0,.1);
  margin-bottom: 15px;
}
footer.footer ul.menu li{
  display: inline-block;
  position: relative;  
}
footer.footer ul.menu li a {
  background: transparent;
  border: 0;
  display: inline-block; 
  color:black; 
}
footer.footer ul.menu li:first-child a {
  padding-left: 0;
}
footer.footer ul.menu li:not(:last-child) {
  padding-right: 10px;
}
footer.footer ul.menu li:not(:last-child):after {
  content: '/';
  display: block;
  position: absolute;
  right: 0;
  top: 7px;
  color: rgba(0,0,0,.2);
} 
