/*
Theme Name: Foundry Child
Theme URI: 
Description: Child theme for the Foundry theme
Author: <a href="http://www.madeinebor.com">Tom Rhodes</a>
Author URI: 
Template: foundry
Version: 1.0.0
*/

@import url('../foundry/style.css');

.wlr-myaccount-page .wlr-referral-blog .wlr_referral_url {
    height: auto;
    margin-bottom: 0px;
}

#wlr-redeemed-points,#wlr-used-rewards, #wlr-available-points #wlr-available-points-heading{
	display:none!important;
	
}
.wpb-content-wrapper {
     padding: 0px 0!important; 

}
.wlr-myaccount-page .wlr-date-container input {
	color:#000;
}
.whiteText h2, .whiteText p, .whiteText h1
{
	color:#fff!important;
}

.blackText h2, .blackText p, .blackText h1
{
	color:#000!important;
}
.wineClubeBannerText {
	
	color:#fff!important;

}

.wineClubeBannerText h1 {
	    font-weight: 900;
    font-size: 44px;
    margin-bottom: 20px;
}

.wineClubeBannerText p {
	width: 500px;
    margin: auto;
}
.wineClubRegisterButton {
	background: #dac6aa;
    color: #4d3929;
    padding: 15px 40px;
    font-weight: 600;
	margin-left:10px;
	
}

.wineClubSigninButton {
	background: #4d3929;
    color: #fff;
    padding: 15px 40px;
    font-weight: 600;
	margin-right:10px;
	
}

.wineClubRegisterButton:hover {
	text-decoration: none;
		background: #4d3929;
    color: #dac6aa;
}
.wineClubSigninButton:hover {
	text-decoration: none;
		background: #fff;
    color: #4d3929;
}
.tierCols h2 {
	margin-bottom:10px;
	    font-size: 22px;
	
}
.tierCols .vc_column-inner{
	padding:25px;
	border-radius:10px;
	padding-bottom:0px;
}
.allegroCol {
	    
}
.faqItem h4 {
	font-size: 16px;
}

.faqItem h4, .faqItem p{
	color: #fff;
}

.faqItem {
	    padding-bottom: 10px;
    margin-bottom: 10px;

	border-bottom:1px solid #fff;
}
.faqItem .vc_toggle_icon {
	float: right;
}
.faqRow {
	
}
.faqCol .vc_column-inner {
    max-width: 600px;
    margin: auto;
	
}
input[type="submit"], button[type="submit"] {
    height: 50px;
    line-height: 48px;
    border: 2px solid #4d3929;
    background: #4d3929;
    color: #f4f1ed;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 0 !important;
}

.woocommerce a.button {
	
	    background: #4d3929;
    color: #f4f1ed;
	 border: 2px solid #4d3929;
}

.add_to_cart_inline
{
	text-align:left;
}

.add_to_cart_inline input[type="number"] 
{
display: block;
    width: auto;
}

.btn:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce a.added_to_cart:hover, .tickera_checkout:hover, .cart_form:hover {
    background: #4d3929;
    color: #f4f1ed;
}

.woocommerce.columns-1 .masonry-item
{
	float:none;
	    margin: auto;
}

.btn-filled, .woocommerce button[type="submit"].button, .checkout-button.button.alt.wc-forward {
    background: #4d3929;
    color: #f4f1ed;
	border: 2px solid #4d3929;
}

.blogHero h1
{
	color:#fff!important;
}

.blogHero
{
    background-size: cover;
	background-position: center;
	background-repeat:no-repeat;
}


@media only screen and (max-width: 990px) {
  .wineClubeBannerText p {
	width: 100%;
    margin: inherit;
}
}

@media (min-width: 1200px) {
    .tiersRow .container {
        width: 90%!important;
    }
}

