/*
Theme Name: Olsen Light Child
Theme URI: https://www.cssigniter.com/themes/olsen-light/
Author: CSSIgniter
Author URI: https://www.cssigniter.com
Description: Child theme for Olsen Light. Adds custom sticky sidebar and layout adjustments.
Template: olsen-light
Version: 1.0.0
Text Domain: olsen-light-child
*/
.flex-viewport {
    max-height: 200px !important;
    transition: all 1s ease;
}
.metaslider .slides img {
    width: 100%;
    display: block;
    height: 200px !important;
    object-fit: cover;
}
/* @media (min-width: 1200px) {
    .container {
        width: 1080px;
        max-width: 100%;
    }
} */
.single .entry-utils, .page .entry-utils{
	display:none !important;
}