/*
Theme Name: Errigal Camper Conversions
Version: 1.0
Description: A child theme of Customizr
Template: customizr
Author: Administrator
*/
/* Your awesome customization starts here */

/*Getting word wrap to go under the image instead of down the side*/
section {
    word-wrap: normal;
}

/* Changing colours and position of button on pages */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    color: #FFF;
    background-color: #935386;
    margin-left: 10px;
}

/* hiding grey margin at the top of the slider */
.tc-header {
    min-height: 45px;
    background: #fff;
    background-image: none;
    border-bottom: 0px solid #ffffff;
}

/* hiding optional on order notes */
.woocommerce form .form-row .optional {
    visibility: hidden;
}
