/*
Theme Name: Funiture
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


.blog-single .entry-content strong {
    font-weight: bold;
}

.blog-single .entry-content p:first-child {
    border-left: 2px solid black;
    padding-left: 10px;
}

.blog-single .entry-content h2 {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    border-left: 3px solid rgb(255 0 0);
    padding-left: 10px;
    background: linear-gradient(270deg, rgba(215, 237, 255, 0.00) 0%, #fff1f1 100%);
    content: "";
}

.blog-single .entry-content h3 {
    color: #555555;
    font-size: 20px;
}

.blog-single .blog-share {
    text-align: center;
    margin-top: 25px;
}

.blog-single .entry-content p:first-child {
    padding-left: 10px;
    border-radius: 8px;
    border-left: 4px solid #ff0000;
    background: rgb(255 157 157 / 10%);
}

.form-submit .button, input[type=button].button, input[type=reset].button, input[type=submit], input[type=submit].button {
    background-color: var(--fs-color-primary);
    border-color: rgb(0 0 0 / .05);
    color: #fff;
    margin-top: 10px;
}

