/*
Theme Name: Wise Systems 2022
Author: Upperquad
Author URI: https://upperquad.com/
Description: Wise Systems
Version: 1.0.3
License: MIT
Text Domain: wise-systems
*/
/* .imageContainer:before {
    content: '';
    background-image: linear-gradient(to top, #D5E5FF, transparent);
    position: absolute;
    width: 100%;
    height: 40%;
    top: 0;
    z-index: 1;
    transform: rotate(180deg);
    bottom: -1px;
    left: 0;
} */
.imageContainer:before {
    content: '';
    background: linear-gradient(180deg, rgba(213,228,255,0) 0%, rgb(213, 228, 255) 70%);
    position: absolute;
    width: 100%;
    height: 40%;
    /* top: 0; */
    z-index: 1;
    /* transform: rotate(180deg); */
    bottom: -1px;
    left: 0;
}
.custom-navigation .page-numbers:not(:last-child){
    margin-right: 5px;
}

@media screen and (min-width:1400px){
    .imageContainer .type-heading-1 {
        font-size: 48px;
        line-height: 49px;
    }
}
@media screen and (max-width:1399px){
    .imageContainer .type-heading-1 {
        font-size: 32px;
        line-height: 1.2;
    }
}
@media screen and (min-width:1024px){
    body .imageContainer{
        padding-left: calc((98vw - var(--scrollbar-width))/var(--gridColumns)*4) !important;
        padding-right: calc((98vw - var(--scrollbar-width))/var(--gridColumns)*4) !important;
    }
}

@media (min-width: 1024px) {
    .formatted-text blockquote p, .mce-content-body blockquote p {
        font-size: 24px;
        grid-column: span 50/span 50 !important;
        grid-column-start: 13 !important;
    }
    }