/*
	Theme Name: SingleKey
	Theme URI: https://www.singlekey.com/
	Description: Rent Guarantee & Tenant Background Checks
	Version: 1.0.0
	Author: KRFTWRK
	Author URI: https://www.krftwrk.ca/
*/
figure.krftwrk_gutemberg_image, figure.krftwrk_edit_gutemberg_image {
    margin: 40px 0;
}

figure.krftwrk_edit_gutemberg_image button{
    padding: 0;
    height: 100%;
}

figure.krftwrk_edit_gutemberg_image button img, figure.krftwrk_gutemberg_image img {
    border-radius: 10px;
}

figure.krftwrk_edit_gutemberg_image figcaption, figure.krftwrk_gutemberg_image figcaption{
    font-family: 'Neue Montreal', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--e-global-color-secondary);
    margin-top: 12px;
}

.krftwrk_gutemberg_link {
    margin-top: 40px;
    margin-bottom: 40px;
}

div.krftwrk_gutemberg_link a {
    background: #00A7E6;
    padding: 16px 28px;
    color: white;
    width: fit-content;
    border-radius: 10px;
    cursor: pointer;
    color: white;
    text-decoration: none;
}
div.krftwrk_gutemberg_link a:hover {
    background: #101939;
    color: white;
    text-decoration: none;
}

/* Styles for Job Description Shortcode */
.container {
  margin: 1rem 0 2.5rem 0;
  border-bottom: 1px solid #D8DDE3; 
  padding-bottom: 2.5rem;
}

.container:last-child {
  border-bottom: none; 
  padding-bottom: 0rem;
}

.job-head {
  display: flex; 
  justify-content: space-between;
}

.job-title {
  font-size: 25px !important;
  margin: 1rem 0 0 0 !important;
}

.apply-button {
  margin: auto 0;
  padding: 0.75rem 1.5rem;
  background: #00A7E6;
  border-radius: 10px;
  color: white !important;
  font-size: 16px;
}

.apply-button:hover {
  background: #101939;
}

.apply-button:after {
  content: url(https://solid-creature.mysites.io/wp-content/uploads/2023/03/Arrow-Icon-Right.svg);
  padding-left: 0.5rem;
}

.job-excerpt {
  font-size: 20px !important;
}

.job-bottom-line {
  line-height: 26px;
}

.job-location {
  font-size: 20px !important;
  vertical-align: middle;
  padding-right: 2rem;
}

.job-type {
  font-size: 20px !important;
  vertical-align: middle;
}

.job-icon {
  vertical-align: middle;
}
/* End styles for Job Description Shortcode */

/* Start styles for Owner's Hub posts list */

.article-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: minmax(100px, auto);
  gap: 1rem;
}

.article-card:first-of-type {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

.owner-hub-article-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 1rem !important;
}

.owner-hub-article-category {
  margin: 0 0 0.5rem 0;
  font-size: 16px !important;
}

.owner-hub-article-category > a {
  color: #334363 !important;
  font-weight: 400 !important;
}

.owner-hub-article-title {
  margin: 0 0 2rem 0;
  font-size: 25px !important;
}

/* End styles for Owner's Hub posts list */

/* Start styles for Owner's Hub trending list */

.trending-card {
  display: grid;
  grid-template-columns: 1fr 5fr;
}

.trending-number {
  font-size: 40px;
  font-weight: 700;
  padding-right: 1rem;
  color: #D8DDE3;
  width: 3rem;
}

.owner-hub-trending-category {
  margin: 0 0 1rem 0;
  font-size: 16px !important;
  line-height: 16px !important;
}

.owner-hub-trending-category > a {
  color: #334363 !important;
  font-weight: 400 !important;
}

.owner-hub-trending-title {
  margin: 0 0 2rem 0;
  font-size: 20px !important;
}

/* End styles for Owner's Hub posts list */

/* Start styles for Owner's Hub posts key takeaway section (from excerpt) */

.post_key_takeaway_title {
  color: #334363;
  font-size: 16px;
  margin: 16px 0;
}

.post_key_takeaway_body {
  color: #101939;
  font-size: 16px;
}

/* End styles for Owner's Hub posts key takeaway section (from excerpt) */

/* Start styles for Author page */
.author-name{
  margin: 1rem 0;
}

.author-job-title {
  margin: 0 !important;
  color: #00A7E6;
}

.author-bio-title {
  margin: 2rem 0 0 0;
  font-size: 25px;
}

.author-description {
  font-size: 16px;
  line-height: 21px;
}

.author-latest-post-list {
  padding-left: 1rem;
  margin: 0;
}

.author-latest-post {
  padding-left: 1rem;
  padding-top: 1rem;
  font-family: 'Neue Montreal', sans-serif;
  font-size: 16px;
  color: #334363;
  font-weight: 400;
}

