/*
Theme Name:     Boa Vista Child
Description:    This is a child theme for Shopkeeper.
Author:         boavistacoffee
Template:       shopkeeper

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/*hide category title on category pages*/
.page-title.on-shop {
    display: none;
}

/*hide price range on product pages
.woocommerce-page .product_infos .price {
display: none;
}*/

/*hide additional information tab*/
.additional_information_tab {
display: none !important;
}

/*move content area so that it doesn't overlap header menu*/
.woocommerce-page .content-area {
    padding: 68px 0 0;
}

/*hide white line below footer widget area*/
.site-footer-widget-area > .row {
    border-bottom: 0 solid #ddd;
}

/*change header font size*/
.site-header ul, .site-header ol, .site-header dl {
    font-size: 1.5em;
    line-height: 1em;
    font-weight: normal !important;
}

/*increase font size of checkout box descriptions*/
label {
    font-size: 1.1rem;
}

/*increase text size on form submit buttons*/
.gform_footer input[type="submit"] {
    font-size: 1.4em !important;
}

/*tighten up checkout page*/
.large-7 {
    margin-top: -20px;
}

.large-5 {
    margin-top: -20px;
}

.woocommerce form .form-row, .woocommerce-page form .form-row {
    margin: 0;
    padding: 1px 0;
}

.order_review_wrapper {
    padding: 30px 40px 40px;
}

/*change form background color*/
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    background-color: #f7f7f7 !important;
}

.country_select.select2-container .select2-choice > .select2-chosen, .state_select.select2-container .select2-choice > .select2-chosen {
	background-color: #f7f7f7 !important;
}

.site-footer-widget-area .large-12 {
	width: 100%;
}
