/*
 Theme Name: Woostify Child
 Theme URI: https://woostify.com/
 Description: Woostify WordPress theme example child theme.
 Author: Sherwin Domingo
 Author URI: https://woostify.com/
 Template: woostify
 Version: 1.0.0
*/

.single_add_to_cart_button.button {
	min-width: 0 !important;
}

/*STYLE FOR CONTACT FORM 7 - Use other Contact Forms as templates so these apply*/
.contact-form-wrap input{
    margin: 10px 0;
    padding: 0 10px;
    height: 45px;
}

.contact-form-wrap textarea, .contact-form-wrap input{
	width: 100%;
	transition: 0.3s ease;
}

.contact-form-wrap input:focus, .contact-form-wrap textarea:focus{
    border-color: black;
}

.contact-form-wrap input[type=submit]{
    background-color: #6e0000;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s ease; 
}

.contact-form-wrap input[type=submit]:hover{
    background-color: #dcc88c;
    color: black;
}
