/*
    Theme Name: FunctionDeck
    Theme URI: https://functiondeck.com
    Author: FunctionDeck  
    Author URI: https://functiondeck.com
    Description: Theme developed for FunctionDeck theme
    Requires at least: 6.1
    Tested up to: 6.6
    Requires PHP: 5.6
    Version: 1.8.3
    URL: https://functiondeck.com/
    Text Domain: wpxp
*/

/* Better docs support  */

.author-thumb img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.betterdocs-content-heading {
    margin-top: 30px;
}

div#betterdocs-single-content a {
    font-size: inherit;
    color: #e51fe5;
}

div#betterdocs-single-content ol>li {
    margin-bottom: 10px;
}

div#betterdocs-single-content li {
    margin-left: 20px;
}

div#betterdocs-single-content p {
    margin-top: 20px;
}

/* Simple Form  */
button.reset-signature {
    background: #8F44EB;
    color: white;
    border: unset;
}

h6.heading-input {
    text-align: left;
}

span.question-custom-captch {
    text-align: left;
    display: flex;
    margin-bottom: 7px;
    margin-left: 4px;
}


/* Blog post CSS fixing: made this from local theme   */

.single-blog-page ol li {
    font-weight: unset !important;
    font-size: 15px;
}

.single-blog-page ol li strong {
    font-size: 17px;
}

.blog-posts .down-content .single-blog-page {
    margin: 5px 0 !important;
    padding: 5px 0 !important;
}

h3.wp-block-heading {
    margin-top: 20px !important;
    margin-bottom: 5px !important;
    font-size: 30px !important;
}


/* Better Doc  */
.betterdocs-entry-title {
    font-size: 25px !important;
}

div#betterdocs-single-content p {
    font-size: 15px !important;
}

.betterdocs-wrapper .sidebar-heading h2 {
    font-size: 25px !important;
}

.betterdocs-wrapper input#submit {
    border: 1px solid #eee;
    color: #7a7a7a;
    font-size: 13px;
    font-weight: 500;
    height: 46px;
    margin-bottom: 30px;
    outline: none;
    padding: 0 15px;
    width: 100%;
    margin-top: 15px;
    transition: all ease 300ms;
}

.betterdocs-wrapper input#submit:hover {
    background-color: #6621ba;
    color: white;
}

.blog-posts .submit-comment input {
    transition: all ease 300ms;
}