/*!
Theme Name: Food Export
Author: Sandstorm Design
Author URI: https://www.sandstormdesign.com
Version: 1.1.0
*/

/* `src/` styles make no mention of `.layout-inner`, 
so adding + including legacy static build:*/
@import "./css/style.css";

.RadDock .rdTable {
    height: 0px;
}

[data-name="loginHeaderValidationMessage"] {
    display: none;
}

a.dynamic-header-link {
    color: black;
}

.global-footer-region-2 .global-footer-nav > ul > li > strong {
    font-size: 18px;
}

.trail-items {
    padding: 8px 15px;
    margin-bottom: 24px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0;
}

.trail-items > li {
    display: inline-block;
}

.trail-items > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/ ";
}

.trail-items > .active {
    color: #777777;
}

.trail-items {
    font-size: 12px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: #757575;
}

.trail-items > li {
    font-size: 14px;
    line-height: 1.42857;
    text-transform: uppercase;
    font-family: "Noto Sans JP", arial, sans-serif;
    font-weight: 700;
    font-weight: 500;
}

.trail-items > li:first-of-type a {
    text-decoration: none;
    font-size: 0;
}

.trail-items > li:first-of-type a:before {
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #336195;
    content: "\f015";
}

.trail-items > li + li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    padding: 0 12px;
    color: inherit;
}

.trail-items > li a {
    color: #336195;
    text-decoration: none;
}

.trail-items > .active {
    color: inherit;
}

@media screen and (max-width: 767px) {
    .trail-items > li:not(:nth-last-child(2)) {
        display: none;
    }
    .trail-items > li.up-one-level:before {
        content: "\f053";
    }
}

.mce-content-body {
    border: 10px solid transparent;
}

.mce-content-body .statistics-grid {
    margin-right: unset;
}

.thumbnail > p > img {
    width: 100%;
}

.homepage .success-story + div .h4 {
    font-weight: 700;
}

input.clear-button {
    text-decoration: underline;
    appearance: none;
    color: #126484;
    background: none;
}

.search-result-item > div > p {
    margin-bottom: 0;
}

.wpcf7 label {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.5;
}

.wpcf7-checkbox input {
    vertical-align: top;
}

.wpcf7-checkbox .wpcf7-list-item {
    display: block;
}

.wpcf7-list-item-label {
    padding-left: 6px;
}

.screen-reader-response {
    position: fixed;
    right: 200vw;
}

.alert-bar {
    text-align: center;
}

.wpcf7 form .wpcf7-response-output {
    clear: both;
    margin-top: 10px;
    position: relative;
    top: 10px;
}

@media screen and (min-width: 767px) {
    .media-video .media-asset p iframe {
        max-width: 100%;
        max-height: 196px;
    }
}

.success-story-image img {
    width: 100%;
}

.container,
.layout .layout-inner,
.layout.layout--background-fit--container .layout-background {
    width: 100%;
}

@media (min-width: 992px) {
    .container,
    .layout .layout-inner,
    .layout.layout--background-fit--container .layout-background {
        max-width: 988px;
    }
}

@media (min-width: 1200px) {
    .container,
    .layout .layout-inner,
    .layout.layout--background-fit--container .layout-background {
        max-width: 1188px;
    }
}

.widget .banner-main-heading {
    text-align: center;
    margin-block-end: 1.5em;
    padding-inline: 1.5em;
}


.mg-post-carousel-block {
    overflow: hidden;
}

.mg-post-carousel-block h2 {
    font-family: "Martel", serif;
    font-size: 2.25rem;
}

.mg-post-carousel-block .post-carousel-card {
    border: 1px solid #E9F0F8;
    background-color: #FFFFFF;
    border-radius: 16px;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.08));
    padding-top: 1.25rem;
}

.mg-post-carousel-block .post-carousel-image {
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 16px;
    transform: translateX(-1.25rem);
}

.mg-post-carousel-block .post-carousel-image img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}

.mg-post-carousel-block .post-carousel-content {
    padding: 1.25rem;
}

.mg-post-carousel-block .swiper {
    overflow: visible;
}

.mg-post-carousel-block .post-carousel-content a{
    text-decoration: none;
    line-height: 1.1;
}

.mg-post-carousel-block .swiper-slide.visible {
    opacity: 1;
}

.mg-post-carousel-block .swiper-slide:not(.visible) {
    opacity: 0;
}

.mg-post-carousel-block .post-title-row {
    position: relative;
    text-align: center;
}

.mg-post-carousel-block .swiper-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: fit-content;
    display: flex;
    gap: 1rem;
    height: 100%;
    align-items: center;
}

.mg-post-carousel-block .swiper-button-next,
.mg-post-carousel-block .swiper-button-prev {
    position: relative;
    left:auto;
    right:auto;
    top: 0;
    height: fit-content;
    width: 40px;
    margin-top:  0px;
}

.mg-post-carousel-block .swiper-button-next::after,
.mg-post-carousel-block .swiper-button-prev::after {
    display: none;
}