/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0

a {
	color: #042dd0;
}

body a {
    color: #042dd0 !important;
}
body a:hover {
    color: #aa00ff !important;
}
*/
.col.light .nectar-button.see-through {
    color: #87a3ff !important;
}

.nectar-recent-posts-single_featured[data-padding="10%"] .recent-post-container, #boxed .nectar-recent-posts-single_featured[data-padding="10%"] .recent-post-container {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 5%;
}
.span_7 {
    width: 35.5%;
}
.span_5 {
    width: 59.5%;
}
#program-debate {
    margin-bottom: -50px;
}
/* woocommerce - hide checkout buttons, getting errors
a.checkout-button.button.alt.wc-forward, ul.product_added, .wcppec-checkout-buttons__separator {
    display: none;
} 
.woocommerce-checkout #payment ul.payment_methods {
    display: none;
}*/
.woocommerce-page table.cart a.remove {
    color: #d06d04 !important;
	  border-color: #d06d04 !important;
}
a.prog-button, .prog-button, .prog-button input[type="submit"] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
	padding: 20px;
    text-decoration: none;
    color: white;
	background-color: #333333 !important;
}
a.prog-button:hover, .prog-button:hover, .prog-button input[type="submit"]:hover {
	background-color: #EAB438 !important;
	opacity: 0.8!important;
}
.debate-button td, .debate-button table tr, .debate-button table {
	background-color: none !important;
	border: none !important;
	border-right: none;
	border-bottom: none;
	padding: 0;
}

.at-content {
	background: #F6F6F6;
}
.woocommerce ul.products li.product .price {
	color: #db9002 !important;
}
.woocommerce div.product p.stock {
    position: relative;
}
.woocommerce div.product p.stock:after {
    visibility: visible;
    position: absolute;
	background: #F6F6F6;
    top: 0;
    left: 19px;
    content: "spots remain";
}