.shortcode_banner_simple_height_inside .banner_title {
   font-size: 20px !important;}



.grecaptcha-badge {opacity:0}

body.gbt_custom_notif:not(.woocommerce-account) .woocommerce-message,
body.gbt_custom_notif:not(.woocommerce-account) .woocommerce-error,
body.gbt_custom_notif:not(.woocommerce-account) .woocommerce-info {
		background: #fb9fa4; }

#mc_embed_signup .subbutton {
		padding: 0rem 1rem 1rem !important;
    font-size: 13px;
    border: none;
    letter-spacing: .05em;
    color: #fff;
    box-sizing: border-box;
    height: 32px;
    line-height: 33px;
    display: inline-block;
    margin: 0;
    transition: all 0.23s ease-in-out 0s;
}

#site-footer {
    padding: 0px 0 0px; 
}

.site-footer-widget-area
{margin-bottom: 0px;}

.site-footer-widget-area > .row {
    border-bottom: 0px solid #ddd;
}

.woocommerce-thankyou-order-received { background: #fb9fa4; }

.categories_grid .category_name,
  .category_list .category_name {
    font-size: 28px;
    text-transform: uppercase;}

span.category_count { display: none; }

@media only screen and (max-width: 63.95em) {
		.site-tools ul li {
    margin-left: 0px; }
}

.product_navigation { display:none; } 


/* Hides Add to wishlist on Gift Card Page */


.postid-3309 .yith-wcwl-add-to-wishlist{
	display: none; }


/* Reduces Margins in Gift Card Form */

.postid-3309 .gift-cards_form > h3 {
	margin-top: .5em; }

.postid-3309 .gift-card-content-editor.step-content h5 {
    margin-top: 0em;
}
	
.postid-3309 .gift_card_template_button {
    margin-top: 6em;
}



/* Resizes Gift Card Preview Images */

.postid-3309
.ywgc-preset-image{width:89px}

/* Hides 'Add to Cart" for 2oz Candle */
.postid-3367 .cart {
  display: none !important;
}

/* Hides 'Price" for 2oz Candle */

.postid-3367 .price {
  display: none !important;
}


/* GIFT CARD INPUT MODIFICATIONS  */

/* Lessens Padding and Centers*/

div.ywgc_enter_code {
    padding: 0px;
    margin: 1em 0;
    text-align: center;
}

/* Makes Button Smaller */

button.button.ywgc_apply_gift_card_button
{
min-width: 160px !important;
padding: 10px 1rem 10px !important;
}

/*Centers and Sizes input*/

@media only screen and (min-width: 767px) { 
div.ywgc_enter_code p.form-row.form-row-last
{   float: none;
    display: inline-block;
	width: 10%;}
}

/*Centers and Sizes Button*/

@media only screen and (min-width: 767px) { 
	div.ywgc_enter_code p.form-row.form-row-first
{float: none;
display: inline-block;
width: 30%;}
}



