/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.1
*/
 
/* +--------------------
 * | Custom CSS
 * +--------------------
 */

/* Hide the header */
#main-header { display:none; }
#page-container { 
	padding-top:0px !important; 
	margin-top:-1px !important 
}
/* Adjust padding for transparent headers */
.et_transparent_nav #main-content .container {
    padding-top: 58px !important;
}

/*Put Footer at end of page */
@media screen and (min-width: 981px) {
  #main-footer {
    /* position: absolute; */
    /* bottom: 0; */
    /* width: 100%; */
  }
  #main-content {
    min-height: calc(100vh - 72px);
  }
}

.bottom-nav li:last-child {
  padding-right: 0;
}