/**
* Theme Name: ClassiadsPro Child
* Description: This is a child theme of ClassiadsPro, generated by Designinvento Templates.
* Author: <a href="http://themeforest.net/user/designinvento">DesignInvento</a>
* Template: classiadspro
* Version: 6.2.3
*/
.forum,
.forum * {
  font-family: 'Heebo', sans-serif;
}

body .btn-business-page,
body a.btn-business-page {
    display: inline-block;
    width: auto;
    margin: 10px 15px 15px auto;
    padding: 10px 20px;
    background-color: #1e3a5f !important;
    color: #ffffff !important;
    text-align: center;
    border-radius: 6px !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: background-color 0.2s ease;
    direction: rtl;
    float: right;
}

body .btn-business-page:hover,
body a.btn-business-page:hover {
    background-color: #152d4a !important;
    color: #ffffff !important;
}