/*
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
*/

/*CUSTOM BY ARTHAS*/
.fusion-header {
    border-top: 10px solid #ff1700;
}
.fusion-vertical-menu-widget a {
    border-right: 0 !important;
}
.fusion-vertical-menu-widget a:hover {
    color: #d3d3d3 !important;
}
.fusion-footer-widget-column {
    margin-bottom: 20px;
}
.fusion-footer-widget-column.social_links {
    margin-left: 15px !important;
}
img.logo-rdigital {
    margin-top: 5px;
}

/*Media*/
@media screen and (max-width: 1366px) and (min-width: 769px){
    .fusion-logo img {
        max-height: 100px;
        margin-top: -12px;
    }
    .fusion-header {
        height: 140px !important;
    }
    .fusion-main-menu>ul>li {
        margin-top: -20px;
    }
}    
@media screen and (min-width: 769px){
    .home .slide-content-container.slide-content-center {
        margin-top: -200px;
    }
    a.fusion-top-level-link.fusion-bottombar-highlight {
        max-width: 120px;
        text-align: center;
        min-width: 120px;
    }
}
@media screen and (max-width: 768px){
    .home .background.background-image {
        height: 230px !important;
    }
    .home .fusion-slider-container {
        height: 230px !important;
    }
    a.sbi_photo.sbi_imgLiquid_bgSize.sbi_imgLiquid_ready {
        background-size: contain !important;
        height: 150px !important;
    }
    .sbi_item {
        width: 50% !important;
    }
}
/*END Media*/

/*END CUSTOM BY ARTHAS*/
