/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: the Child of Twenty Twenty-Five theme
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Template: twentytwentyfive
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/


.marjakauha-logo {
    padding:  0rem 3rem;
}

form.wpcf7-form input, form.wpcf7-form textarea {
    background-color: #d0cdc7;
    border: 0px;
    border-radius: 10px;
    padding: 0.7rem;
    width: 100%;
    margin-top: 0.5rem;
}

form.wpcf7-form input[type=submit] {
    background-color: #000;
    color: #fff;
    padding: 1rem;
    border-radius: 10px;
}

/* Mobile */
@media (max-width: 760px) {

.eko-2-column {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

}