/*
Theme Name:     BB Panelling Child
Theme URI:      http://bbpanelling.co.uk/
Description:    Child theme for Divi
Author:         Oli Uwins
Author URI:     https://www.thameswebdesign.co.uk
Template:       Divi
Version:        0.1.0
*/

@import url("../Divi/style.css");

div#page-container {
  padding-top: 0px !important;
}

header#main-header {
  display: none;
}

#main-footer {
  display: none;
}

.et_post_meta_wrapper {
  display: none;
}
.single .post {
  padding-bottom: 0px;
}

@media only screen and (min-width: 981px) {
}

/* MAXXES */

@media (max-width: 980px) {
} /* end 980 */

@media (min-width: 768px) and (max-width: 980px) {
}

@media (max-width: 767px) {
} /* end 767 */

@media (max-width: 600px) {
} /* end 600 */

@media (min-width: 981px) {
}

@media (max-width: 479px) {
}

@media (max-width: 375px) {
}
