/*
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
*/
a:hover {
    color: #000!important;
}
.paddingesq {
    padding-left: 30px;
    border-left: 1px solid #dddddd;
}
.sidebar .widget h4 {
    font-size: 20px!important;
}
.fusion-accordian .panel-body {
    padding: 50px 0 50px 0px;
}
.fusion-tabs .tab-pane {
    padding: 50px;
}
.fusion-tabs .nav-tabs > li .fusion-tab-heading {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #666 !important;
}
.fusion-secondary-header a {
    color: #ffffff !important;
}
.fusion-secondary-header a:hover {
    color: #000000 !important;
}
#wrapper .post-content h2 {
    line-height: normal !important;
}
.post-content h2 {
    font-size: 20px !important;
}
#cookie-law-info-bar {
    padding: 10px 30px 10px 30px;
}
.fusion-copyright-notice a:hover {
    color: #00a198 !important;
}
.fusion-social-network-icon:hover {
    opacity: 1;
    color: #00a198 !important;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1023px) {
/*************** ADD TABLET ONLY CSS HERE  ***************/

.fusion-flip-boxes {
    margin-bottom: 15px;
}

}

@media screen and (max-width: 767px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.fusion-flip-boxes {
    margin-bottom: 0px;
}

}