/*!
Theme Name: FarmingGoals
Author: yodo.club
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: https://yodo.club/

*/

.cust_btn a.wp-block-button__link {
    background-color: #4f2f0c;
    margin-bottom: 40px;
    margin-top: 10px;
}
a.custom-logo-link img.custom-logo {
    width: 80px;
    max-width: 100%;
}
.donta p.schema-faq-answer a {
    display: inline-block;
    background-color: #a56225;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 16px 0 10px 0;
}
.b-paginations .align-items-center .page-numbers{
	line-height: 1;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 200;
    color: #939393;
    margin: 0 5px;
}

.b-paginations .align-items-center .page-numbers.current{
	font-weight: 700;
    color: #4F2F0C;	
}
a.next.page-numbers{
    background: #4F2F0C;
    padding: 3px 6px;
    border-radius: 50%;
    font-size: 10px;
    color: #fff !important;
    font-weight: 600;
}
a.next.page-numbers{
    background: #4F2F0C;
    padding: 3px 6px;
    border-radius: 50%;
    font-size: 10px;
    color: #fff !important;
    font-weight: 600;
}
a.prev.page-numbers{
	background: #4F2F0C;
    padding: 3px 6px;
    border-radius: 50%;
    font-size: 17px !important;
    color: #fff !important;
    font-weight: 600;
}

.comment .comment {
    padding-left: 5%;
}