#__single_page .post-image > div{
overflow:hidden;
}
#__single_page .post-socials .wp-block-kadence-single-icon > *{
width: 40px;
height: 40px;
display: flex;
justify-content: center;
}
#__single_page .post-socials .wp-block-kadence-single-icon svg{
width:min-content;
} .post-collection{
display:flex;
flex-direction:column;
flex-wrap:wrap;
gap:24px;
}
.post-collection.video-list > .post-item{
border-radius:16px;
background:var(--white);
box-shadow:0 4px 50px 8px var(--shadow);
}
.post-collection.video-list > .post-item .wp-block-cover > img{
border-top-left-radius:16px;
border-top-right-radius:16px;
}
.post-collection > .post-item:hover{
cursor:pointer;
}
.post-collection > .post-item > .wp-block-columns{
gap:24px;
}
.post-collection > .post-item > .wp-block-columns > .wp-block-column:first-child > .wp-block-cover{
border-radius: 8px;
overflow: hidden;
}
.is-featured .post-category,
.post-collection > .post-item > .wp-block-columns > .wp-block-column:last-child .post-category{
display: flex;
flex-wrap: wrap;
gap: 4px;
}
.post-collection > .post-item > .wp-block-columns > .wp-block-column:last-child h4{
border-bottom: 1px solid transparent;
}
.is-featured .post-category > *,
.post-collection > .post-item > .wp-block-columns > .wp-block-column:last-child .post-category > *{
padding: 4px 8px;
border-radius: 100px;
border: 1px solid var(--border2);
}
.post-collection > .post-item:hover > .wp-block-columns > .wp-block-column:first-child > .wp-block-cover > img{
transform: scale(1.05);
}
.post-collection > .post-item:hover > .wp-block-columns > .wp-block-column:last-child h4{
border-color:var(--black);
} .post-filters > div{
display:flex;
flex-direction:column;
gap:16px;
}
.post-filters > div > *{
flex:1 1 0px;
position:relative;
}
.post-filters > div > * .kt-button{
justify-content:space-between;
}
.post-filters > div > .wp-block-search > div{
padding: 10px 15px 10px 24px;
border: 0;
background: var(--color11);
border-radius: 100px;
overflow: hidden;
}
.post-filters  > div > .wp-block-search > div > input[type="search"]{
-webkit-appearance: textfield;
background: transparent;
font-size:16px;
line-height:24px;
}
.post-filters > div > .wp-block-search > div > button[type="submit"]{
font-size: 20px;
padding: 0;
border: 0;
transform: rotateY(180deg);
color: var(--color2);
}
.post-filters > div > * .kt-button + .post-filter-items{
width: 100%;
border: 1px solid #E0E0E0;
border-radius: 12px;
background:var(--white);
z-index:2;
overflow:hidden;
}
.post-filters > div > * .kt-button:not(.active) + .post-filter-items{
display:none;
}
.post-filters > div > * .kt-button.active svg{
transform:rotate(180deg);
}
.post-filters > div > * .kt-button + .post-filter-items > label{
display: block;
padding: 10px 16px;
position:relative;
}
.post-filters > div > * .kt-button + .post-filter-items > label:not(:last-child){
border-bottom: 1px solid var(--border);
}
.post-filters > div > * .kt-button + .post-filter-items > label:hover{
background:var(--color1);
cursor:pointer;
}
.post-filters > div > * .kt-button + .post-filter-items > label > input{
display:none;
}
.post-filters > div > * .kt-button + .post-filter-items > label > input + span{
content: "";
background: rgba(100, 109, 121, 0.1);
border: 1px solid rgba(100, 109, 121, 0.15);
border-radius: 3px;
display: inline-block;
width: 24px;
height: 24px;
vertical-align: middle;
margin-right:12px;
flex:none;
display:none;
}
.post-filters > div > * .kt-button + .post-filter-items > label > input:checked + span{
background-image:url(//personnelgroup.com.au/wp-content/themes/beespoke/assets/imgs/check.svg);
background-size:16px;
background-position:center;
background-repeat:no-repeat;
} .post-nav{
display: flex;
justify-content: space-between;
border-radius:16px;
border:1px solid var(--border2);
overflow:hidden;
flex-direction:column;
}
.post-nav > a{
padding:16px 24px;
font-size:20px;
line-height:26px;
font-weight:700;
color:var(--black);
display: flex;
align-items: center;
letter-spacing: -1px;
font-family:var(--font-primary);
}
.post-nav > *{
flex:1 1 0px;
}
.post-nav > a.post-prev:before,
.post-nav > a.post-next:after{
content:"";
width:40px;
height:40px;
background:url(//personnelgroup.com.au/wp-content/themes/beespoke/assets/imgs/arrowright.svg);
background-size:80%;
background-position:center;
background-repeat:no-repeat;
display:inline-block;
vertical-align:middle;
}
.post-nav > a.post-prev:before{
margin-right:16px;
}
.post-nav > a.post-next:after{
margin-left:16px;
transform:rotate(180deg);
}
.post-nav > a:hover{
background:var(--color1);
} @media(min-width:782px){ .post-collection.video-list > .post-item{
width:calc(50% - 12px);
} .post-nav > a{
transition:all 300ms;
}
}
@media(min-width:1025px){ .post-collection{
display:flex;
flex-direction:row;
}
.post-collection > .post-item{
width:calc(50% - 12px);
}
.post-collection.video-list > .post-item{
width:calc((100% / 3) - 16px);
}
.post-collection > .post-item > .wp-block-columns > .wp-block-column:first-child > .wp-block-cover > img,
.post-collection > .post-item > .wp-block-columns > .wp-block-column:last-child h4{
transition:all 300ms;
} .post-filters > div{
flex-direction:row;
gap:8px;
}
.post-filters  > div > *{
max-width:400px;
}
.post-filters  > div > .wp-block-search > div{
padding: 10px 15px 10px 32px;
}
.post-filters  > div > .wp-block-search > div > input[type="search"]{
font-size:18px;
line-height:26px;
}
.post-filters  > div > .wp-block-search > div > button[type="submit"]{
font-size:24px;
}
.post-filters > div > * .kt-button + .post-filter-items{
display:block!important;
position:absolute;
top:100%;
opacity:0;
transition:all 300ms;
pointer-events:none;
}
.post-filters > div > * .kt-button.active + .post-filter-items{
margin-top:8px;
opacity:1;
pointer-events:unset;
}
.post-filters > div > * .kt-button + .post-filter-items > label{
padding: 16px 24px;
display:flex;
} .post-cta-container .post-cta-image img{
position: absolute;
z-index: 2;
height: 100%;
right: 0;
object-fit: cover;
object-position: left;
max-width: 510px;
} .post-nav{
justify-content: space-between;
flex-direction:row;
}
.post-nav > a{
padding:30px 32px;
font-size:24px;
line-height:36px;
}
.post-nav.is-both > a.post-prev,
.post-nav:not(.is-both) > a.post-prev{
border-right:1px solid var(--border2);
}
.post-nav:not(.is-both) > a.post-next{
border-left:1px solid var(--border2);
}
.post-nav > a.post-prev:before,
.post-nav > a.post-next:after{
background-size:100%;
}
}
@media(min-width:1200px){ #__single_page .post-socials{
flex-direction: column;
position: absolute;
margin-left: -120px;
margin-top: -130px;	
}
#__single_page .post-socials.post-socials-2{
flex-direction: column;
position: absolute;
margin-left: -120px;
margin-top: 0;	
}
#__single_page .post-socials .wp-block-kadence-single-icon > *{
width: 48px;
height: 48px;
} .post-cta-container .post-cta-image img{
max-width: 680px;
}
}
@media(min-width:1400px){ .post-cta-container .post-cta-image img{
max-width: 847px;
}
}
@media(max-width:1024px){ .post-nav > span{
display:none;
}
}