/* Blog List */

.BlogListContainer {
    display: flex;
    flex-direction: column;
    width: calc(100% - 350px) !important;
    vertical-align: top;
}

.BlogListWrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 1.5rem;
    width: 95%;
    height: auto;
    vertical-align: top;
    outline: 1px solid #ccc;
    background: rgba(230, 230, 230, 0.2);
    margin: 1rem;
}

.BlogListWrapper .read,
.BlogListWrapper .btn {
    display: inline-flex;
    align-items: baseline;
    background-color: #054e3a;
    border-color: #054e3a;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    font-size: .75rem;
    letter-spacing: .1rem;
    padding: .575rem 1.75rem;
    transition: color .3s ease, background .3s ease;
    border: 2px solid transparent;
    line-height: 1.4;
    cursor: pointer;
    width: 150px;
    margin-top: 15px;
}

.BlogListWrapper .read:focus,
.BlogListWrapper .read:hover,
.BlogListWrapper .btn:focus,
.BlogListWrapper .btn:hover {
    background-color: #fff;
    text-decoration: none;
    color: #054e3a;
}

/* Only apply the border gap for all posts except for the first post */

.BlogListImage {
    flex: 0 0 40%;
}

.BlogListImage img {
    object-fit: cover;
    width: 98%;
}

.BlogListContent {
    flex: 1;
}

.BlogListTitle {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.BlogListTitle a {
    text-decoration: none;
    font-weight: normal;
}

.BlogListDescription {
    line-height: 1.5;
}

.break {
    flex-basis: 100%;
    width: 0;
}

/* Blog Post */

.BlogContainer {
    display: flex;
    flex-direction: column;
    position: relative;
    display: inline-block;
    float: left;
    width: calc(100% - 350px) !important;
    vertical-align: top;
}

.BlogLinkTreeDelimiter {
    margin: 0 5px;
}

.BlogTitle {
    font-size: 32px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}

.BlogInfoContainer {
    margin-bottom: auto;
    margin-top: auto;
    padding: 15px 10px;
    min-height: 66px;
    display: flex;
    flex-direction: row;
    flex: 0 0 100%;
    flex-wrap: wrap;
    text-transform: none;
    font-weight: normal;
}

.BlogInfoContainer>* {
    flex: 1 1 25%;
}

.BlogInfoWrapper {
    width: 25%;
}

.BlogInfoHeading,
.BlogInfoValue {
    text-align: left;
    color: #302c2d;
    font-size: 12px;
    padding: 2px 0;
}

.BlogInfoValue .fa,
.BlogInfoValue .far,
.BlogInfoValue .fas {
    color: #302c2d;
    padding-right: 5px;
}

.BlogContent {
    flex-direction: column;
    min-height: 300px;
    margin-bottom: 70px;
}

/* Blog Comments */

.BlogCommentFormContainer {
    position: relative;
    display: block;
    float: right;
    vertical-align: top;
    width: 300px;
    padding: 10px;
    margin: 20px 0 10px 0;
    background-color: #EEEEEE;
}

.BlogCommentFormContainer h2 {
    font-size: 32px;
}

.BlogCommentFormSubmit input[type='submit'] {
    position: relative;
    display: block;
    margin: 35px 0 50px 0;
    padding: 8px 12px 8px 16px;
    width: 215px;
    background: #282828;
    color: #ffffff;
    text-transform: uppercase;
}

.BlogCommentFormSubmit input[type='submit']:hover,
.BlogCommentFormSubmit input[type='submit']:focus {
    background-color: var(--primary);
    border-color: var(--primary)1;
}

.BlogCommentContainer {
    flex-direction: column;
    position: relative;
    display: flex;
    float: left;
    width: 100%;
    vertical-align: top;
}

.BlogCommentContainer li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.BlogCommentWrapper {
    border: 1px solid #ddd;
    width: 90%;
    padding: 10px;
}

.BlogCommentHeader {
    font-weight: bold;
    padding-bottom: 10px;
    color: #989898;
}

.BlogCommentHeader .small {
    font-size: 13px;
}

.BlogCommentBody {
    color: #707679;
    font-size: 16px;
}

.BlogCommentFooter {
    padding-top: 10px;
    margin-top: 10px;
    text-align: right;
}

.BlogCommentFooter .small {
    font-size: 13px;
}

.BlogCommentFooter a {
    font-weight: bold;
    color: #bd9d63;
}

#CommentReply {
    margin-left: 20px;
    width: 300px;
    float: right;
}

#CommentReply .small {
    font-size: 14px;
}

.BlogCommentErrorWrapper {
    border: 1px solid red;
    width: 250px;
    padding: 10px;
    margin-bottom: 15px;
}

.BlogCommentErrorHeading {
    font-size: 18px;
    margin-bottom: 5px;
}

/* Blog Right Column */

.postsright {
    position: relative;
    display: block;
    float: right;
    vertical-align: top;
    width: 300px;
    margin-left: 20px;
}

.postsright h4 {
    font-size: 32px;
}

.postsright ul {
    list-style-type: none;
    padding-inline-start: 0;
}

.postsright li {
    line-height: 2;
}

.postsright li::before {
    display: none;
}

.btn-info {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn:hover,
.btn:focus {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff;
    text-decoration: none;
}

.btn-link:hover {
    color: #000;
    text-decoration: underline;
    background: #fff;
    border: 0;
}

/*
.btn-light 
{
    color: #054e3a;
    background-color: #fff;
    border-color: #fff;
	text-transform:none;
	font-weight:normal;
	font-weight:600;
}
*/

.btn-light2 {
    color: #fff;
    background-color: #054e3a;
    border-color: #054e3a;
    text-transform: none;
    font-weight: normal;
    font-weight: 600;
}

.btn-light2:hover,
.btn-light2:focus {
    background-color: #fff;
    border-color: #054e3a;
    color: #054e3a;
    text-decoration: none;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block+.btn-block {
    margin-top: 0.5rem;
}

.posts_tags {
    margin: 20px 0;
}

.post-list-tag {
    margin-right: .1rem;
    margin-bottom: .4rem;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 0.25rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-outline-info {
    color: #111;
    font-weight: normal;
    background-color: transparent;
    background-image: none;
    border: 1px solid #060a22;
    text-transform: none;
}

.popular_posts {
    padding: 20px 0;
    border-top: 3px solid #dfdfdf;
    border-bottom: 3px solid #dfdfdf;
}

.popular_posts .btn {
    display: block;
}

.popular_posts a::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 800;
    margin-left: -20px;
    margin-right: 10px;
}

.posts_categories .btn {
    display: block;
}

.posts_categories a::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 800;
    margin-left: -20px;
    margin-right: 10px;
}

section.available-from {
    clear: both !important;
}

@media (max-width: 960px) {
    .BlogListImage {
        flex: 0 0 100%;
    }
}

@media (max-width: 820px) {
    .BlogListContainer,
    .BlogContainer {
        width: calc(100% - 300px) !important;
    }
    .postsright {
        width: 250px;
    }
}

@media (max-width: 640px) {
    .BlogListWrapper {
        width: calc(90% - 6%);
    }
    .BlogListContainer,
    .BlogContainer {
        width: 100% !important;
        padding: 10px 0;
    }
    .postsright {
        width: 96%;
        margin: 0 2%;
    }
}