/*
Theme Name: Indofact-child
Version: 1.0
Description: A child theme of Indofact
Author: ThemeChampion
Template: indofact
*/

.vc-hoverbox-inner :last-child {
    margin-bottom: 0;
    padding-top: 70px;
    font-size: 20px;
}
.vc-hoverbox-block.vc-hoverbox-front {
    background-repeat: no-repeat;
    background-size: auto;
}

ul.header-info{
    width: initial;
}

.vc-hoverbox-inner :last-child p {
    margin-top: -110px;
    padding-top: 0;
}

#main-navigation-wrapper .nav .current-menu-item >a, .ftr-section h6, .widget p.widget_title {
    color: #dfb3a3;
}
.header-socials.footer-socials i {
    border: 2px solid #dfb3a3;
}

.customShadow{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(219,219,219,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(219,219,219,1);
    box-shadow: 0px 0px 10px 0px rgba(219,219,219,1);
    background-color: #ffffff;
}