/*
 Theme Name:   White Stork Project Theme
 Theme URI:    https://whitestorkproject.org
 Description:  Divi Child Theme for White Stork Project
 Author:       Chris Lau
 Author URI:   https://whitestorkproject.org
 Template:     Divi
 Version:      1.0.0
*/

/***** Hide Post Title and set Fullwidth layout by default *****/

.single #sidebar {
  display: none !important;
}
.single #left-area {
  width: 100% !important;
}
.single #main-content .container:before {
  width: 0 !important;
}

.container {
  width: 100%;
  max-width: 100%;
}

#left-area .post-meta {
  display: none;
}

.single .et_post_meta_wrapper {
  display: none;
}

#main-content .container {
  padding-top: 0 !important;
}

.container.et_menu_container {
  max-width: 1080px;
}

.et_right_sidebar #left-area {
  padding-right: 0;
  padding-bottom: 0;
}

/***** Equalise column heights *****/

.el-flex-row {
  display: flex;
  flex-wrap: wrap;
}

.el-flex-row .et_pb_column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*****Fullscreen width layout for Posts*****/

/*Chris' CSS here*/

/* .container {
  width: 100%;
  max-width: 100%;
}

#left-area {
  width: 100%;
}

#sidebar {
  display: none;
}

#left-area .post-meta {
  display: none;
}

.single .et_post_meta_wrapper {
  display: none;
}

#main-content .container {
  padding-top: 0 !important;
}

.container.et_menu_container {
  max-width: 1080px;
}

.et_right_sidebar #left-area {
  padding-right: 0;
  padding-bottom: 0;
} */
