/* Adding font smoothing so that it will show Bold texts no chrome browser on mac/os */
body {
    -webkit-font-smoothing: antialiased;
}

/* Amgee image field "Use business logo" css */
.mid-block-layout-section-links .view-content.view-rows .cols-2 .views-row .views-col .views-field-amgee-image-field, .talk-mid-block-css .view-content.view-rows .cols-2 .views-row .views-col .views-field-amgee-image-field {
    float: right;
    margin: 0 0 0.5em 0.5em;
    clear: both;
    width: 45%;
}

/* Calendar page color changes */
.path-calendar .calendar-date.view.view-calendar.view-id-calendar .view-filters .form--inline {
    background: rgb(100 127 140);
}
.path-calendar .calendar-date li.calendar-date-label {
    background-color: rgb(154 176 187);
}
.path-calendar .calendar-date li.calendar-event {
    background: rgb(220 228 232);
}

/* body field ul, ol css */
.views-field-body ol, .views-field-body-1 ol {
    list-style: auto;
    margin: 0 0 1.25rem;
    padding-left: 2.25rem;
    padding-right: 0;
}

.views-field-body ul, .views-field-body-1 ul {
    list-style: unset;
    margin: 0 0 1.25rem;
    padding-left: 2.25rem;
    padding-right: 0;
}

/* 09-apr-25 small image gallery center aligned in articles classic gallery */
.block-config-provider--views.block-plugin-id--views-block-gallery-image-style-block-3 {
    width: auto;
    max-width: 100%;
    float: none;
}
.block-config-provider--views.block-plugin-id--views-block-gallery-image-style-block-3 img.image-style-gallery-small {
    float: none;
}

/* make captcha textfield small */
.js-form-item-captcha-response {
    max-width: 100px;
}
#edit-captcha-image-wrapper {
    margin-top: 12px;
}

@media only screen and (max-width: 736px) {
    .user-logged-in .pr-header nav#block-mainmenu li.menu-item.mobile-menu-visible#login-menu {
        display: none;
    }
}

 @media screen and (max-width: 1280px) {
    /* line 3595, ../sass/screen.scss */
    .block-config-provider--addtoany.block-plugin-id--addtoany-block {
      z-index: 1;
    }
}

/* Hide the main street shop block from left sidebar on desktop for all domains */
body div.atl__lc.lc-2 .block-plugin-id--views-block-main-street-shop-block-1 {
    display: none;
}
@media only screen and (max-width: 736px) {
    /* Show the main street shop block in left sidebar on mobile for PBP */
    body.pbp div.atl__lc.lc-2 .block-plugin-id--views-block-main-street-shop-block-1 {
        display: block;
    }
    /* Hide the main street shop block in right sidebar on mobile for PBP */
    body.pbp div.atl__lc.lc-3 .block-plugin-id--views-block-main-street-shop-block-1 {
        display: none;
    }
}
body.pbp .your-history-your-story-button {
    display:none !important;
}
body.pbp .your-history-your-story-button-para {
    margin-bottom: -1rem;
}

/* 22-oct-26 fix for article body text upper two lines not taking full width when no classic image present for non logged in user*/
body.path-article .node__content > .atl.atl--twocol-8-4 > .atl__lr.atl__cw > .atl__lc.lc-1 > .block-plugin-id--views-block-gallery-image-style-block-2 {
    width: auto;
}