/*!
Theme Name: Cloudfields
Theme URI: https://cloudfields.com/
Author: Bibek Shrestha
Author URI: https://sthbibek.com.np/
Description: Cloudfields Site Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cloudfields
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/* Single Product CPT — mirrors .page rules since CPT singles get .single not .page */
.single-product #wrapper,
.single-product .site-header {
    background: var(--purple-color);
}

.single-product .site-header .social-list li a {
    background: #5A5B5B;
    color: #fff;
}

.single-product .menu-toggle-holder .menu-toggle {
    background: #5a5b5b;
}

.single-product .menu-toggle-holder .menu-toggle span {
    background: var(--purple-color);
}

.single-product.page:not(.home) .site-header .logo {
    color: var(--orange-color);
}

/* Product Archive */
.post-type-archive-product .site-header .social-list li a,
.post-type-archive-product .menu-toggle-holder .menu-toggle {
    background: rgba(0, 0, 0, 0.4);
}

.footer-newsletter .wpcf7-spinner {
    position: absolute;
    left: 0;
}

input[type="submit"].btn.btn-submit {
    min-height: 4.375rem;
    min-width: 17.5rem;
    border-radius: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 0.625rem 1.25rem;
    letter-spacing: -0.05px;
    font-weight: 400;
    background: var(--orange-color);
    border-color: var(--orange-color);
    color: var(--white-color);
}

input[type="submit"].btn.btn-submit:hover,
input[type="submit"].btn.btn-submit:active,
input[type="submit"].btn.btn-submit:focus {
    color: var(--white-color);
}

.wpcf7 form .wpcf7-response-output {
    color: var(--white-color);
}

.archive-filter {
    display: none !important;
}
