/* LICENSE & DETAILS
   ==================================================

	Theme Name: Cardinal Acres
	Theme URI: https://www.cardinalacres.com
	Description: Child theme of Atelier
	Template: atelier
	Version: 2.1
	Author: Cardinal Acres Web Development
	Author URI: https://www.cardinalacres.com


   ==================================================
*/

/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */

.spb_pricing_table .sf-pricing-column.highlight {
    border-color: #3e7c9d;
    border-width: 4px;
}

.sf-pricing-column.highlight .sf-pricing-name h6, .sf-pricing-column.highlight .sf-pricing-name .sf-pricing-price {
    color: #3e7c9d;
}

.sf-pricing-column .sf-pricing-tag::before {
    content: attr(data-text);
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #3e7c9d;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 12px;
    padding: 4px 4px 3px 6px
}

.header-left .aux-item, .header-right .aux-item {
	border-color: transparent!important;
}				

input.nf_button {
	color: #1e7ea0;
	background: none;
	background-color: none;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	border: 2px solid;
	border-color: #1e7ea0;
	margin: 0 10px 20px 0;
	padding: 15px 25px;
}

input.nf_button:hover {
	color: white;
	background: black;
	border-color: black;
}

.cookie-button-custom {
	color: #1e7ea0;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border: 2px solid;
	border-color: #1e7ea0;
	background: #32323a;
	margin: 0 10px 20px 0;
	padding: 5px 15px;
}

.cookie-button-custom:hover {
	border-color: white;
	color: white;
}