/*
Theme Name: astra-child
Author: ali shamshirian
Description: astra based child theme
Version: 1
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

// FOR MANUAL
.bf-manual-box {
    border: 1px solid #e2e2e2;
    background-color: #fafafa;
    padding: 20px;
    margin: 30px 0;
    border-radius: 8px;
}

.bf-manual-box h3 {
    margin-top: 0;
    font-size: 18px;
}

.bf-manual-box p {
    line-height: 1.9;
    margin-bottom: 20px;
}

.bf-manual-download {
    text-align: center;
}

.bf-manual-download a {
    display: inline-block;
    padding: 10px 18px;
    background-color: #2b7cff;
    color: #fff;
    border-radius: 6px;
	text-decoration: none !important;
	font-weight: 500;
}

.bf-manual-download a:hover {
    background-color: #1f63cc;
	text-decoration: none !important;
}
.bf-manual-download a:visited {
    text-decoration: none !important;
}
// END FOR MANUAL