/*
Theme Name: Rktaxationexperts Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
.absolute-footer{
    display: none !important;
} 
.bdr-10 {
    border-radius: 10px;
    overflow: hidden;
}
.bdr-10 img{
    border-radius: 10px;
}
.header-wrapper .header-social-icons{
    font-size: 1em !important;
}
.absolute-footer{
	display:none;
}
.header-button-1 span:before {
    content: "\f073";
    font-family: fontAwesome;
    margin-right: 7px;
}
.header-button-1 span {
    display: inline-block;
    line-height: 1.6;
    font-weight: 700;
    font-size: 1.2em;
    padding: .4em .5em;
}
table.color-table .tbl-header {
    text-transform: uppercase;
    text-align: left;
    background-color: var(--fs-color-primary);
    color: #fff;
}
table.color-table .tbl-header th {
    font-size: 16px;
}
table.color-table .tbl-header th>* {
    color: #fff;
}
body table, body table td, body table th {
    border-color: #d1d1d1 !important;
}
table td, table th {
    font-weight: 500;
    background-color: transparent;
    border-left: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    margin: 0;
    padding: 8px 12px !important;
    overflow: visible;
    font-size: .9em;
    color: #000;
}
table>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
table {
    margin: 0 0 1.5rem !important;
    width: 100%;
    empty-cells: show;
    border-collapse: collapse !important;
    border-spacing: 0;
    border: 1px solid #e9e9e9 !important;
    border-radius: 0 !important;
}
.header-wrapper li.html.custom i{
	margin-right:8px;
}
.header-wrapper li.html.custom a,.header-wrapper li.html.custom{
    font-size: 14px;
}
.btn_form {
	background: var(--fs-color-secondary);
    padding: 8px 15px;
    border-radius: 8px;
    margin: 0 5px;
}
.btn_form:hover{
	filter: brightness(0.8);
}
.fixed_btn_group{
    position: fixed;
    right: 5px;
    bottom: 80px;
    z-index: 999;
}
.fixed_btn_group_item {
    max-width: 70px;
}
@media screen and (max-width:479px){
.header-wrapper li.html.custom i {
    margin-right: 5px;
    font-size: 12px;
}
.header-wrapper li.html.custom a, .header-wrapper li.html.custom {
    font-size: 12px;
}
.fixed_btn_group_item {
    max-width: 60px;
}
}