/**
 * The developer version. unpacked and readable
 */
.site-container {
    margin-top: 40px;
}

.site-container .sidebar {
    width: 430px;
    float: right;
}

.site-container .content {
    width: calc(100% - 430px - 50px)
}

.site-container .content.homepage-recent img {
	width: 100%;
}

.post-title {
    margin-top: 5px;
}

.post-title a {
    font-weight: bold;
    color: #000 !important;
}

.entry-meta {
    background-image: url('../img/dashes.png');
    background-position: center top;
    background-repeat: repeat-x;
    background-size: 11px;
    padding: 20px 0;
}

.entry-meta span {
    display: block
}

.post-short .post-title a {
    font-size: 24px;
}

.site-container + .site-container  {
    background-image: url('../img/dashes.png');
    background-position: center top;
    background-repeat: repeat-x;
    background-size: 11px;
    padding-top: 50px;
    margin-top: 50px;
}

.post-meta {
    margin: 10px 0;
}

.post-meta a {
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
}

.posts-all {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.posts-all .post {
    width: calc(50% - 25px);
    margin-bottom: 40px;
}

.posts-all .post:nth-child(2n - 1) {
    margin-right: 30px;
}

.sidebar .widget-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.sidebar .social-img {
	width: 40px;
	margin: 10px 10px 0 0;
	transition: .3s;
}

.sidebar .social-img:hover {
	opacity: .7;
}

.sidebar .widget_recent_entries ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.sidebar .widget_recent_entries a {
    font-size: 18px;
    list-style: none;
    font-weight: bold;
    color: #000;
    margin-top: 16px;
    display: block;
}

.sidebar .widget_recent_entries a:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background-color: #b40202;
    margin-top: 20px;
    line-height: 23px;
}

.sidebar .widget_recent_entries li:last-child a:after {
    content: none;
}

