AlkantarClanX12
| Current Path : /www/capitalgmcbuickregina_830/public/wp-content/plugins/leadbox-staff/resources/styles/ |
| Current File : /www/capitalgmcbuickregina_830/public/wp-content/plugins/leadbox-staff/resources/styles/staff.css |
.lbx-staff-member {
display: flex !important;
}
.lbx-staff-member .card {
margin-top: 0px !important;
min-height: 490px !important;
display: flex !important;
flex-direction: column !important;
width: 100% !important;
}
.lbx-staff-bio-section {
margin-top: auto !important;
}
.italic {
font-style: italic !important;
}
.list-none {
list-style-type: none !important;
}
@media (min-width: 640px) {
.sm\:text-base {
font-size: 1rem !important;
line-height: 1.5rem !important;
}
}
@media (min-width: 1280px) {
.xl\:text-base {
font-size: 1rem !important;
line-height: 1.5rem !important;
}
.xl\:text-sm {
font-size: 0.875rem !important;
line-height: 1.25rem !important;
}
.xl\:text-lg {
font-size: 1.125rem !important;
line-height: 1.75rem !important;
}
}
.m-0 {
margin: 0px !important;
}
.\!pl-0 {
padding-left: 0px !important;
}
.img-staff-container {
width: 100% !important;
height: 300px !important;
margin: 0 auto !important;
}
.lbx-staff-image {
max-height: 300px !important;
width: 100% !important;
max-width: 300px !important;
height: 100% !important;
aspect-ratio: 1/1;
margin: 0 auto !important;
-o-object-fit: cover !important;
object-fit: cover !important;
-o-object-position: center !important;
object-position: center !important;
mask-mode: alpha !important;
-webkit-mask-repeat: no-repeat !important;
mask-repeat: no-repeat !important;
-webkit-mask-size: contain !important;
mask-size: contain !important;
-webkit-mask-position: top !important;
mask-position: top !important;
border-radius: 0 !important;
-webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgMjAwIj48cGF0aCBjbGFzcz0ic3F1YXJlX3N2Z19fc3QwIiBkPSJNMCAwaDIwMHYyMDBIMHoiPjwvcGF0aD48L3N2Zz4=) !important;
mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgMjAwIj48cGF0aCBjbGFzcz0ic3F1YXJlX3N2Z19fc3QwIiBkPSJNMCAwaDIwMHYyMDBIMHoiPjwvcGF0aD48L3N2Zz4=) !important;
}
.lbx-staff-image img {
margin: 0 auto;
}
table.widefat tbody tr:nth-child(even) {
}
/* Staff Bio Modal */
.lbx-staff-bio-btn {
background: none;
border: 1px solid currentColor;
cursor: pointer;
padding: 4px 12px;
border-radius: 4px;
transition: background 0.2s, color 0.2s;
}
.lbx-staff-bio-btn:hover {
background: #333;
color: #fff;
}
.lbx-modal {
display: none;
}
.lbx-modal.is-open {
display: block;
}
.lbx-modal__overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}
.lbx-modal__container {
background: #fff;
padding: 30px;
max-width: 600px;
width: 90%;
max-height: 80vh;
border-radius: 8px;
overflow-y: auto;
box-sizing: border-box;
}
.lbx-modal__header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.lbx-modal__title {
font-size: 1.25rem;
font-weight: 700;
margin: 0;
}
.lbx-modal__close {
background: transparent;
border: 0;
cursor: pointer;
font-size: 1.5rem;
line-height: 1;
padding: 0;
}
.lbx-modal__close::before {
content: "\2715";
}
.lbx-modal__content {
line-height: 1.6;
}