/*
Theme Name: Inventus Online
Theme URI: http://www.inventus.online
Description: Website gebouwd door Inventus.Online
Author: Inventus Online
Author URI: http://www.inventus.online
Version: 1.8
*/

/* Author Page CSS */
.author-page {
  position: relative;
  float: left;
  width: 100%;
}
.author-intro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-bottom: 80px;
}
.author-photo {
  flex-shrink: 0;
}
.author-photo img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
}
ul.page-numbers {
  display: flex;
  gap: 15px;
  list-style: none;
}
.author-details {
  flex: 1;
}
.author-cta {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 25px;
  text-decoration: none;
}
.author-blogs,
.newsletter-intro {
  margin-top: 60px;
  margin-bottom: 60px;
}
.newsletter-widget {
  max-width: 700px;
  margin: 0 auto;
  padding: 0;
}
.author-short-bio {
  font-size: 22px;
}
.newsletter-intro h2 {
  text-align: center;
}
.author-blogs {
  background-color: #fff;
}
.author-blog-card a,
.author-highlight-content h5 a {
  text-decoration: none !important;
  color: #011a36 !important;
}
.author-blog-card a:hover,
.author-highlight-content h5 a:hover {
  color: #e18e81 !important;
}
.btn-all-posts.row {
  display: block !important;
  text-align: center;
}
.author-blog-card h3.card-title {
  font-size: 20px !important;
  line-height: 26px !important;
}
.author-blog-card {
  transition: all 0.3s ease;
  overflow: hidden;
}
.author-blog-card img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.author-blogs .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.author-blogs .row .col-md-4 {
  padding-bottom: 30px;
}
.author-blog-card .card-body {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}
.author-blogs .card {
  height: 100%;
  border: 2px solid #f4f4f4;
}
.author-highlight-box .main-title {
    width: 100%;
    margin-bottom: -12px;
}
.pagination-wrapper {
  display: flex;
  justify-content: center;
}

.pagination {
  list-style: none;
  display: flex;
  gap: 8px;
  padding: 0;
}

.pagination li a,
.pagination li span {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 30px;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
.newsletter-intro {
  text-align: center;
  background-color: #f4f4f4;
  padding: 40px;
}
.newsletter-intro .gform-footer.gform_footer input {
    font-style: normal;
}
.pagination li a:hover,
.pagination li span.current {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

/* Author blog page */
.author-highlight-box {
  background: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  overflow-y: auto;
}

.author-highlight-inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.author-highlight-photo-wrap {
  flex-shrink: 0;
}

.author-highlight-photo {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.author-highlight-content h5 {
  margin: 0;
  font-weight: 600;
}

.author-highlight-box .author-highlight-content h5 {
    margin-bottom: 5px;
}

.author-highlight-content p {
  margin-bottom: 0.5rem;
}
.social-icons {
    margin-bottom: 15px;
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.social-icons a {
    width: 38px;
    height: 38px;
    display: inline-block;
    border: 1px solid #e18e81;
    border-radius: 50%;
    position: relative;
    transition: all 0.5s;
}
.social-icons a:hover {
    border-color: #000;
}
.social-icons a:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/wp-content/uploads/2025/11/email.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	transition: all 0.5s;
}
.social-icons a:hover:after {
    filter: brightness(0);
}
.social-icons a.linkdn-icon:after {
    background: url(/wp-content/uploads/2025/11/linkdin.png);
}
.social-icons a.insta-icon:after {
    background: url(/wp-content/uploads/2025/11/Instagram.png);
}
.author-highlight-content .social-icons {
    margin-top: 10px;
    margin-bottom: 12px;
}
.author-page {
    padding-top: 20px;
}

@media (max-width: 1024px) {
  .author-intro {
    margin-bottom: 0px;
  }
  .author-blogs,
  .newsletter-intro {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .author-intro img {
    max-height: 250px;
    margin-bottom: 20px;
  }
  .author-blogs .col-md-4 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .author-blogs .col-md-4 {
    width: 100%;
  }
  .author-highlight-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .author-highlight-photo {
    margin-bottom: 10px;
  }
  .author-short-bio {
    font-size: 18px;
    padding-bottom: 10px;
  }
.author-highlight-content .social-icons {
    justify-content: center;
}
}

@media (max-width: 768px) {
  .author-intro {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .author-photo img {
    width: 160px;
    height: 160px;
  }
.author-page .author-intro .social-icons {
    justify-content: center;
}
.author-page {
    padding-top: 0;
}	
}
