/*
Theme Name: Cake Maker
Theme URI: https://cakemaker.site/
Author: Cake Maker
Author URI: https://cakemaker.site/
Description: Cake maker is built for this website
Version: 1.0.2
Requires at least: 5.0
Tested up to: 6.6.2
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sweeny
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.wdt-content-item img {
    height: 400px !important;
}

form.wdt-home3-form .wdt-cus-contact-form-btn input[type="submit"] {
    background-color: #4b011d;
    color: var(--wdtAccentTxtColor);
}

div.wdt-logo-container img {
    max-height: 90px;
    object-fit: contain;
}

img.attachment-wdt-blog-iii-column.size-wdt-blog-iii-column.wp-post-image {
    height: 350px;
    object-fit: cover;
    object-position: unset;
}

.wdt-classic-style.wdt-post-entry.entry-grid-layout .blog-entry > div.entry-thumb {
    display: block;
    float: none;
    width: 100% !important;
}