/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/***********************
Footer logos marquee start
***********************/
.marquee-logos .awb-carousel--masked{
    -webkit-mask-image: none !important;
        mask-image:none !important;
}
/***********************
Footer logos marquee end
***********************/

/***********************
Blog Details Content Start
***********************/
.page-content a span{
    color: #000 !important;
}
.page-content a,
.everything-in-hero a{
    color: #000 !important;
    text-decoration: underline !important;
    underline-color: #000 !important;
    text-underline-offset: 4px !important;
    transition: all 0.2s ease-in-out;
}
.page-content a:hover,
.page-content a:hover span,
.everything-in-hero a:hover{
    color: #ff6600 !important;
}
/***********************
Blog Details Content End
***********************/

/***********************
Accordion CSS for Blog post Start
***********************/
.accordion_container {
    width: 100%;
}
.accordion_head {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 0;
    padding: 10px 15px 10px 40px;
    position: relative;
}
.accordion_head h5 {
    color: #fff !important;
    font-size: 18px !important;
    margin: 0;
    padding: 0;
}
.accordion_head:before {
    content: "+";
    font-size: 26px;
    height: 26px;
    left: 15px;
    line-height: 1;
    margin-top: -13px;
    position: absolute;
    top: 50%;
}
.accordion_head.show:before {
    content: "-";
}
.accordion_body {
    background: #fff;
    box-shadow: 0 6px 20px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
    overflow: hidden;
    max-height: 0;
    padding: 0 15px; /* padding only visible when open */
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion_body.open {
    padding: 15px;
}
/***********************
Accordion CSS for Blog post End
***********************/

/***********************
Table CSS for Blog post Start
***********************/
.single-post table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
    width: 100%
}

.single-post table td,
.single-post table th {
    border: 1px solid #000;
    padding: 5px 10px;
    text-align: left
}
 @media (max-width: 992px) {
    .single-post.responsive-table {
        border:1px solid #000;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%
    }
}
/***********************
Table CSS for Blog post End
***********************/
