* {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 }

 .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html, body {
  height: 100%;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  background: #f8f8f8;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  color: #9D9870;
  margin-bottom: 30px;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
  color: #555;
}

.wrapper ul li {
  color: #555;
}

p, li {
  font-weight: normal;
}

li a.post-link {
  font-weight: 300;
}

a,
a:hover,
a:visited { 
  color: #5A3ACD;
  text-decoration: none;
}

.page-content a,
.page-content a:hover,
.page-content a:visited { 
  color: #5A3ACD;
}

.sidebar table a,
.sidebar table a:hover,
.sidebar table a:visited { 
  color: #FFF3B6;
  font-size: 18px;
  font-weight: 200;
}

.sidebar table {
  margin-left: auto;
  margin-right: auto;
}

.align-right {
  text-align: right;
}

a:hover {
  text-decoration: none;
}

.social-icons {
  text-align: center;
}

svg {
  fill: #B8A433;
  fill: #DCD091;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 10px 20px;
}

.bullet:last-child {
  display: none;
}

h1.site-title {
  text-align: center;
  text-transform:lowercase;
  font-size: 45px;
  margin-bottom: 16px;
  letter-spacing: 3px;
}

h1.site-title a {
  color: white;
}

.page h1 {
  text-align: left;
  margin-bottom: 20px;
}

h2.description {
  text-align: center;
  font-size: 22px;
  color: #FFF3B6;
  letter-spacing: 1px;
}

.post-list h2 {
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.2;
}

.post-list p {
  margin-bottom: 0;
  color: #7D7743;
}

.page-content img {
  display: block;
  margin: 10px auto 30px;
  max-width: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.date {
  color: #8A7B2A;
}

.sidebar {
  position: fixed;
  color: white;
  width: 33%;
  height: 100%;
  float: left;
  padding:50px 15px;
  background: #5C5AA3;
}

.page-content {
  width: 67%;
  float: right;
}

.post,
.page {
  margin-bottom: 50px;
}

/* Animate the right part of the screen on page load, reference:
   http://stackoverflow.com/questions/11679567/using-css-for-fade-in-effect-on-page-load */

.wrapper {
  padding: 40px 80px 10px;
  background: #F8F8F8;

  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: fadein 2s; /* Firefox < 16 */
      -ms-animation: fadein 2s; /* Internet Explorer */
       -o-animation: fadein 2s; /* Opera < 12.1 */
          animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.wrapper ul {
  margin-bottom: 10px;
  list-style-position: inside;
}

.sidebar ul {
  list-style-type: none;
  text-align: center;
  margin-bottom: 20px;
}

.left-menu ul li {
  display: inline-block;
  padding: 0;
  margin: 0 10px 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.left-menu ul a {
  color: #eee;
}

.left-menu ul a:hover {
  color: #eee;
}

button.quantity {
  margin-right: 12px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  color: #eee;
  background: #524094;
  border: none;
  cursor: default;
  padding-bottom: 1px;
}

button {
  width: 75px;
  height: 25px;
  font-size: 14px;
  border: 1px solid #C7C2A5;
  border-radius: 12px;
  color: #B8A433;
  background: #FFF;
  cursor: pointer;
}

button:focus {
  outline: none;
}

.pagination-right {
  float: right;
}

.pagination-left,
.pagination-right {
  margin-bottom: 20px;
}

.footer {
  padding: 20px 0 6px;
  color: white;
  text-align: center;
  background: #9D9870;
}

.footer p {
  color: white;
  font-weight: 300;
}

.page-content .footer a {
  color: white;
}

/* media queries */

@media screen and (max-width : 1100px) {

  .wrapper {
    padding: 30px;
  }

}

@media screen and (max-width : 900px) {

  .page-content {
    width: 60%;
  }

  .sidebar {
    width: 40%;
  }

  .post,
  .page {
    margin-bottom: 40px;
  }

}

@media screen and (max-width: 767px) {

  .sidebar {
    width: 100%;
    float: none;
    height: auto;
    position: static;
    padding: 20px 15px;
    border-right: none;
  }

  .sidebar ul,
  .sidebar li {
    margin-bottom: 0;
  }

  .page-content {
    width: 100%;
    float: none;
  }

  .wrapper {
    padding: 15px;
  }

  .categories {
    display: none;
  }

}