/*
Theme Name:  Marlene
Theme URI:   http://design.davidrozando.com/?demo=pixie-wp
Description: Mattes & Ammann "Marlene" based on Pixie
Author:      David Rozando / Bernd Rudek Design GmbH
Author URI:  http://rudek.de
Version:     1.0
License:     GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags:        white, light, two-columns, fixed-layout, custom-menu, editor-style, featured-images, translation-ready
Text Domain: pixie
*/

h1, h2, h3, h4, h5, h6 {
  color: #684a3e;
}

.entry-title {
  color: #485941;
}

.entry-content hr {
  background: #acaba8;
  width: 80px;
}

.entry-content a {
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}

.entry-content .button-accent {
  color: #427618;
  text-decoration: none;
}

.button-accent:hover {
  color: #fff;
}

.entry-content .comments-link {
  text-decoration: none;
}

.entry-content blockquote {
  color: #427618;
}

.entry-share {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
}

.marlene-article-footer {
  text-transform: none;
  text-align: center;
}

.content-section {
  padding-top: 100px;
}

#logo {
  position: absolute;
  z-index: 2;
  width: 140px;
  height: 100px;
  top: 0;
  right: 200px;
  padding: 0;
  background: url(images/logo-ma.jpg) right center no-repeat;
}

#logo a {
  width: 100%;
  height: 100%;
  position: absolute;
}

#logo a span {
  display: none;
}

.header-section a {
  color: #485941;
}

.header-collapse-toggle, .header-search-toggle {
  padding: 34px 15px;
}

.header-ma-logo {
  float: right;
  margin: 14px 30px 0 0;
  border: 0;
}

.current-menu-ancestor > a,
.current-menu-item > a {
  color: #427618;
  font-weight: 700;
}

article.sticky,
.post-related,
.widgets-section {
  background: #f8f7f2;
}

.posts-index > .sticky:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 100%;
  top: 50%;
  margin-top: -15px;
  margin-right: -15px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #f8f7f2;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.entry.sticky .sticky-badge {
  display: none;
}

.entry-content .download-link {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  height: 220px;
  background: #485941;
  text-decoration: none;
  color: #fff;
  padding: 20px 0 0 10px;
  font-weight: normal;
  margin: 0 10px 14px 0;
}

.entry-content .download-link:hover {
  background: #96c670;
}

.download-link h3 {
  margin: 0;
  padding: 0;
  color: inherit;
}

.download-link p {
  margin: 0;
  padding: 0;
  font-size: .9em;
}

@media (max-width: 991px) {
  .header-collapse {
    top: 100px;
  }

  #logo {
    right: 140px;
  }
}

@media (min-width: 992px) {
  .header-social-media-links {
    padding: 34px 15px;
  }

  .header-navigation li {
    padding: 40px 15px;
  }
}
