body {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #212529;
    background-color: #fff
}

@font-face {
    font-family: 'Open Sans';
    src: url('./../assets/fonts/OpenSans-Regular.ttf');
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit
}

h1,
.h1 {
    font-size: 2.5rem
}

h2,
.h2 {
    font-size: 2rem
}

h3,
.h3 {
    font-size: 1.75rem
}

h4,
.h4 {
    font-size: 1.5rem
}

h5,
.h5 {
    font-size: 1.25rem
}

h6,
.h6 {
    font-size: 1rem;
}

h6.my-4 {
    margin-top: 0px !important;
    color: white;
    font-size: 2px;
}

.lead {
    font-size: 1.3rem;
    font-weight: 300
}

hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.text-big {
    font-size: 1.4em;
    font-weight: 300;
    line-height: 1.8em;
    color: #111;
}

section {
    padding-top: 50px;
    padding-bottom: 30px;
    overflow-x: hidden
}

section.divider {
    padding-top: 400px;
    min-height: 700px;
    color: #fff
}

.h1 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    font-size: 2.5rem;
}

.breadcrumb {
    background: white;
}

ol.breadcrumb {
    padding: 10px 0px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}


/* section {
   
} */

section.latest-posts header {
    margin-bottom: 50px
}

a.bloglead-link {
    color: inherit !important;
    text-transform: uppercase;
    font-size: 1em;
    text-decoration: none !important;
    margin-top: 20px;
    font-weight: 300
}

a.bloglead-link::after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

a.bloglead-link:hover {
    color: #999 !important
}

a.bloglead-link:hover::after {
    background: #999
}

a.dropdown-item:link {
    color: #212529;
    font-weight: normal;
}

a.dropdown-item:visited {
    color: #212529;
}

a.disabled {
    pointer-events: none;
    color: lightgray !important;
}


/* 
a:link.blogpost {
    color: #555;
}

a:visited.blogpost {
    color: #555;
} */

.blogpost-meta {
    margin: 10px 0;
    font-size: 0.8em
}

.blogpost-meta .date {
    text-transform: uppercase;
    font-weight: 400
}

.blogpost-meta .date::after {
    display: none
}

.blogpost p:not(.lead) {
    font-weight: 400;
    color: #777;
    font-size: 0.95em
}

.blogpost a {
    text-decoration: none
}

.blogpost a:hover,
.blogpost a:focus {
    text-decoration: none
}

.blogpost h3 {
    line-height: 1.1em;
    color: #222;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 1rem
}

.blogpost h3:hover {
    color: #555
}

.blogpost .category a {
    color: #999;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none
}

.blogpost .date {
    letter-spacing: 0.05em;
    font-weight: 400;
    text-transform: uppercase;
    color: #aaa
}

.blogpost .avatar {
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px
}

.blogpost .title,
.blogpost .date,
.blogpost .comments,
.blogpost .views {
    font-weight: 400;
    color: #999;
    text-transform: capitalize
}

.blogpost .title i,
.blogpost .date i,
.blogpost .comments i,
.blogpost .views i {
    margin-right: 5px;
    font-size: 1.1em
}

.blogpost .title::after,
.blogpost .date::after,
.blogpost .comments::after,
.blogpost .views::after {
    content: '|';
    display: inline-block;
    margin: 0 7px;
    font-size: 0.9em;
    color: #ccc
}

.blogpost .blogpost-tags {
    margin-top: 30px
}

.blogpost .blogpost-tags .tag {
    padding: 5px 25px;
    border: 1px solid #ddd;
    margin: 5px;
    color: #777;
    font-size: 0.75em;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px
}

.blogpost .blogpost-tags .tag:hover {
    background: #999;
    color: #fff;
    border-color: #999
}

.blogpost .meta-last::after {
    display: none
}

.categorytitle {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
    padding: 0 0 10px;
}

.card-header {
    background-color: transparent;
    border: transparent !important;
    ;
}

.page-header {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    font-size: 2rem;
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}


/* .more-link,
.more-from-category a {
    background: #eee;
    font-weight: 400;
} */

.more-from-category-lead a {
    margin: 0 auto 40px;
}

a.more-link,
.more-from-category-lead a {
    background: #f5f5f5;
    color: #010101;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 3px 8px;
    text-decoration: none;
    text-transform: uppercase;
}

.more-from-category a {
    margin: 0 auto 40px;
}

a.more-link,
.more-from-category a {
    background: #f5f5f5;
    /* color: #010101; */
    color: #a1b7ce;
    display: table;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 3px 8px;
    text-decoration: none;
    text-transform: uppercase;
}

.more-from-category {
    clear: both;
    display: block;
    float: none;
    text-align: center;
}

.blogpost-category {
    color: #999;
    letter-spacing: 0.02em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

a:link.blogpost-all {
    color: #b8c54b;
    font-size: 20px;
}

a:visited.blogpost-all {
    color: #b8c54b;
}

a:link.blogpost {
    color: #b8c54b;
    font-size: 15px;
}

a:visited.blogpost {
    color: #b8c54b;
}

a:link.blogpost-noncolored {
    font-size: 15px;
    color: #777;
}

a:visited.blogpost-noncolored {
    color: #777;
}

a.blogpost-noncolored {
    color: #777;
}

.blogpost-colored {
    color: #b8c54b;
}

.fa {
    padding: 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 20%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    /* background: #3B5998; */
    /* color: white !important; */
    color: black !important;
}

.fa-twitter {
    /* background: #55ACEE;
    color: white !important;
    ; */
    color: black !important;
}

.fa-pinterest {
    /* background: #cb2027;
    color: white !important;
    ; */
    color: black !important;
}

.fa-whatsapp,
.fa-envelope {
    color: black !important;
}

@media (max-width: 767px) {
    .blogpost {
        margin-bottom: 40px
    }
    a:visited.blogpost-noncolored {
        color: #b8c54b;
        margin: 40px;
    }
    a:link.blogpost-noncolored {
        color: #b8c54b;
        margin: 40px;
        /* margin-top: 40px;
        margin-bottom: 40px */
    }
    .blogpost-colored {
        color: #b8c54b;
    }
    .blogpost:last-of-type {
        margin-bottom: 0
    }
    .fa {
        font-size: 26px;
        text-align: center;
        text-decoration: none;
    }
    a:visited.social {
        margin: 20px;
    }
    a:link.social {
        margin: 20px;
    }
}