/*
	Theme Name:   	Lokerpro Child
	Theme URI:    	https://www.pojoksoft.com/
	Description:  	Lokerpro Child Theme
	Author: 		Pojoksoft.com
	Author URI: 	https://www.pojoksoft.com/
	Version: 		1.3.0
	License: 		GNU General Public License v2 or later
	License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: 	lokerpro
	Template:     	lokerpro
	Update URI: https://download.biz.id/marlina-theme-lokerpro/
*/

@import url("../lokerpro/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
h4{
    font-size: 14px !important;
}
#lokerpro-meta-settings{
	display:none !important
}
#primary-menu > li > a{
    font-size: 14px;
}
.content-thumbnail img{
    width: 100px;
    height: auto;
}
div.header-title{
    margin-left: 100px !important;
}
.has-post-thumbnail.pjs-smallthumb .item-article{
    margin-left: 100px;
}
.content-thumbnail img{
    max-width: 100px !important;
    max-height: 70px !important;
}
.content-thumbnail img{
    object-fit: contain;
}
.attachment-medium size-medium wp-post-image{
    max-width: 100px !important;
    max-height: 100px !important;
    object-fit: contain;
}