body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #3c484e;
}
#topbar {
    background: #3fbbc0;
    color: #fff;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    z-index: 996;
    transition: all 0.5s;
}
#footer {
    background: #60a5da;
}
.logo img{
	height: 100%;
	width: 100%;
	max-width: 100px;
	padding: 10px;
}

.post-full-title {
    font-size: 4rem;
    font-weight: 700;
}
.post-full-content {
    font-size: 1.2rem;
    line-height: 1.9em;
    padding: 20px 10%;
}

.post-full-content {
    font-size: 1.2rem;
    line-height: 1.9em;
}
.post-full-header{text-align:center;padding: 30px 0 36px;}

.post-full-image {
    position: relative;
    width: 100%;
    padding-bottom: 55%;
    margin: 0;
    background: #c5d2d9 50%;
    background-size: cover;
    border-radius: 3px;
}
.post-full-image {
    background-color: #fff;
    background-repeat: no-repeat;
}
.post-full-meta-filed {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.5;
    color: #999;
    font-weight: 600;
    letter-spacing: .3px;
}
.post-full-meta-filed a{
	color: #999;
	text-decoration:none;
}

.kg-gallery-card, .kg-image-card {
       padding: 0 2em;
}
.kg-image-card figcaption {
    color: #54666d;
    text-align: center;
	font-size: 80%;
}
blockquote, figcaption {
    font-style: italic;
}

h1,h2,h3,h4{
	font-weight:700;
}
li {
    margin: 0.5em 0;
    padding-left: 0.3em;
    line-height: 1.6em;
}



/* ////////////////////// */
.post-feed {
    margin-top: 0;
}
.post-card, .post-feed {
    display: -ms-flexbox;
    display: flex;
}
.post-feed {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.post-card {
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    margin: 0 20px 40px;
    min-height: 300px;
    background: #fff 50%;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 8px 14px 38px rgba(39,44,49,.06), 1px 3px 8px rgba(39,44,49,.03);
    transition: all .5s ease;
}
.post-card-image-link {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.post-card-image {
    width: auto;
    height: 200px;
    background: #c5d2d9 no-repeat 50%;
    background-size: cover;
}
.post-card-content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.post-card-content-link {
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    padding: 25px 25px 0;
    color: #15171a;
	text-decoration:none;
}
.post-card-excerpt {
    font-family: athelas,Georgia,serif;
}
.post-card-tags {
    display: block;
    margin-bottom: 4px;
    color: #738a94;
    font-size: 1rem;
    line-height: 1.15em;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.post-card-title {
    margin-top: 0;
	font-size:1.5em;
}
.post-card-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 25px 25px;
}
.author-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    margin: 0;
    padding: 0;
    list-style: none;
}
.author-list-item {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}
.author-list-item:first-child {
    z-index: 10;
}
.author-name-tooltip {
    position: absolute;
    bottom: 105%;
    z-index: 999;
    display: block;
    padding: 2px 8px;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: .2px;
    white-space: nowrap;
    background: #15171a;
    border-radius: 3px;
    box-shadow: 0 12px 26px rgba(39,44,49,.08), 1px 3px 8px rgba(39,44,49,.03);
    opacity: 0;
    transition: all .3s cubic-bezier(.4,.01,.165,.99);
    transform: translateY(6px);
    pointer-events: none;
}

.static-avatar {
    margin: 0 -5px;
    width: 34px;
    height: 34px;
}
.moving-avatar, .static-avatar {
    display: block;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 100%;
}
.author-profile-image, .avatar-wrapper {
    display: block;
    background: #e3e9ed;
    border-radius: 100%;
    object-fit: cover;
}

.post-card:hover {
    box-shadow: 8px 28px 50px rgba(39,44,49,.07), 1px 6px 12px rgba(39,44,49,.04);
    transition: all .4s ease;
    transform: translate3D(0,-1px,0) scale(1.02);
}
.post-card-content-link:hover {
    text-decoration: none;
	    color: inherit;
}

.site-header-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10vw 4vw;
    min-height: 200px;
    max-height: 450px;
    text-align: center;
}
.site-header-content {
    padding: 1vw 4vw;
    padding-top: 0;
    min-height: 0;
}
.tag-template .site-header-content {
    color: #333;
    padding-bottom: 0;
}
.site-title {
        font-size: 3rem;
    font-weight: 600;
    z-index: 10;
    color: #000;
}
.site-description {
        margin: 0 0 1em;
    font-size: 1.5rem;
    font-weight: 400;
    z-index: 0;
    color: #666;
}