/*
 Theme Name:  Armadale Theme
 Theme URI:    http://tmfds.com
 Description:  Mastery Child Theme
 Author:       JS
 Author URI:   http://tmfds.com
 Template:     mastery
 Version:      2.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         tmf,tmfds,js
 Text Domain:  mastery-child
*/


/* Body */
.testimonials-buttons {
	display:none;
}


/* Mobile Menu */
#toggle-menu-button span, #toggle-menu-button span:before, #toggle-menu-button span:after {
	background-color:#ffffff !important;
}


/* Woocommerce */
a.button wc-backward, .return-to-shop {
	display:none;
}

.woocommerce .woocommerce-message {
	border-top-color:#013ca6;
}

.woocommerce .woocommerce-message:before {
	color:#013ca6;
}
.woocommerce-page #page-title, .woocommerce-page .woocommerce-breadcrumb {
	display: none;
}


/* Contact Form */
div.wpcf7-mail-sent-ok {
	border: 2px solid #013ca6;
}
.contact-form input[type=email] {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	width:100%;
}