.page-template-template-blog-author #main-content {
    padding-top: calc(var(--header-height) + 4rem);
}

.author-card__body a {
    text-decoration: underline;
} 

/*Breadcrumbs formatting*/
.breadcrumbs-container {
    margin: 30px 0 100px;
}

.breadcrumbs {
    display: inline-flex;
    gap: 5px;
}

.breadcrumbs-container {
    text-align: center;
    margin: 50px 0;
}

.breadcrumbs a,
.breadcrumbs p {
    font-size: 12px;
}

.breadcrumbs p {
    color: #363636;
}

.author-avatar {
    text-align: center;
    margin-bottom: 50px;
}

.author-basic-info {
    text-align: center;
}

.author-subtitle {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #535353;
}

.socials-blog-author {
    width: fit-content;
    margin: auto;
    padding: 20px 0;
}

.socials-blog-author a {
    color: #363636;
    margin: 0 5px;
    font-size: 20px;
}

.socials-blog-author a:hover {
    opacity: 70%;
    transition: .4s ease;
}

.author-card__header,
.author-bio,
.author-expertise,
.author-certifications,
.author-awards,
.author-publications,
.author-affiliations,
.author-quote,
.author-posts,
.author-bio-divider,
.author-role,
div.author-education,
.author-speaking-engagements {
    margin-bottom: 50px;
}

.author-avatar img {
    width: 200px;
    height: auto;
    border-radius: 50%;
}

.author-title {
    font-family: "Simula", serif;
    font-size: 28px;
    line-height: 36px;
}

.blog-author-divider {
    background-color: #BBBBBB;
    height: 1px;
    width: 100%;
    margin-bottom: 64px;
}

p.author-education,
p.author-expertise {
    font-weight: 700;
    color: #535353;
}

p.author-education {
    margin-bottom: 5px;
}

.author-education span,
.author-expertise span {
    font-weight: 400;
}

h3, h4 {
    font-family: "Basis Grotesque", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #363636;
    margin-bottom: 15px;
    font-weight: 400;
}

.wysiwyg-content p,
.author-card li {
    font-family: "Simula", serif;
    font-size: 14px;
    line-height: 20px;
    color: #363636;
}

.author-quote {
    font-family: "Basis Grotesque", sans-serif;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #363636;
    text-transform: capitalize;
    padding: 40px 20px 0;
}

.quote-signature {
    font-family: "Simula", serif;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    font-weight: 400;
    padding: 20px 0;
}

.author-card {
    max-width: 90%;
    margin: auto;
}

.journalBtn-authorBio {
    text-decoration: none;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    background: #454545;
    color: #fffef2 !important;
    line-height: 16px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 186px;
    border-radius: 140px;
}

.journalBtn-authorBio:hover {
    background: #6a6a6a;
    transition: .4s ease-in-out;
}

/*Start responsive styling. - DC*/
@media (min-width: 575px){
    .author-card {
        max-width: 90%;
    }
}

@media (min-width: 992px){
    .author-card__header {
        display: inline-flex;
        align-items: center;
        column-gap: 3rem;
    }
    
    .author-basic-info {
        text-align: left;
    }
    
    .breadcrumbs-container {
        text-align: left;
        margin: 50px 0 120px;
    }
    
    .socials-blog-author {
        margin: 0;
    }
}

@media (min-width: 1200px){
    .breadcrumbs a,
    .breadcrumbs p {
        font-size: 16px;
    }
    
    .author-details {
        max-width: 80%;
        margin: auto;
    }
    
    .author-title {
        font-size: 40px;
        line-height: 56px;
        margin-bottom: 0;
    }
    
    .author-subtitle {
        font-size: 24px;
        line-height: 32px;
    }
    
    .author-avatar img {
        width: 380px;
    }
    
    .author-card__header {
        column-gap: 7rem;
        margin-bottom: 75px;
    }
    
    .blog-author-divider {
        margin-bottom: 64px;
    }
    
    .divider-top {
        display: none;
    }
    
    .author-card__body {
        max-width: 70%;
        margin: auto;
    }
    
    h3, h4 {
        font-size: 24px;
        line-height: 32px;
    }
    
    .wysiwyg-content p,
    .author-basic-info p,
    li {
        line-height: 24px;
    }
    
    .author-quote {
        font-size: 32px;
        line-height: 40px;
    }
    
    .quote-signature {
        font-size: 18px;
        line-height: 26px;
    }
}

