/*
Theme Name: Divi - CMS Theme
Description: A child theme of Divi customized for The Canadian Coast Guard.
Author: Innovexa Solutions.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Divi

*/
a {
    color: #2ea3f2;
}
a, a:hover {
    text-decoration: none;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 15px;
    font-size: 14px;
    border-radius: 3px;
    background-color: #fff;
    color: #4e4e4e;
    border: 1px solid #bbb;
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea{
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 2px;
    color: #4e4e4e;
}
