/* Enter Your Custom CSS Here */
.sidebar-wrap ul {
    margin: 0 0 0;
	padding:0;
}
.blog-post-inner {
    border:none;
}

header .site-navigation .current-menu-item > a, header .site-navigation a:hover {
    background: #D7B347;
}

.categories-wrap a {
    background: #D7B347;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    padding: 6px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

a {
    color: #D7B347;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-decoration: none;
}

.author-credits{
	color: black;
}

.author-credits a{
	color: black;
}

.cat-post-item .cat-post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 0 !important;
}

.cat-post-thumbnail .cat-post-crop img{
	height: 100px;
}

@media screen and (max-width: 768px) {
  img {
    min-width: 100%;
  }
	.logo-wrap a {
    width: 80%;
    margin: auto;
    display: flex;
	}
}

 p {
    font-size: 14px;
}

@media screen and (max-width: 992px) {
	p {
    font-size: 16px;
		overflow: auto;
}
}