.author-latest-post:after {
  content: url(https://solid-creature.mysites.io/wp-content/uploads/2023/03/arrow-icon-top-right-blue.png);
  padding-left: 0.5rem;
}

.author-flex-box{
  display: flex;
  gap: 2rem;
}

/* End styles for Author page */

/* Start styles for editorial team widget */

.team-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: minmax(100px, auto);
  gap: 2rem 1rem;
}

.writer-verifier {
  color: var(--e-global-color-secondary);
  font-size: var(--e-global-typography-752f682-font-size);
}

.editorial-team-top-line {
  display: flex;
}

.avatar-box {
  padding-top: 0.375rem;
}

.editorial-team-avatar {
  height: 45px !important;
  width: 45px !important;
  max-width: none !important;
  border-radius: 100vw !important;
  margin-right: 1rem;
}

.editorial-team-name {
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 8px;
  color: #101939;
}

.editorial-team-title {
  font-size: 16px;
  color: #00A7E6;
  line-height: 1rem;
}

.social-bar {
  padding: 1rem 0 0 0;
}

.editorial-team-social-link {
  height: 28px !important;
  width: 28px !important;
  max-width: none !important;
  border-radius: 100vw !important;
  background-color: white;
  border: 1px solid #101939 !important;
  padding: 4px;
  display: inline;
  margin-right: 0.25rem !important;
}

.editorial-team-social-link:hover {
  background-color: #00A7E6;
}

.editorial-team-social-link-large {
  height: 36px !important;
  width: 36px !important;
  max-width: none !important;
  border-radius: 100vw !important;
  background-color: white;
  border: 1px solid #101939 !important;
  padding: 8px;
  display: inline;
  margin-right: 0.25rem !important;
}

.editorial-team-social-link-large:hover {
  background-color: #00A7E6;
}


/* End styles for editorial team widget */

.link-hover-accent a:hover {
  color: #FFD391 !important;
}

.inline-button {
  text-decoration: underline !important;
  color: #101939 !important;
  position: relative;
  margin-top: 1rem;
}

.inline-button:hover {
  color: #00A7E6 !important;
}

.inline-button:after {
  content: url(https://solid-creature.mysites.io/wp-content/uploads/2023/02/Chevron-Right-Filled-Dark.svg);
  position: absolute;
  top: 1px;
  right: -20px;
}

.inline-button:hover:after {
  content: url(https://solid-creature.mysites.io/wp-content/uploads/2023/01/Hover_Text_Button_Icon.svg);
}

/* Start styles for Owner's Hub posts list */

.archive-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: minmax(100px, auto);
  gap: 1.5rem;
}

@media only screen and (max-width: 1024px) {
    .archive-container {	
	    grid-template-columns: repeat(2, 1fr);
	}
}


.owner-hub-archive-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 1rem !important;
}

.owner-hub-archive-category > a {
  color: #334363 !important;
  font-weight: 400 !important;
}

.owner-hub-archive-title {
  margin: 1rem 0 2rem 0;
  font-size: 20px !important;
}

/* End styles for Owner's Hub posts list */

/* Start styles for Podcast list */

.podcast-item {
  margin: 1rem 0 4rem;
}

.podcast-frame {
  height: 232px;
}

.podcast-info {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  padding: 2rem 1rem;
}

.podcast-info > div:nth-child(1) {
  grid-column: 1 / 6;
  font-size: 16px;
}

.podcast-info > div:nth-child(2) {
  grid-column: 6 / 7;
  text-align: right;
}

.podcast-detail {
  margin: 0;
}


/* End styles for Podcast list */


/* Start styles for Site Breadcrumb */

.breadcrumb {
  font-size: 16px;
  color: #D8DDE36E;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.breadcrumb > a {
  display: flex;
  align-items: center;
}

.breadcrumb-home {
  width: 60px;
  height: 26px;
  background: url("/wp-content/uploads/2023/03/SingleKey-Logo-LightGray-2.png") no-repeat;
  display: inline-block;
  transition: all 400ms ease 0s !important;
  flex-shrink: 0;
}

.breadcrumb-home:hover {
  background: url("/wp-content/uploads/2023/03/SingleKey-Logo-SkyBlue.png") no-repeat;
}

.breadcrumb-ancestor {
  color: #D8DDE36E !important;
  flex-shrink: 0;
}

.breadcrumb-ancestor:hover {
  color: #00A7E6 !important;
}

.breadcrumb-current {
  inline-size: fit-content;
  color: white;
  flex-shrink: 0;
}

.breadcrumb-hr {  
  border: 0;
  border-top: 1px solid #D8DDE36E;
}

/* End styles for Site Breadcrumb */


/* Hide "Home" menu item for mobile */
@media (max-width: 1024px) {
	.krftwrk-nav-menu .menu-item.item-14110 {
		display: none !importrant;
	}
}