body,
.excerpt,
.main,
.menu-primary ul,
#site-header {
    background: #fff;
}
#menu-primary-items a,
#title-info a {
    color: #000;
}

.excerpt-container {
    background: #bfbfbf;
}

.excerpt {
  opacity: 1;
}

#site-header {
    border-color: white;
}

.mobile-menu-toggle-inner, 
.mobile-menu-toggle-inner::after, 
.mobile-menu-toggle-inner::before
{
    background-color:#A569BD;
}

.toggle-navigation {
    color: black;
}

/* Disable animation of menu on mobile. */
.menu-primary,
.menu-primary-tracks,
.title-info .site-title,
#menu-primary-items,
#site-header .site-description {
  transition: none;
  background: white;
}

/* Change font size in title of post. */
.singular .entry-title {
  font-size: 40px;
}

/* Change font size in primary menu. */
.menu-primary {
  font-size: 18px;
}

/* Better or worst comments */
.trochedalej-comment {
    border-bottom: 1px dashed;
}

.trochedalej-comment .comment-author {
    min-height: 0px;
}

.trochedalej-comment .comment-author .author-name {
    display: inline;
}

.trochedalej-comment .comment-author .comment-date {
    display: inline;
}

.trochedalej-comment .comment-reply-link {
    margin-left: 20px;
}

.comments .children {
    margin-top: 5px;
}

.trochedalej-comment-content p {}

/* Remove unwanted space between post and logo */
.main .entry-meta {
    padding-top: 0px;
}

.main .entry-header {
    padding-top: 0px;
}

.main .entry {
    padding-top: 0px;
}

/* Better gallery */
.gallery-item {
    padding: 0px;
    padding-bottom: 10px;
}

.gallery-item .gallery-caption {
    padding-top: 0px;
    margin-top: 0px;
    font-size: 14px;
}

.gallery-item .gallery-icon {
    height: 100%;
    line-height: 0;
}

.entry-content .wp-caption .wp-caption-text {
    font-size: 14px;
}

/* Space between columns in gallery */
.gallery-columns-2 .gallery-item:nth-child(1) {
    padding-right: 3px;
}

.gallery-columns-2 .gallery-item:nth-child(2) {
    padding-left: 3px;
}

.gallery-columns-1, .gallery-columns-2 {
    margin-bottom: 0px;
}

/* Fix footer */
.design-credit {
    margin-top: 0px;
}

.instagram-title {
    margin-bottom: 40px;
    font-size: 14px;
}

/* Post tile color */
.post .excerpt-container {
    background-color: #b4cee6;
}

/*.post.odd .excerpt-container {
    background-color: #87e54c;
}

.post.even .excerpt-container {
    background-color: #6699ff;
}*/

/* Tile's meta colors */
.excerpt-meta {
    color: #555555;
}

.excerpt-meta a:link {
    color: #555555;
}