/*
Theme Name: Curly Child
Theme URI: https://curly.qodeinteractive.com/
Description: A child theme of Curly Theme
Author: Mikado Themes
Author URI: https://qodeinteractive.com/
Version: 1.0.0
Text Domain: curly
Template: curly
*/

.time-section{
	 display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 27px;
}
.time-section .line {
	border-bottom: 0.1rem solid rgba(255,255,255,.3);
	width: auto;
    flex: 1;
    margin: 8px 10px 0px 10px;
}
.home .mkdf-wrapper .mkdf-logo-wrapper a img.mkdf-light-logo {
    transform: translateY(-182%)!important;
}
.mkdf-logo-wrapper a img.mkdf-light-logo {
    transform: translateY(-176%)!important;
}
.mkdf-logo-wrapper a img.mkdf-dark-logo {
    transform: translateY(-75%)!important;
}