/*
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
*/

.hmd-glavni-izbornik li.current-menu-item > a > span,
.hmd-glavni-izbornik li span:hover  {
    text-decoration: underline;
}
.hmd-content .fusion-fullwidth {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.hmd-no-underline a {
    text-decoration: none !important;
}
.hmd-no-underline a:hover {
    text-decoration: underline !important;
}
.hmd-gray-image img {
    filter: grayscale(1);
}
.hmd-gray-image img:hover {
    filter: none;
}
.hmd-toggle {
    border-top: 3px solid black;
}
.hmd-toggle .fusion-panel {
    border-bottom: 3px solid black !important;
}
.hmd-toggle .panel-title a {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.hmd-toggle .panel-body > :first-child {
    margin-top: 0px !important;
}
.hmd-toggle .panel-body {
    padding-top: 0px !important;
    padding-bottom: 35px !important;
}
.hmd-toggle .fusion-toggle-icon-wrapper {
    background-image: url('strelica-d.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;

}
.hmd-toggle .panel-title a.active .fusion-toggle-icon-wrapper {
    background-image: url('strelica-g.svg');
}
.hmd-toggle .fusion-toggle-icon-wrapper i {
    opacity: 0 !important;
}
.hmd-post-card-title {
    flex: 1;
}