/*
 Theme Name:     Flippa Blog
 Theme URI:      
 Description:    Divi child theme for the Flippa Blog website.
 Author:         Starpower
 Author URI:     https://www.starpower.com.au
 Template:       Divi
 Version:        1.0.20                                                
*/
.pe-firm {
  margin: 4em 0 6em;
}

.pe-firm .key-facts {
  margin: 2em 0;
}

.pe-firm .key-facts p {
  margin: 0;
  padding: 0;
}

.acquisitions-list-container h2,
.pe-funds-list-container h2 {
  margin: 2em 0 1em;
  padding: 0;
}

.acquisitions-list,
.pe-funds-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  padding-bottom: 4em;
}

.acquisitions-list .acquisition-link,
.pe-funds-list .pe-funds-link {
  padding: 1em;
  border-radius: 1em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: black;
  flex: 0 0 270px;
  max-width: 100%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.acquisitions-list .acquisition-link:hover,
.pe-funds-list .pe-funds-link:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 981px) {
body.single-pe-funds #main-content .post-content-centered,
body.single-pe-firm #main-content .post-content-centered,
body.single-acqusitions #main-content .post-content-centered,
body.single-post #main-content .post-content-centered {
    width: 768px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: content-box;
}
}


/* New */

/* .taxonomy-description p{
  font-size: 16px;
  font-weight: 500;
  color:#000;
  line-height: 1.82em;
  padding-bottom: 16px;
  font-family : 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
}
.taxonomy-description p a{
  color: #0058ff;
} */

.pe-firm h2,.pe-firm h3{
  font-weight: 600;
}

.funds-archive h1{
  font-size: 30px !important;
  font-weight: 600 !important;
}

.authorbox{
  padding-top: 60px;
  margin-bottom: 60px;
  border-top: 1px solid #e5e5e5;
}
.authorbox .author-avatar{
  text-align: center;
  margin-bottom: 16px;
}
.fb-social-icon-list{
  width: 100%;
}
.authorbox .author-avatar a img{
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
}

.authorbox .author-name{
  font-weight: 700;
  font-size: 24px;
  font-family : 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  padding-bottom: 10px;
  line-height: 1.3em;
  text-align: center;
}

.authorbox .bio{
  text-align: center;
  margin-top: 40px;
}

.tax-content p{
  margin:0 !important;
  padding:0 !important;
  line-height: 1.82em;
}

.taxonomy-author{
  color: #6b7280 !important;

}

.taxonomy-author .author-name{
  font-weight: 600 !important;
  color: #111928 !important;
}

.taxonomy-author .post-date{
  margin-left: 8px;
}

.taxonomy-author .post-date::before{
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 9999px;
  margin-right: 8px;
  background-color: #d9ced9;
}

.funds-archive{
  margin: 10px auto;
  display: flex;
  flex-direction: column;
}
.author-share{
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap !important;
  gap:16px;
}

.author-share .sfsi_widget>div>div:first-child{
  margin-left: 0 !important;
}

.faqs-wrapper{
  margin-top: 20px;
  margin-bottom: 50px;
}

.tax-content h3{
  margin-top: 32px;
}

@media (max-width:980px) {
  .author-share .sfsi_widget {
    float: none !important;
    min-height: none !important;
  }
}

@media only screen and (min-width: 981px){
  .funds-archive{
    width: 768px;
    max-width: 100%;
    margin: 50px auto 40px auto;
    padding:0 !important;
  }
  .author-share{
    margin-top: 70px;
    margin-bottom: 80px;
  }

  .authorbox{
    padding-top: 100px;
    margin-bottom: 40px;
  }
  .funds-archive h1{
    font-size: 40px !important;
    line-height: 1.3em;
  }

  .faqs-wrapper{
    margin-bottom: 85px;
  }

  .sfsi_widget ,.taxonomy-author{
    display: flex;
    align-items: center;
  }
  .author-name{
    margin-left: 5px;
  }
  .rank-math-breadcrumb{
    padding-bottom: 48px;
  }
  
}

