@charset "utf-8";

body {
    background-image: url("./././../../../data/editor/main-bg.png");
    background-color: #f3f4f4;
    background-attachment: fixed;
}


p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #58585B;
}

a {
    color: #de2626;
}



a:hover {
    text-decoration: none;
    transition: 0.2s;
    color: #98c1d9
}

.white-text {
    color: #fff;
}

.gray-text {
    color: #58585B;
}

.text-12 {
    font-size: 12px;
}

.text-14 {
    font-size: 14px;
}

.text-15 {
    font-size: 15px;
}

.text-16 {
    font-size: 16px;
}

.text-18 {
    font-size: 18px;
}

.text-24 {
    font-size: 24px;
}

.text-28 {
    font-size: 28px;
}

.pattern-bg {
    background-attachment: fixed;
}

.main-title {
    font-family: 'Lobster', cursive;
    color: #80c5bf
}

.latest-post-content {
    background-color: #fff;
}

.post-title {
    font-size: 22px;
    font-weight: bold;
}

.main-btn {
    background-color: #E56464;
    color: #fff;
}

.main-btn:hover {
    background-color: #924343;
}

.cat-key::before {
    content: "";
    display: block;
    display: inline-block;
    width: 8px;
    height: 30px;
    background-color: #80c5bf;
    margin-right: 15px;
}

.bg-white {
    background-color: #fff;
    word-wrap: break-word;
}

.cat-post-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-me-wrapper {
    background-color: #fff;
}

.gray-btn {
    background-color: #58585B;
    color: #fff;
    padding: 10px 13px;
    border-radius: 30px;
}

.gray-btn:hover {
    background-color: #606060;
}

.blue-text {
    color: #98C1D9;
}

.side-post-title {
    font-size: 15px;
    font-weight: bold;
}

.post-thumbnail {
    width: 100%;
    height: 60px;
    object-fit: cover;
}

.border-btm {
    border-bottom: 1px solid #E6E7E8;
    padding-top: 50px
}

.wrapper-advertise {
    background-color: #e5e5e5;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

a:hover > p {
    transition: 0.2s;
    color: #98c1d9
}

.pagination {

    justify-content: center;
}

.height-100 {
    height: 100%;
}

.inner-post-thumbnail {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.overflow-bg > .row {
    padding-left: 1rem;
    padding-right: 1rem;
}

.bg-green{
    background-color: #80c5bf;
    color: #fff;
}
