/*
 Theme Name:     DiviBlog Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/foxy/
 Description:    DivCM Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

@import url("../Divi/style.css");

.cutomize-category-header {
  margin-bottom: 50px;
}

.cutomize-category-title {
  display: block;
  width: auto;
  padding: 10px 30px;
  float: left;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid #e0e0e0;
}

.cutomize-category-title.category-blog {
  background-color: #3e3eb7 !important;
}

.cutomize-category-title.category-carreira {
  background-color: #f88426 !important;
}

.cutomize-category-title.category-ferramentas {
  background-color: #d639b3 !important;
}

.cutomize-category-title.category-livros-e-filmes {
  background-color: #1bd3b4 !important;
}

.cutomize-category-title.category-felicidade-e-bem-estar {
  background-color: #3f355a !important;
}


.cutomize-category-description {

}

.cutomize-post-thumbnail-left {
  float: left;
  width: 35%;
  margin-right: 30px;
}

.cutomize-post-thumbnail-right {
  float: left;
  width: 55%;
}

.et_pb_post {
  padding: 25px;
  border: 3px solid #ffffff;
  box-shadow: 0px 0px 6px rgba(0,0,0,.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.et_pb_post h1,
.et_pb_post h2,
.et_pb_post h3,
.et_pb_post h4,
.et_pb_post h5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.et_pb_post h2 {
  margin-top: 0px;
}

.et_pb_post p {
  font-size: 18px;
  line-height: 1.5625;
  padding-bottom: 20px;
}

.cutomize-post-thumbnail-left img {
  width: 300px;
  height: 170px;
}

.cutomize-post-title {
  font-size: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.zem_rp_wrap {
  padding: 30px 0px;
}

.zem_rp_wrap .related_post_title {

}

@media (max-width: 980px) {

  .cutomize-post-thumbnail-left {
    float: none;
    width: 100%;
    margin-right: 0px;
  }

  .cutomize-post-thumbnail-right {
    float: none;
    margin-top: 30px;
    width: 100%;
  }

  .et_pb_post h2 {
    font-size: 24px;
  }

}
