.blog-post-bottom {
    margin-top: 63px;
}

.blog-post-bottom + .secondary-blog-posts {
    margin-top: 60px;
}

.blog-post-bottom .nav {
    min-height: 79px;
    display: flex;
    background: #f7f7f7;
}

.blog-post-bottom .nav .left,
.blog-post-bottom .nav .right {
    display: flex;
    align-items: center;
    flex: 0 0 230px;
    max-width: 230px;
    font-size: 16px;
    line-height: 18px;
}

.blog-post-bottom .nav .left a,
.blog-post-bottom .nav .right a {
    text-decoration: none;
}

.blog-post-bottom .nav .left a.arrow,
.blog-post-bottom .nav .right a.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
}

.blog-post-bottom .nav .left {
    padding-left: 20px;
}

.blog-post-bottom .nav .left .arrow {
    margin-right: 12px;
}

.blog-post-bottom .nav .right {
    justify-content: flex-end;
    padding-right: 20px;
}

.blog-post-bottom .nav .right .arrow {
    margin-left: 12px;
}

.blog-post-bottom .nav .social {
    flex: 1;
    padding-top: 4px;
    text-align: center;
    font-size: 16px;
    color: #8b8b8b;
}

.blog-post-bottom .nav .social .et_social_icons_container {
    display: flex;
    justify-content: center;
}

.blog-post-bottom .nav .social .et_social_inline {
    margin-top: 2px;
}

.blog-post-bottom .nav .social .et_social_inline .et_social_autowidth li {
    margin-bottom: 5px !important;
}

.blog-post-bottom .nav .social .et_social_share {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 6px;
    border-radius: 3px;
    background: gray;
    color: #ffffff;
}

.blog-post-bottom .nav .social .et_social_share:hover {
    opacity: 0.7;
}

.blog-post-bottom .nav .social .et_social_facebook .et_social_share {
    background: #3a579a;
}

.blog-post-bottom .nav .social .et_social_twitter .et_social_share {
    background: #00abf0;
}

.blog-post-bottom .nav .social .et_social_gmail .et_social_share {
    background: #dd4b39;
}

.blog-post-bottom .nav .social .et_social_linkedin .et_social_share {
    background: #127bb6;
}

.blog-post-bottom .nav .social .et_social_reddit .et_social_share {
    background: #fc461e;
}

.blog-post-bottom .taxonomy {
    display: flex;
    margin-top: 1px;
    background: #eee;
    color: #8b8b8b;
    font-size: 16px;
}

.blog-post-bottom .taxonomy .tag,
.blog-post-bottom .taxonomy .category {
    display: flex;
    align-items: center;
    flex: 0 0 50%;
    max-width: 50%;
}

.blog-post-bottom .taxonomy ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-post-bottom .taxonomy .tag {
    padding: 9px 0;
}

.blog-post-bottom .taxonomy .tag .title {
    padding-left: 20px;
    font-weight: bold;
}

.blog-post-bottom .taxonomy .tag li {
    margin: 5px 10px;
}

.blog-post-bottom .taxonomy .tag a {
    display: inline-block;
    padding: 1px 7px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #011e41;
    background: #ffffff;
    border-radius: 12px;
}

.blog-post-bottom .taxonomy .category {
    padding: 9px 14px 9px 0;
}

.blog-post-bottom .taxonomy .category .title {
    flex: 1;
    white-space: nowrap;
    padding: 0 12px;
    text-align: right;
}

.blog-post-bottom .taxonomy .category ul {
    font-size: 18px;
}

.blog-post-bottom .taxonomy .category a {
    display: inline-block;
    padding: 0 11px;
    color: #011e41;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
	.blog-post-bottom {
		margin-top: 68px;
	}

	.blog-post-bottom + .secondary-blog-posts {
		margin-top: 19px;
	}

	.blog-post-bottom .nav {
		margin-left: -15px;
		margin-right: -15px;
		flex-wrap: wrap;
		padding-top: 17px;
	}

	.blog-post-bottom .nav .left,
	.blog-post-bottom .nav .right {
		order: 1;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.blog-post-bottom .nav .left {
		padding-right: 5px;
	}

	.blog-post-bottom .nav .right {
		padding-left: 5px;
	}

	.blog-post-bottom .nav .social {
		margin-top: 15px;
		order: 3;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.blog-post-bottom .nav .arrow svg {
		width: 12px;
	}

	.blog-post-bottom .taxonomy {
		display: block;
		margin-left: -15px;
		margin-right: -15px;
		padding-bottom: 25px;
	}

	.blog-post-bottom .taxonomy .tag,
	.blog-post-bottom .taxonomy .category {
		max-width: unset;
	}

	.blog-post-bottom .taxonomy .tag {
		align-items: flex-start;
		padding-top: 6px;
	}

	.blog-post-bottom .taxonomy .tag .title {
		padding-top: 24px;
		padding-left: 25px;
	}

	.blog-post-bottom .taxonomy .tag ul {
		margin-left: 9px;
		margin-top: 10px;
	}

	.blog-post-bottom .taxonomy .tag li {
		margin: 14px 15px;
	}

	.blog-post-bottom .taxonomy .category {
		display: block;
		padding-top: 7px;
		padding-left: 25px;
		padding-right: 25px;
		text-align: center;
	}

	.blog-post-bottom .taxonomy .category .title,
	.blog-post-bottom .taxonomy .category ul,
	.blog-post-bottom .taxonomy .category li {
		display: inline-block;
	}

	.blog-post-bottom .taxonomy .category ul {
		margin-top: 18px;
	}
}
