/*
Theme Name: Salient Child Theme
Theme URI: https://mycroft.ai
Description: Child Theme for Salient
=====================================
Put changes to the Theme in this Child Theme, NOT in the parent Salient Theme, otherwise when the Salient Theme is updated, the Theme files will be overwritten
======================================
Author: Kathy Reid <kathy.reid@mycroft.ai>
Template: salient
Version: 0.1
*/

/* GENERAL STYLES */

.post p {
line-height: 1.5em;
padding-bottom: 15px;
} 

em {
    font-size: 1em;
}

/* BLOG PAGE NAVIGATION BOTTOM */
div#pagination {
    margin: 0 auto;
    text-align: center;
}
html body #pagination >span.page-numbers.current, html body nav.woocommerce-pagination span.page-numbers.current {
    font-size: 1.33em!important;
}
#pagination a.page-numbers, #pagination span.page-numbers {
    font-size: 1.33em!important;
}
html body #pagination >a {
    font-size: 1.33em!important;
}

/* BLOG PAGE META REMOVAL */
#post-area.masonry article.post .post-meta {
    display: none!important;
}
.masonry.classic_enhanced .posts-container article.has-post-thumbnail .meta-category a, .blog-recent[data-style*="classic_enhanced"] .has-post-thumbnail .meta-category a, .blog-recent[data-style*="classic_enhanced"] .meta-category a {
    display: none!important;
}

/* TEAM PAGE SOCIAL LINKS */
.team-member ul.social li a {
    font-size: 0.88em!important;
    margin: 0px 8px;
}
.team-member ul.social li:after {
    content: ' . ';
    font-size: 18px!important;
    color: #22a7f0;
}

/* FORM STYLING */

.wpforms-confirmation-container-full {
    color: #fff;
    margin: 0 0 24px 0;
    background: #22a7f0;
    border: 0;
    padding: 15px 15px;
}
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #eee;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1em;
    padding: 10px 15px;
}
body[data-fancy-form-rcs="1"] .fancy-select-wrap label {
    padding-bottom: 0px;
    font-size: 1em;
    display: inline-block;
    color: #333!important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-family: Nunito;
    color: #fff!important;
    font-weight: bold!important;
    font-size: 1em;
    float: none;
    line-height: 1.3;
    margin: 0;
    padding: 1em 0 1em 0;
}
body[data-fancy-form-rcs="1"] .select2-container, body[data-fancy-form-rcs="1"] .select2-drop, body[data-fancy-form-rcs="1"] .select2-search, .select2-search input {
    font-size: 0.888em;
    margin: 1em;
    padding: 0 0 0 1em;
    border: 1px solid #fff;
    border-radius: 5px;
}
.select2-container .select2-choice>.select2-chosen {
    color: #fff!important;
}
form label, .woocommerce-checkout-review-order-table .product-info .amount, .woocommerce-checkout-review-order-table .product-info .product-quantity, .nectar-progress-bar p, .nectar-progress-bar span strong i, .nectar-progress-bar span strong, .testimonial_slider:not([data-style="minimal"]) blockquote span, .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-ordering .select2-container .select2-choice>.select2-chosen, .tabbed[data-style="minimal_alt"] > ul li a {
    font-family: Nunito;
    font-weight: normal!important;
}
div.wpforms-container-full, div.wpforms-container-full .wpforms-form * {
    color: #fff!important;
}
body[data-form-style="minimal"] .minimal-form-input label span.text .text-inner {
    color: #333!important;
}
body[data-fancy-form-rcs="1"] input[type='checkbox']+label {
    color: #fff!important;
}
body[data-fancy-form-rcs="1"] input[type='checkbox']:checked+label {
    color: #fff!important;
}
body[data-fancy-form-rcs="1"] input[type='checkbox']+label >span {
    border: 2px solid #fff;
}

.mycroft_shop .products .product-wrap, .mycroft_single_product .products .product-wrap {max-height:330px;overflow:hidden;background:#fff;text-align:center;}
.mycroft_shop .products li.product, .mycroft_single_product .products li.product {background:#e0e0e0;border-radius:6px;overflow:hidden;}
.mycroft_shop .products li.product h2.woocommerce-loop-product__title, .mycroft_single_product .products li.product h2.woocommerce-loop-product__title {width: 74% !important; float:left;padding-left:15px;}
.mycroft_shop .products li.product .price, .mycroft_single_product .products li.product .price {text-align:right;margin-top:10px;padding-top:10px;padding-right:15px;margin-bottom:20px !important;}
.shop-banner-product-1 {padding:40px 10% 40px 40px !important;}

.shop-banner-product-1 .vc_custom_heading {margin-bottom:25px !important;font-weight:bold !important;}
.shop-banner-product-1 .shop-banner-product-content {margin-bottom:45px !important;}
.shop-banner-product-1 .shop-banner-product-content p {font-size:20px;}
.mycroft_shop .shop-banner-product-1 .woocommerce-Price-amount {font-size:20px !important;font-weight:bold !important;color:#21A7EF !important;}
.mycroft_shop .shop-banner-product-1 .product_type_simple {padding:15px 25px !important;font-size:20px !important;font-weight:bold !important;margin-left:20px !important;}
.mycroft_shop .container-wrap .row > ul.products {display:none;}

.mycroft_shop .shop-checkout-button-wrap {text-align:center;}
.mycroft_shop .shop-checkout-button-wrap .shop-checkout-btn {background: rgb(33, 167, 239) none repeat scroll 0 0 !important; padding: 15px !important;}


/* Kathy 21 December 2017 - these are overrides for the Ship to a Different Address Checkbox on WooCommerce */ 

label.woocommerce-form__label-for-checkbox.woocommerce-form__label-for-checkbox.checkbox {
	color: black !important;
}
input:checked.woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox + label {
	color: black !important;
}
input:checked.woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox + label span {
	color: black !important;
	background-color: black !important;
	border: 2px solid black !important;
}
label.woocommerce-form__label-for-checkbox.woocommerce-form__label-for-checkbox.checkbox span {
	border: 2px solid black !important;
	color: black !important;
}


.shop-checkout-btn.checkout-button.button.alt.wc-forward {
  background-color: #22a7f0!important;
  font-size: 20px!important;
font-weight: bold!important;
margin-left: 20px!important;
 margin-top: 20px;
padding: 15px 25px!important;
text-transform: capitalize!important;
  transition: all 0.2s linear 0s;
}
.shop-checkout-btn.checkout-button.button.alt.wc-forward:hover{
  background-color: #333333!important;
}
.mycroft_shop .page-title {
  display: none;
}

.woocommerce .classic .product-wrap .add_to_cart_button {
 background-image: url("https://mycroft.ai/wp-content/uploads/2017/09/Shopping-Cart-new.png")!important;
}


.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{ background-color: #22a7f0!important;}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover{
  background-color: #333333!important;
}