/* START - Component The Journal */
.the-journal-section {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 2rem 0 2rem 0;
  }
    
  .the-journal-section .journal-header {
    margin-bottom: 2.5rem;
  }
  
  .the-journal-section .journal-header h2 {
    font-family: "Simula";
    font-weight: 400;
    color: var(--color-dark-gray);
    font-size: 32px;
    letter-spacing: 0;
	text-align: left;
  }
  
  @media (max-width: 575px) {
	  .the-journal-section .journal-header h2 {
		  font-size: 24px;
		  line-height: 32px;
	  }
  }
  
  .the-journal-section .journal-button {
    text-decoration: none;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    background: #454545 !important;
    color: #fffef2 !important;
    line-height: 16px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 186px;
  }
  
  .the-journal-section .journal-button:hover {
    background: #6a6a6a !important;
  }
  
  .the-journal-section .journal-slider {
    overflow: hidden;
    width: 100%;
  }
  
  .the-journal-section .journal-track {
    display: flex;
    transition: transform 0.3s ease;
    cursor: grab;
    overflow-x: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    padding-left: 20px;
  }
  
  .the-journal-section .journal-track::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
  
  .the-journal-section .journal-card {
    flex: 0 0 22%;
    margin-right: 20px;
    text-decoration: none;
    color: inherit;
  }
  
  .the-journal-section .journal-card:last-child {
    margin-right: 0;
  }
  
  .the-journal-section .card-image img {
    width: 100%;
  }
  
  .the-journal-section .card-details {
    margin-top: 20px;
  }
  
  .the-journal-section .card-date {
    font-size: 12px;
    color: var(--color-dark-gray);
    font-family: "Simula";
    font-weight: 400;
    line-height: 16px;
  }
  
  .the-journal-section .card-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    margin-top: 5px;
  }
  
  .the-journal-section .card-title h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--color-dark-gray);
    letter-spacing: 0;
  }
  
  .the-journal-section .card-title .arrow-icon {
    margin-left: 8px;
    transition: transform 0.3s ease;
  }
  
  .the-journal-section .journal-card:hover .arrow-icon {
    transform: translateX(5px);
  }
  
  .the-journal-section .card-title .arrow-icon svg {
    width: 14px;
    height: 14px;
    position: relative;
    left: -6px;
  }
  
  .the-journal-section .card-image {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    height: 330px;
  }
  
  .the-journal-section .card-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease-out;
  }
  
  .the-journal-section .card-image:hover img {
    transform: translate(-50%, -50%) scale(1.1);
  }
  
  .the-journal-section .journal-track {
    display: flex;
    transition: transform 0.3s ease;
    cursor: grab;
    padding-left: calc((100% - 1320px) / 2);
    padding-right: calc((100% - 1320px) / 2);
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE e Edge */
    gap: 4px;
  }
  
  .all-products-women .the-journal-section .journal-track,
  .all-products-men .the-journal-section .journal-track {
    display: flex;
    transition: transform 0.3s ease;
    cursor: grab;
    padding-left: calc((100% - 1320px) / 6);
    padding-right: calc((100% - 1320px) / 6);
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE e Edge */
    gap: 4px;
  }
  
  .the-journal-section .journal-track::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
  
  .the-journal-section .journal-track:active {
    cursor: grabbing;
  }
  
  .the-journal-section .journal-card {
    flex: 0 0 auto;
    width: 300px;
    margin-right: 18px;
    text-decoration: none;
    color: inherit;
  }
  
  .the-journal-section .journal-card:last-child {
    margin-right: 0;
  }
  
  @media (min-width: 1201px) and (max-width: 1401px) {
    .the-journal-section .journal-track {
      padding-left: calc((100% - 1120px) / 2);
      padding-right: calc((100% - 1120px) / 2);
    }
  }
  @media (min-width: 993px) and (max-width: 1200px) {
    .the-journal-section .journal-track {
      padding-left: calc((100% - 960px) / 2);
      padding-right: calc((100% - 960px) / 2);
    }
  }
  
  @media (min-width: 769px) and (max-width: 992px) {
    .the-journal-section .journal-track {
      padding-left: calc((100% - 720px) / 2);
      padding-right: calc((100% - 720px) / 2);
    }
  }
  
  @media (min-width: 577px) and (max-width: 768px) {
    .the-journal-section .journal-track {
      padding-left: calc((100% - 510px) / 2);
      padding-right: calc((100% - 510px) / 2);
    }
  }
  
  @media (max-width: 576px) {
	  .the-journal-section .journal-card {
		  margin-right:0;
	  }
    .the-journal-section .journal-track {
      padding-left: 16px;
      padding-right: 16px;
	  gap: 24px;
    }
  }