/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Sri
 Author URI:     http://www.srikanthnair.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
/* LAST UPDATED TEXT - IF IN USE */
.last-updated {
    font-size: small;
    text-transform: uppercase;
    background-color: #fffdd4;
}


/* FOOTER MENU CENTER */

.bottom-nav {
text-align: center;
}

/* FOOTER CREDITS CENTER */

#footer-info {
float: none !important;
text-align: center !important;
}
#footer-info a {
text-align: center !important;
}

/* STICKY FOOTER */

#main-content{min-height:calc(100vh - 133px);}

/* END STICKY FOOTER */