<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Gretchen Everett
Description: Child theme for Ultra theme developed for Gretchen Everett
Author: informationexperts.com
Template: themify-ultra
*/

/* write custom css below */

.builder-contact-fields .builder-contact-field .control-input input, .builder-contact-fields .builder-contact-field .control-input textarea {
	color: black !important;
}
.woocommerce div.product form.cart .button{ border:1px #ccc solid; border-radius: 10px; }
.woocommerce ul.products li.product .button{ border:1px #ccc solid; border-radius: 10px; }
.aboutbtn{ border:1px #ccc solid; border-radius: 10px; font-size: 12px; }
.highlight-link a{ color:#f15c2b !important; font-weight: bold !important; border: none !important; }
.coming-soon {
    color: #f15c2b;
    padding-top: 15%;
    text-align: center;
    border: 2px #f15c2b solid;
    margin-top: 7%;
    margin-bottom: 4%;
    padding-bottom: 15%;
    font-size: 40px;
}
.Coming-soon {
    color: #f15c2b;
    padding-top: 15%;
    text-align: center;
    border: 2px #000 solid;
    margin-top: 7%;
    margin-bottom: 4%;
    padding-bottom: 10%;
    font-size: 40px;
}
.Coming-soon h1 {font-size: 1.5em;}
.Coming-soon h1 .main-head { line-height: 1em; color: #f15c2b;}
.woocommerce-shop .woocommerce-products-header .page-description{ display:none}
.woocommerce-shop .woocommerce-info{ display:none }
.woocommerce-shop #sidebar{ display:none }</pre></body></html>