/*
Theme Name: Motio Child Theme
Author: Whiteower Digital Pty Ltd
Template: motio
Version: 1.0
*/

/* Update the font weight of title */
body .featured-media-under-header h1 {
    font-weight: 700;
}

@media only screen and (max-width: 768px){
    /* Shrink down the font size of title on blog page */
    body .featured-media-under-header h1 {
        font-size: 20px !important;
        line-height: 1.5em !important;
    }

    
    .announcement-item-list .nectar-hor-list-item[data-columns="2"][data-column-layout=small_first]>div:nth-child(2) {
        padding-right: 15px;
    }
}

@media only screen and (min-width: 1000px){
    /* Show the fourth item on the Home page */
    .nectar-flickity.nectar-carousel[data-small-desktop-columns="3"][data-spacing="15px"][data-format="default"] .cell{
        width: calc((100% - 60px) / 3.5);
    }

    /* Fixed the Annoucement list item font-size */
    .announcement-item-list .nectar-list-item h4 {
        font-size: 2vw !important;
        line-height: 1.2em !important;
    }

}