.sidebar aside {
    background-image: url('../img/dashes.png');
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 11px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.sidebar aside:last-child {
    background-image: none;
}

.single h1, .site-container h1 {
    font-size: 34px;
    font-weight: 700;
    color: #000;
}

.site-container h1 {
	margin-bottom: 40px;
}

.single h1 {
	margin-bottom: 10px;
}

.single div.entry-meta {
    display: flex;
    background-image: none;
	flex-wrap: wrap;
}

.single div.entry-meta .cat-links {
	width: 100%;
	margin-bottom: 15px;
}

.single div.entry-meta > .cat-links:after {
	display: none;
}

.single div.entry-meta .cat-links a {
    font-size: 15px;
    font-weight: 600;
}

.single div.entry-meta > span:not(span:last-child):after {
    content: '/';
    color: #cbcbcb;
    margin: 0 10px;
}

.single footer.entry-meta {
    background-image: url('../img/dashes.png'), url('../img/dashes.png');
    background-position: center top, center bottom;
    background-repeat: repeat-x;
    background-size: 11px;
    padding: 20px 0;
    margin: 40px 0;
}

.single footer.entry-meta .post-footer {
    display: flex;
    justify-content: space-between;
}

.single footer.entry-meta .cat-author {
    display: flex;
    align-items: center;
}

.single footer.entry-meta .cat-author img {
    border-radius: 100px;
    overflow: hidden;
}

.single footer.entry-meta .cat-author strong {
    margin-left: 20px;
    color: #000;
}

.single footer.entry-meta .navigation {
    flex: 1;
    background: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.single footer.entry-meta .navigation .align-right a,
.single footer.entry-meta .navigation .align-left a {
    font-weight: 500;
    color: #000;
}

.single footer.entry-meta .navigation .align-left {
    margin-right: 20px;
}

.single footer.entry-meta .navigation .align-left a {
    background-image: url('../img/chevron-left.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 7px;
    padding-left: 15px;
}

.single footer.entry-meta .navigation .align-right a {
    background-image: url('../img/chevron-right.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 7px;
    padding-right: 15px;
}

.single #comments {
    margin-bottom: 100px;
}

.validation {
	padding: 5px;
	margin-bottom: 5px;
	background-color: #ffcccc;
}

.validation p {
	font-weight: bold;
}

.single .comment-respond {
    background: #f4f4f4;
    padding: 40px;
	position: relative;
}

.single .comment-respond #cancel-comment-reply-link {
	position: absolute;
	top: 30px;
	right: 30px;
}

.single .comment-respond .comment-reply-title {
    font-size: 34px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.single .comment-respond .comment-notes,
.single .comment-respond .logged-in-as {
    text-align: center;
}

.single .comment-respond label {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
    display: block
}

.single .comment-respond input,
.single .comment-respond textarea {
    border: none;
    padding: 15px 20px;
    font-size: 17px;
    height: auto;
}

.single .form-submit {
    text-align: right;
}

.single .form-submit .submit {
    background-color: #a10102;
    color: #fff;
    font-weight: 800;
    margin-top: 20px;
}

.commentlist {
	padding-left: 0;
}

.commentlist .comment.depth-1 {
	background-image: url(../img/dashes.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	background-size: 11px;
	padding: 0 0 20px;
	margin: 0 0 35px;
}

.commentlist .comment {
	list-style: none;
}

.commentlist .comment .comment-meta {
	display: flex;
}

.commentlist .comment  .post-content {
	margin-top: 20px;
}

.commentlist .comment .comment-meta .comment-header-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 10px;
}

.commentlist .comment .children .comment {
	margin-top: 20px;
}

.pagination {
    text-align: right;
    margin-bottom: 50px;
}

.pagination a {
    color: #000 !important;
}

.pagination .page-numbers {
    margin: 0 5px;
}

.pagination .current {
    font-weight: 700;
}

.syntaxhighlighter table td.code .container .line {
    padding: 3px 0 !important;
}

.syntaxhighlighter table tr td.gutter .line {
    padding: 3px 0.5em 3px 0 !important;
}

.rp4wp-related-posts ul {
    float: none !important;
}

.entry-content .rp4wp-related-posts {
	display: none;
}

.homepage-recent .image-container img {
	width: 100%;
}

.rp4wp-related-posts ul > li {
    display: flex;
    flex-direction: column;
}

.rp4wp-related-post-content a {
    font-weight: bold;
    color: #000 !important;
    font-size: 26px;
}

.rp4wp-related-post-image {
    width: 100% !important;
    padding-right: 0 !important;
}

.rp4wp-related-posts h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.simplesocialbuttons {
	margin-bottom: 20px !important;
}

.simplesocialbuttons button {
	border: none !important;
	padding: 10px !important;
	height: 10px !important;
}

.simplesocialbuttons button:after {
	content: none !important;
}

.simplesocialbuttons .simplesocial-twt-share {
	background: url('../img/black-twitter-sm.png') !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.simplesocialbuttons .simplesocial-linkedin-share {
	background: url('../img/black-linkedin-sm.png') !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.simplesocialbuttons .simplesocial-fb-share {
	background: url('../img/black-facebook-sm.png') !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.search-results .widget_rp4wp_related_posts_widget {
	display: none;
}

.sidebar-widget.featured-articles-widget {
	display: none;
}

body.home .sidebar-widget.featured-articles-widget {
	display: block;
}

@media (max-width: 1300px) {
	.site-container .sidebar {
		width: 270px;
	}

	.site-container .content {
		width: calc(100% - 270px - 50px);
	}
}

@media (max-width: 812px) {
    .site-container.top-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .site-container.top-container + .site-container.top-container {
        flex-direction: column;
    }

    .site-container .content {
        width: 100%;
    }

    .site-container .sidebar {
        width: 100%;
    }

    .home .site-container .sidebar {
        order: 2;
    }

    .posts-all .post {
        margin-right: 0;
        width: 100%;
    }

    .single div.entry-meta {
        flex-direction: column
    }

    .single div.entry-meta > span:not(span:last-child):after {
        content: none;
    }

    .single .comment-respond {
        padding: 20px;
    }

    .single .comment-respond .comment-reply-title {
        font-size: 25px;
    }
}
