/* Styles Start here  imagebox-single */

/* Title Styles */
.side-by-side .content-section h5 {
    color: #212b38;
    font-family: 'monotype-grotesque', sans-serif;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 3px;
    margin-top: 11px;
}
.side-by-side .content-section h4,
.side-by-side .content-section h4 a {
    font-size: 30px;
    font-family: 'Windsor W01 Bold';
    line-height: 1.2em;
    margin-bottom: 3px;
    color: #212b38;
}
/* Description Styles */
.side-by-side .content-section p {
    font-family: 'monotype-grotesque', sans-serif;
    font-size: 14px;
    line-height: 1.45em;
    font-weight: 400;
    color: #212b38;
    margin-bottom: 13px;
}
/* Read More Button */
.side-by-side  .content-section .read-more {
    display: inline-block;
    font-family: 'monotype-grotesque', sans-serif;
    background-color: #e3dcd5;
    font-style: italic;
    font-weight: 100;
    font-size: 14px;
    letter-spacing: .05em;
    width: fit-content;
    padding: 5px 30px;
    margin-top: 0px;
    margin-bottom: 23px;
    transition: border-radius ease 0.6s;
    transition: color ease 1s;
    border-radius: 0;
    color: #2e3742;
}
.side-by-side:not(.slides-across-2) .slide > .inner {
    padding: 0;
}
.side-by-side  .content-section .read-more:hover {
    border-radius: 5px;
    background-color:#2e3742;
    color: #e3dcd5;
}
.side-by-side  .content-section .read-more i {
    font-size: 10px;
}

/* General Styles */
.core-side-by-side .slide .img-cont { 
    margin-bottom: 8px;
}

.side-by-side .img-cont::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 100%;
    opacity: 0.2;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0), black);
    pointer-events: none;
}
.side-by-side:not(.full-width) .slides {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1120px;
    margin: 0 auto;
}

/* Media Queries */
@media screen and (min-width: 1024px) {
    .core-side-by-side .slide .img-cont:hover img { 
        transform: scale(1.1);
        transition: transform ease-out 1.5s;
    }
    .side-by-side {
        position: relative;
    }
    .side-by-side .slide .content-section .inner {
        padding-left: 30px;
    }
    
    /* Title Styles */
    .side-by-side .content-section h4,
    .side-by-side .content-section h4 a {
        font-size: 40px;
        line-height: 1.2em;
        margin-bottom: 25px;
    }
    /* Description Styles */
    .side-by-side .content-section p {
        font-size: 18px;
        line-height: 1.5em;
        margin-top: 0;
    }
    /* Read More Button */
    .side-by-side  .content-section .read-more {
        font-size: 15px;
        margin-top: 19px;
        padding: 5px 15px;
    }
    .side-by-side  .content-section .read-more i {
        font-size: 12px;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 640px) {
    .core-side-by-side .slide .img-cont img {
        height: 100%;
    }
}
