/****** CSS For Pages ******/
body:not(.single-post) .entry-content mark, 
body:not(.single-post) .entry-content .mark {
    padding: 0;
}
body:not(.single-post) .entry-content .has-text-align-left {
    text-align: left;
}
body:not(.single-post) .entry-content .has-text-align-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
body:not(.single-post) .entry-content .has-text-align-right {
    text-align: right;
}
body:not(.single-post) .entry-content .alignleft {
    float: none;
    text-align: left;
    margin-right: auto;
    margin-bottom: 0;
}
body:not(.single-post) .entry-content img.centered, 
body:not(.single-post) .entry-content .aligncenter, 
body:not(.single-post) .entry-content div.aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
body:not(.single-post) .entry-content .alignright {
    float: none;
    text-align: right;
    margin-left: auto;
    margin-bottom: 0;
}
body:not(.single-post) .entry-content .is-content-justification-left {
    justify-content: flex-start;
}
body:not(.single-post) .entry-content .is-content-justification-center {
    justify-content: center;
}
body:not(.single-post) .entry-content .is-content-justification-right {
    justify-content: flex-end;
}
body:not(.single-post) .entry-content .wp-block-button {
    display: flex;
    justify-content: inherit;
    align-items: inherit;
    width: 100%;
}
body:not(.single-post) .entry-content .wp-block-button__link {
    min-width: 40%;
    max-width: 50%;
    font-family: "Kanit", sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-decoration: unset;
    letter-spacing: 0.7px;
    border-radius: 12px;
    box-shadow: 0 2px 2px 2px #0000002e;
    cursor: pointer;
    padding: 15px 30px;
    margin: 0 auto;
    background: rgb(122, 163, 203);
    background: linear-gradient(90deg, rgba(122, 163, 203, 1) 30%, rgba(99, 152, 203, 1) 100%);
    transition: all .25s ease-in-out;
}
body:not(.single-post) .entry-content .wp-block-button__link:after {
    content: "\27A4";
    position: relative;
    top: 1px;
    margin-left: 12px;
}
body:not(.single-post) .entry-content .remove-arrow .wp-block-button__link {
    padding: 15px 30px;
}
body:not(.single-post) .entry-content .remove-arrow .wp-block-button__link:after {
    display: none;
}
body:not(.single-post) .entry-content .wp-block-button__link:hover {
    color: #fff;
    box-shadow: 0px 4px 8px 3px #0000002b;
    transform: translateY(-4px);
}
body:not(.single-post) .entry-content .btn-addline .wp-block-button__link {
    display: flex;
    align-items: center;
    min-width: unset;
    max-width: 208px;
    width: fit-content;
    line-height: 1;
    letter-spacing: 2px;
    text-align: left;
    margin: 0;
    padding: 3px 18px 3px 8px;
    border-radius: 60px;
    background: #00c300;
    box-shadow: 0 2px 3px 1px #00000059;
}
body:not(.single-post) .entry-content .btn-addline .wp-block-button__link:before {
    content: "";
    display: inline-flex;
    min-width: 40px;
    width: 40px;
    height: 40px;
    margin-right: 6px;
    background-image: url(https://www.vsquareconsult.com/wp-content/uploads/2020/09/PNG_Icon_Line.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
body:not(.single-post) .entry-content .btn-addline .wp-block-button__link:after {
    display: none;
}
body:not(.single-post) .entry-content .btn-article .wp-block-button__link {
    padding: 15px 30px;
    border-radius: 50px;
    background: #5ba2ff;
}
body:not(.single-post) .entry-content .btn-article .wp-block-button__link:after {
    display: none;
}
body:not(.single-post) .entry-content .btn-blog .wp-block-button__link {
    min-width: unset;
    max-width: unset;
    font-size: 27px;
    line-height: 1.4;
    color: #435b99;
    font-weight: 400;
    letter-spacing: normal;
    padding: 13px 28px 14px;
    border-radius: 12px;
    border: 2px solid #5ba2ff;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .25);
    transform: none;
}
body:not(.single-post) .entry-content .btn-blog .wp-block-button__link b, 
body:not(.single-post) .entry-content .btn-blog .wp-block-button__link strong {
    font-weight: 500;
    color: #5ba2ff;
    transition: color .25s ease;
}
body:not(.single-post) .entry-content .btn-blog .wp-block-button__link:after {
    display: none;
}
body:not(.single-post) .entry-content .btn-blog .wp-block-button__link:hover {
    color: #fff;
    background: #5ba2ff;
}
body:not(.single-post) .entry-content .btn-blog .wp-block-button__link:hover b, 
body:not(.single-post) .entry-content .btn-blog .wp-block-button__link:hover strong {
    color: #fff;
}
body:not(.single-post) .entry-content .kb-button.kt-button {
    margin: 30px 0 0;
    padding: 13px 28px 14px;
    border-radius: 12px;
    border: 2px solid #5ba2ff;
    background-color: #fff !important;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .25);
}
body:not(.single-post) .entry-content .kb-button.kt-button:before {
    display: none;
}
body:not(.single-post) .entry-content .kb-button.kt-button .kt-btn-inner-text {
    font-size: 27px;
    line-height: 1.4;
    color: #435b99;
    font-weight: 400;
}
body:not(.single-post) .entry-content .kb-button.kt-button .kt-btn-inner-text b, 
body:not(.single-post) .entry-content .kb-button.kt-button .kt-btn-inner-text strong {
    color: #5ba2ff;
}
body:not(.single-post) .entry-content .wp-block-kadence-column {
    margin-bottom: 30px;
}
/****** End CSS For Pages ******/
@media (max-width: 767px) {
    /****** CSS For Pages ******/
    body:not(.single-post) .entry-content .wp-block-button__link {
        min-width: 70%;
        max-width: 100%;
        font-size: 14px;
        letter-spacing: 0.7px;
        border-radius: 8px;
        box-shadow: 0 2px 2px 2px #0000002e;
        padding: 12px 20px;
    }
    body:not(.single-post) .entry-content .wp-block-button__link:after {
        top: 1px;
        margin-left: 10px;
    }
    body:not(.single-post) .entry-content .remove-arrow .wp-block-button__link {
        padding: 12px 20px;
    }
    body:not(.single-post) .entry-content .remove-arrow .wp-block-button__link:after {
        display: none;
    }
    body:not(.single-post) .entry-content .wp-block-button__link:hover {
        color: #fff;
        box-shadow: 0 2px 2px 2px #0000002e;
        transform: translateY(0);
    }
    body:not(.single-post) .entry-content .wp-block-button__link:active {
        color: #fff;
        box-shadow: 0px 4px 8px 3px #0000002b;
        transform: translateY(-4px);
    }
    body:not(.single-post) .entry-content .btn-addline .wp-block-button__link {
        max-width: 208px;
        letter-spacing: 2px;
        padding: 3px 15px 3px 3px;
        border-radius: 60px;
        box-shadow: 0 2px 3px 1px #00000059;
    }
    body:not(.single-post) .entry-content .btn-addline .wp-block-button__link:before {
        min-width: 36px;
        width: 36px;
        height: 36px;
        margin-right: 5px;
    }
    body:not(.single-post) .entry-content .btn-article .wp-block-button__link {
        padding: 12px 20px;
        border-radius: 50px;
    }
    body:not(.single-post) .entry-content .btn-blog .wp-block-button__link {
        font-size: 19px;
        padding: 12px 20px 14px;
        border-radius: 10px;
        border: 2px solid #5ba2ff;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .25);
    }
    body:not(.single-post) .entry-content .btn-blog .wp-block-button__link:hover {
        color: #435b99;
        background: #fff;
    }
    body:not(.single-post) .entry-content .btn-blog .wp-block-button__link:hover b, 
    body:not(.single-post) .entry-content .btn-blog .wp-block-button__link:hover strong {
        color: #5ba2ff;
    }
    body:not(.single-post) .entry-content .btn-blog .wp-block-button__link:active {
        color: #fff;
        background: #5ba2ff;
    }
    body:not(.single-post) .entry-content .btn-blog .wp-block-button__link:active b, 
    body:not(.single-post) .entry-content .btn-blog .wp-block-button__link:active strong {
        color: #fff;
    }
    body:not(.single-post) .entry-content .kb-button.kt-button {
        margin: 20px 0 0;
        padding: 12px 20px 14px;
        border-radius: 12px;
        border: 2px solid #5ba2ff;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .25);
    }
    body:not(.single-post) .entry-content .kb-button.kt-button .kt-btn-inner-text {
        font-size: 19px;
    }
    body:not(.single-post) .entry-content .wp-block-kadence-column {
        margin-bottom: 20px;
    }
    /****** End CSS For Pages ******/
}