/**
 * Theme Name: Luum
 * Template:   twentytwentyfive
 * Author: Luis Alberto Chacón García
 * Author URI: https://lcfreelancer.com
 * Description: With over 7 years of expertise.
 * Requires at least: 6.4
 * Tested up to: 6.6
 * Requires PHP: 7.0
 * Version: 0.1
 * Text Domain: luum
 */

.thelast{
	margin-bottom: 1px !important;
}

.mmcatlist{
	list-style: none;
	display: contents;
}

@media (max-width: 1024px) {
	.thelast{
		margin-bottom: 2px !important;
	 }	
}

.contactform input{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1rem;
}

.contactform input.wp-element-button{
    width: 50% !important;
}

.owl-dots button.active {
	background: #3657ff !important;
}