/**-----VIDIZMO - Transparent Layout CSS Rabia Ahmed------**/

.container, .white-box {
    background: white;
    padding: 30px;
}
    .container.container-profile {
        background: inherit;
        padding: inherit;
    }
.ibox-content {
    background-color: #ffffff !important;
}
.gray-bg, .bg-muted {
    background-color: #ffffff !important;
}
.all-categories-heading {
    color: #ffffff !important;
    text-shadow: 0px 0px 3px #333;
}
@media (max-width: 768px) {
    .md-skin .wrapper-content {
        padding-top: 0;
    }
    .container, .white-box {
        padding: 15px;
    }
}