/*
Theme Name:KulaMama - Divi Child Theme
Theme URI: https://sunrisewebworks.com
Description: Custom theme for Kulamama.com
Author: Dawn Gifford
Author URI: https://sunrisewebworks.com
Template: Divi
Version: 1.0
*/

/* Start your custom CSS bellow this comment
============================================ */

.jp-relatedposts-post-date {
	display: none!important;
}

/* Start additions by Nelson, Once Coupled March 2017 */

.container:before {
    display: none !important;
}

#left-area {
  width: calc(100% - 340px) !important;
}

@media only screen and (max-width: 1023px) {
  #left-area {
    width: 100% !important;
  }

  #sidebar {
    max-width: 300px !important;
    width: initial !important;
    float: none !important;
    margin: 0 auto !important;
    clear: both !important;
  }
}

/* Start additions by Nelson, Once Coupled March 2017 */