/**
Theme Name: FDL Pest Control
Author: Uriahs Victor
Author URI: https://soaringleads.com
Description: Child theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fdl-pest-control
Template: astra
*/

@media screen and (max-width: 767px) {
    .search-header #bbp-search-form #bbp_search {
        padding: 20px !important;
        width: 100% !important;
        display: inline-block;
    }

    body .search-header .bbp-search-form #bbp-search-form #bbp_search_submit {
        padding: 15px 30px !important;
        background: #023A12 !important;
        font-size: 16px !important;
        font-family: 'Inter Thin', sans-serif !important;
        margin-top: 20px;
        /*background: #02C39A !important;*/
    }

    body #bbpress-forums a.bbp-forum-title{
        font-size: 18px !important;
        font-weight: 700 !important;
    }

    body #bbpress-forums .bbp-forum-content{
        font-size: 16px !important;
        padding: 10px !important;
    }

    body #bbpress-forums li.bbp-header ul{
        font-size: 18px !important;
    }

    body #bbpress-forums fieldset.bbp-form legend {
        font-size: 18px !important;
        line-height: 1.5;
    }
}

/** Forums General */
.bbpress.logged-in #signup-cta-footer{
    display: none;
}

#bbpress-forums li.bbp-header, .bbp-footer {
    background: #F0F5F7 !important;
}

#bbpress-forums .forum-titles {
    font-size: 20px !important;
    padding: 20px 0 !important;
    color: #000 !important;
}

.search-header #bbp-search-form {
    text-align: center;
}

.search-header #bbp-search-form #bbp_search {
    padding: 30px;
    width: 60%;
    display: inline-block;
}

.search-header #bbp-search-form #bbp_search_submit {
    padding: 22px 46px !important;
    background: #023A12 !important;
    font-size: 18px !important;
    font-family: 'Inter Thin', sans-serif !important;
    /*background: #02C39A !important;*/
}

/* Hide search form on forum index. */
#bbpress-forums .bbp-search-form {
    display: none !important;
}

.bbp-body .bbp-forum-title {
    text-decoration: none !important;

}

.bbp-body li {
    padding: 14px !important;
    font-size: 18px !important;
}

#bbpress-forums button,
#bbpress-forums input[type="submit"], .bbp-submit-wrapper button {
    /*background: #F0F5F7;*/
    /*background: forestgreen;*/
    background: #02C39A !important;
}

.bbp-search-form {
    margin-bottom: 20px !important;
}

.bbp-forums {
    border-radius: 10px 10px 0 0 !important;
}

#bbpress-forums .bbp-topics .sticky, #bbpress-forums .bbp-topics .sticky a{
    color: #0e8b32 !important;
    font-weight: 700 !important;
}

#bbpress-forums a.bbp-forum-title{
    font-size: 22px !important;
    font-weight: 700 !important;
}

#bbpress-forums .bbp-forum-content{
    font-size: 16px !important;
    padding: 10px !important;
}

/*
*
* Single Forum Post
*
*/

article #bbpress-forums p,
article #bbpress-forums li {
    font-size: 18px !important;
}

article #bbp_topic_title,
article #bbp_topic_tags,
article #bbp_stick_topic_select,
article #bbp_topic_status_select,
article #bbp_anonymous_author,
article #bbp_anonymous_email,
article #bbp_anonymous_website {
    height: 50px !important;
    font-size: 20px !important;
    /*padding: 10px;*/
}

article #bbp_topic_content {
    font-size: 20px !important;
}

#new-post legend {
    font-size: 20px !important;
    font-weight: 700;
}

article {
    border-radius: 14px;
}

.single .bbp-topic-title {
    line-height: 1.5 !important;
}

.single .bbp-breadcrumb {
    padding: 40px !important;
    width: 100% !important;
    background: #F0F5F7;
    border-radius: 10px !important;
    font-size: 20px;
    font-weight: 700;
}

.single .bbp-breadcrumb p {
    margin: 0 !important;
}

.single div.bbp-template-notice.info {
    margin-top: 160px !important;
}

#bbpress-forums fieldset.bbp-form legend {
    font-size: 28px !important;
}

.single #new-post {
    margin-top: 80px !important;
}

#bbpress-forums fieldset.bbp-form {
    background: #EFF8FF;
}

/*Hide email and website fields*/
.bbp-reply-form #bbp_anonymous_website,
.bbp-topic-form #bbp_anonymous_website,
label[for="bbp_anonymous_website"],
.bbp-reply-form #bbp_anonymous_email,
.bbp-topic-form #bbp_anonymous_email,
label[for="bbp_anonymous_email"]
{
    display: none !important;
}

/** Menu **/
.logged-in .register-menu-item, .logged-in .login-menu-item {
    display: none !important;
}

body:not(.logged-in) .logout-menu-item, body:not(.logged-in) .myaccount-menu-item {
    display: none !important;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{
  line-height:   25px !important;
}

.custom-green-menu-btn a{
/*.myaccount-menu-item a, .register-menu-item a{*/
    /*background: #F5AE20;*/
	background: #02C39A;
    color: #fff !important;
    padding: 10px 25px !important;
    border-radius: 40px !important;
}