/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.product_meta {
	display: none;
}

.woocommerce div.product .product_title, .woocommerce div.product p.price, .woocommerce div.product span.price {
	padding-bottom: 10px;
}

.woocommerce div.product form.cart {
	padding-top: 10px;
}

/* Woocommerce buttons 
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt {
	background-color: #ff9900 !important;
	color: #4D9494 !important;
}*/
/* #ffd18b */
.theme-bauhaus.woocommerce #sidebar {
	display: none;
}

.landing-page #content, .landing-page #content-sidebar-wrap, .landing-page #inner, .landing-page #wrap {
width: 100%;
	margin-top: -8px;
}

.landing-page .page{
padding-top:0px;
}
.landing-page #inner{
margin-top:0px;
}
.landing-page .page{
margin-top:0px;
}
.landing-page{
	padding-top:0px !important;
}
.landing-page .et_pb_module h2 a {
     font-size: 52px;
    font-weight: bold;
}

.landing-page p {font-size:18px !important;}

.et_pb_slide_title a{font-family:myriad-pro-condensed; font-weight: bold !important;}

.et_divi_builder #et_builder_outer_content .et_pb_column .et_pb_countdown_timer_0.et_pb_countdown_timer .section p.value{font-size: 38px !important; font-family:myriad-pro-condensed; line-height:50px;}

.et_divi_builder #et_builder_outer_content .et_pb_column .et_pb_countdown_timer_1.et_pb_countdown_timer .section p.value{font-size: 38px !important; font-family:myriad-pro-condensed; line-height:50px;}

.et_pb_testimonial h1 {
font-size: 28px !important;
display: inline-block;
font-weight: bold !important;
padding-bottom: 20px !important;
}

.landing-page .post-password-required {
	width: 85%;
margin: 200px auto 0;
}

#et_builder_outer_content input { background-color: #f7f7f7 !important; border: 1px solid #e6e6e6 !important; height: auto !important; margin-bottom: 15px !important; }

.wpcf7 input,
.wpcf7 textarea {
	width: 100%;
}

.wpcf7 label {
	display: block;
}

div.wpcf7 {
	max-width: 30em;
	margin-left: auto;
	margin-right: auto;
}

#et-boc #et_builder_outer_content .et_pb_blog_grid_wrapper a.more-link {
    border: 0px solid #ccc !important;
    padding: 4px !important;
    background: #714194 !important;
	  border-radius: 0px;
	  margin: 0 auto;
	  width: 75%;
    margin-top: 10px;
    color: #fff !important;
    font-weight: regular;
    font-size: 14px !important;
}