body {
font-family: var(--work-sans) !important;
}
.rounded-hp {
border-radius: 8px !important;
}
.ratio-1 {
aspect-ratio: 1 / 1;
object-fit: cover;
}
.badge {
text-transform: uppercase;
}
.badge-category {
color: var(--ast-global-color-3) !important;
}
.badge-category.science-bg {
background-color: #f9e0ff;
}
.badge-category.default-bg {
background-color: #c7eef1;
}
.mobile-only {
display: none;
@media (max-width: 767.98px) {
display: block;
}
}
.desktop-only {
display: block;
@media (max-width: 767.98px) {
display: none;
}
} .acf-input input,
.acf-input select,
.acf-input textarea {
background-color: #f4f4f4;
border-width: 0px 0px 0px 0px;
border-radius: 25px 25px 25px 25px;
max-width: 100%;
min-height: 40px;
}
.acf-input label {
color: var(--ast-global-color-0);
font-weight: bold;
font-size: 14px;
}
.acf-fields > .acf-field {
border: none !important;
}
input.acf-button {
background: #fff;
border: 2px solid var(--ast-global-color-1);
color: var(--ast-global-color-1);
font-size: 15px;
}
div.snackbar {
display: flex;
justify-content: space-around;
align-items: center;
flex-wrap: wrap;
min-height: 40px;
background: var(--ast-global-color-6);
border-radius: 25px;
position: fixed;
z-index: 99999;
bottom: 68px;
width: 40vw;
left: calc(50% - 20vw);
padding: 10px;
}
div.snackbar p {
margin: 0;
}
.snackbar span.close {
position: absolute;
top: -10px;
right: 0;
cursor: pointer;
}
h2.resource-form-title {
text-align: center;
padding: 20px 0 40px 0;
color: var(--ast-global-color-1);
} header {
margin-bottom: 30px;
.hub {
height: 64px;
}
.site-logo {
max-width: 130px;
margin: 30px auto;
}
.claim {
font-family: var(--work-sans);
font-size: 16px;
font-style: normal;
font-weight: 600;
color: var(--ast-global-color-1);
}
.to-dashboard {
font-family: var(--work-sans);
font-size: 16px;
font-style: normal;
font-weight: 600;
color: var(--ast-global-color-1);
text-decoration: none;
transition-duration: 500ms;
&:hover {
color: var(--ast-global-color-2);
transition-duration: 500ms;
}
}
}
.hub-bg {
background-image: linear-gradient(
90deg,
#b49dcd 5%,
#8ce7ed 51%,
#7ce4ea 95%
);
}
.hub-object-bg {
background: linear-gradient(180deg, #502580 0%, #22c7d1 100%);
}
.post-title {
font-family: var(--libre-baskerville);
font-size: 40px;
font-style: normal;
font-weight: bold;
h4 {
color: var(--ast-global-color-2);
text-decoration: none;
font-weight: bold;
a {
color: var(--ast-global-color-2);
}
}
}
.libre-title {
font-family: var(--libre-baskerville);
}
.work-title {
font-family: var(--work-sans);
} .see-all {
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
color: var(--ast-global-color-1);
text-decoration: underline !important;
} .companies-involved {
display: flex;
align-items: center;
gap: 15px;
}
.companies-involved-text,
.post-by {
color: #1b365d;
font-size: 12px;
font-weight: 400;
}
.companies-involved-logos {
display: flex;
align-items: center;
gap: 10px;
}
.companies-involved-logos img,
.sponsorship-logos img,
.post-by img {
max-height: 40px;
width: auto;
max-width: 90px !important;
object-fit: contain;
}
.sponsorship {
display: flex;
align-items: center;
gap: 15px;
margin-right: 10px;
}
.sponsorship-text {
color: #1b365d;
font-size: 12px;
font-weight: 400;
}
.sponsorship-logos {
display: flex;
align-items: center;
gap: 10px;
} .upcoming-webinar {
.post-image {
width: 50%;
}
.post-heading {
width: 50%;
}
}
@media (max-width: 767.98px){
.upcoming-webinar {
.post-image {
width: 100%;
}
.post-heading {
width: 100%;
}
}
}
.previous-webinars {
.post-image {
width: 30%;
}
.post-heading {
width: 70%;
}
@media (max-width: 767.98px) {
.post-image {
width: 100%;
}
.post-heading {
width: 100%;
}
}
}
.webinar-date-time {
display: flex;
align-items: center;
gap: 12px;
font-size: 16px;
color: #333;
}
.date-wrapper,
.time-wrapper {
display: flex;
align-items: center;
gap: 8px;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 40px;
}
.calendar-icon,
.clock-icon {
width: 20px;
height: 20px;
display: inline-block;
}
.calendar-icon {
background: url(https://microbiomepost.com/wp-content/themes/microbiome/assets/icons/calendar.svg) no-repeat center;
background-size: contain;
}
.clock-icon {
background: url(https://microbiomepost.com/wp-content/themes/microbiome/assets/icons/clock.svg) no-repeat center;
background-size: contain;
}
.separator {
color: #666;
font-weight: 300;
padding: 0 4px;
} .post-card.post-type-badge::before {
content: attr(data-post-type);
display: inline-block;
padding: 0.25rem 0.5rem;
text-transform: uppercase;
color: var(--ast-global-color-2);
font-size: 12px;
font-style: normal;
font-weight: 600;
background: #f9e0ff;
border-radius: 0.25rem;
margin-bottom: 12px;
}
.post-card.probiotic-blends::before {
content: 'Blend';
}
.post-card.probiotic-strains::before {
content: 'Strain';
}
.strain-bg {
background-color: #e8e4ff;
}
.rank-math-breadcrumb .last {
font-weight: bold;
}  .evcal_event_title {
font-family: var(--libre-baskerville) !important;
font-size: 20px !important;
line-height: 1.4 !important;
color: var(--ast-global-color-1) !important;
margin-bottom: 16px !important;
}
.evoet_dayblock .evo_start em.time {
color: #000000 !important;
font-style: normal !important;
font-size: 16px !important;
}
.event_location_name {
font-size: 16px !important;
color: #000000 !important;
font-style: normal !important;
}
.evcal_oganizer em i {
font-size: 14px !important;
color: #6b7280 !important;
font-style: normal !important;
}
.evoet_dataval {
font-size: 16px !important;
color: #000000 !important;
font-style: normal !important;
}
span.evoet_dayblock.evcal_cblock {
color: black !important;
}
@media (max-width: 768px) {
.evcal_event_title {
font-size: 18px !important;
}
}
.evoet_dayblock {
padding: 0 !important;
display: flex !important;
align-items: center !important;
gap: 8px !important;
}
.evoet_dayblock:before {
content: '' !important;
background-image: url(//microbiomepost.com/wp-content/themes/microbiome/assets/icons/calendar.svg) !important;
width: 20px !important;
height: 20px !important;
display: inline-block !important;
background-size: contain !important;
background-repeat: no-repeat !important;
}
.evoet_dayblock .evo_start em.time {
padding: 0 !important;
}
.evoet_location {
display: flex !important;
align-items: center !important;
gap: 8px !important;
margin-top: 8px !important;
}
.fa-location-pin:before {
content: '' !important;
background-image: url(//microbiomepost.com/wp-content/themes/microbiome/assets/icons/marker-03.png) !important;
width: 20px !important;
height: 20px !important;
display: inline-block !important;
background-size: contain !important;
background-repeat: no-repeat !important;
top: 5px;
position: relative;
}
.ajde_evcal_calendar.color .evcal_cblock .evo_end:before,
.evo_lightboxes .color.eventon_list_event .evcal_cblock .evo_end:before {
background-color: #000 !important;
}
#event-list-microbiome {
.eventon_list_event {
border-radius: 16px !important;
padding: 24px !important;
box-shadow: none !important;
width: 33% !important;
@media (max-width: 767.98px){
width: 100% !important;
}
}
@media (max-width: 767.98px){
.eventon_list_event {
width: 100% !important;
}
}
.evo_boxtop {
width: 250px !important;
height: 120px !important;
top: 30px !important;
left: 30px !important;
border-radius: 2px !important;
@media (max-width: 767.98px){
width: 200px !important;
height: 96px !important;
}
}
span.evoet_c1.evoet_cx {
display: none;
}
p.desc_trig_outter a {
padding-top: 150px !important;
}
.ajde_evcal_calendar.boxy.boxstyle1.tbg1
#evcal_list
.eventon_list_event
.desc_trig {
flex-direction: row;
}
.evoet_dayblock {
padding: 0 !important;
display: flex !important;
align-items: center !important;
gap: 8px !important;
}
.evoet_dayblock:before {
content: '' !important;
background-image: url(//microbiomepost.com/wp-content/themes/microbiome/assets/icons/calendar.svg) !important;
width: 20px !important;
height: 20px !important;
display: inline-block !important;
background-size: contain !important;
background-repeat: no-repeat !important;
}
.evoet_dayblock .evo_start em.time {
padding: 0 !important;
}
.evoet_location {
display: flex !important;
align-items: center !important;
gap: 8px !important;
margin-top: 8px !important;
}
.fa-location-pin:before {
content: '' !important;
background-image: url(//microbiomepost.com/wp-content/themes/microbiome/assets/icons/marker-03.png) !important;
width: 20px !important;
height: 20px !important;
display: inline-block !important;
background-size: contain !important;
background-repeat: no-repeat !important;
}
.evcal_oganizer {
margin-bottom: 16px !important;
}
.evoet_dataval {
margin-top: 4px !important;
display: block !important;
}
.evcal_cblock,
.evcal_desc {
border: none !important;
}
.desc_trig.mul_val {
border: none !important;
}
@media (max-width: 768px) {
.eventon_list_event {
padding: 16px !important;
}
}
.ajde_evcal_calendar.boxy.boxstyle1
#evcal_list
.eventon_list_event
.evcal_desc
span.evcal_event_title,
.ajde_evcal_calendar.boxy.boxstyle1
#evcal_list
.eventon_list_event
.evcal_desc
span.evcal_event_subtitle {
white-space: normal !important;
}
.ajde_evcal_calendar.color .evcal_cblock .evo_end:before,
.evo_lightboxes .color.eventon_list_event .evcal_cblock .evo_end:before {
background-color: #212529;
}
}
span.cal_head_btn.evo-sort-btn {
display: none;
} a.resources-card {
display: flex;
margin-top:10px;
gap:10px;
align-content: center;
align-items: center;
h5 {
font-size: 16px;
font-style: normal;
font-weight: 700;
padding:10px
}
img {
width:30%;
border-radius:20px;
}
}