.grecaptcha-badge { opacity:0;}

/* --RESPONSIVE ELEMENTS FOR CSS--*/
#content-desktop {display: flex;}
#content-mobile {display: none;}

@media screen and (max-width: 768px) {

#content-desktop {display: none;}
#content-mobile {display: flex;}

}

/*--SITEORIGIN UNWIND--*/
body, button, input, select, textarea {    font-size: 1.1em;}

/*--.site-branding img {width:20%}--*/

.heading-strike:after, .heading-strike:before {
    content: none;
}
/* Styles for screens up to 767px wide (common mobile breakpoint) */
@media (min-width: 768px) {
  /* CSS rules for mobile devices */
.heading-strike {justify-content: left;
	    text-align: left;
}
}
.header-design-4 #masthead .site-branding {    margin-left: -10px;
}

.woocommerce .button.button.alt {background-color: #fff;}


.woocommerce ul.products li.product .woocommerce-loop-product__title {font-size:18px;}
.woocommerce ul.products li.product .price {font-size:16px;}
#colophon .widget .widget-title~*, #masthead-widgets .widget .widget-title~*, #secondary .widget .widget-title~* {
    font-size: 1em;
}
@media (max-width: 767px) {
#colophon .widget ul, #masthead-widgets .widget ul, #secondary .widget ul {

		text-align: center;}
}

.woocommerce .button.button.alt {color: #aec22f;}

/*--END SITEORIGIN UNWIND--*/

.main-navigation li a {
    text-transform: uppercase;
		font-size: 12px;
}

.site-footer.footer-active-sidebar {

    background-color: #f4f4f4;
}

.footer-widget-heading {
    text-align: center;
}

.woocommerce-products-header .woocommerce-products-header__title {
    text-align: center;
    width: 100%;
		font-weight: 500;
    text-align: center;
    line-height: 1.4em;
		font-size:36px !important;
}

/* --RESPONSIVE ELEMENTS FOR CSS--*/
#content-desktop {display: flex;}
#content-mobile {display: none;}

@media screen and (max-width: 768px) {

#content-desktop {display: none;}
#content-mobile {display: flex;}

}