/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/** Single Post **/
.container-singlepost {
  font-family: roboto;
}
.container-singlepost h1.entry-title {
  font-weight: bold;
  color: #fff;
  font-size: 48px;
  line-height: 55px;
}
.container-singlepost #content-area,
.container2-singlepost {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
}
.container-singlepost .et_post_meta_wrapper {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
}
.container-singlepost .name-metadate {
  background-image: url('https://www.hdaau.com.au/wp-content/uploads/2019/08/post-banner-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 167px 0;
  width: 100%;
  margin-bottom: 80px;
}
.container-singlepost .entry-content p {
  font-size: 18px;
  line-height: 25px;
}
.container-singlepost p.post-meta,
.container-singlepost p.post-meta a {
  text-transform: uppercase;
  color: #f4b920;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.container-singlepost #sidebar h4 {
  color: #f6c124;
  font-size: 18px;
  font-weight: bold;
}
.container-singlepost #sidebar a {
  color: #7f7f7f;
  font-size: 18px;
}
.container-singlepost .et_pb_post .entry-content {
  padding-top: 0px;
}
.container-singlepost #left-area {
  width: 70%;
  padding-bottom: 23px;
  padding-right: 0px !important;
}
.container-singlepost #comment-wrap {
  padding-top: 75px;
  display: none;
}
#sec2-singlepost {
  font-family: roboto;
  width: 100%;
  background-image: url('https://www.hdaau.com.au/wp-content/uploads/2019/08/HDAA-Program-Page_18.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
#sec2-singlepost h2 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}
#sec2-singlepost p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  max-width: 696px;
  margin: 0 auto;
  margin-bottom: 20px;
}
#sec2-singlepost a.cta-button {
  text-align: center;
}
#sec2-singlepost a.cta-button {
  display: block;
  background-color: #ffa300;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  padding: 12px;
  border-radius: 50px;
}
#sec2-singlepost a span,
#sec2-singlepost a i {
  font-size: 18px;
  font-weight: bold;
}
/** end Single Post **/
@media only screen and (max-width: 980px) {
  .container-singlepost h1.entry-title {
    font-size: 38px;
    text-align: center;
  }
  .container-singlepost p.post-meta,
  .container-singlepost p.post-meta a {
    text-align: center;
  }
  .container-singlepost .name-metadate {
    padding: 100px 0;
    margin-bottom: 40px;
  }
  #sec2-singlepost h2 {
    font-size: 28px;
  }
  .container-singlepost .entry-content p,
  .container-singlepost #sidebar {
    text-align: center;
  }
  #sec2-singlepost {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 480px) {
  .container-singlepost p.post-meta,
  .container-singlepost p.post-meta a,
  .container-singlepost .entry-content p,
  .container-singlepost #sidebar h4,
  .container-singlepost #sidebar a,
  #sec2-singlepost p,
  #sec2-singlepost a span,
  #sec2-singlepost a i {
    font-size: 16px;
    line-height: 22px;
  }
  .container-singlepost h1.entry-title {
    font-size: 30px;
    line-height: 35px;
  }
  .container-singlepost .name-metadate {
    padding: 50px 0;
    margin-bottom: 20px;
  }
  .container-singlepost #left-area {
    padding-bottom: 0px;
  }
  #sec2-singlepost h2 {
    font-size: 24px;
    line-height: 28px;
  }
  #sec2-singlepost {
    padding: 20px 0;
  }
}
