/*
Theme Name: Divi Child Theme
Theme URI: http://www.abacusarts.com
Description: Custom Divi child theme develpoed for www.BeamKnoxville.com
Author: Rip Noel
Author URI: http://www.abacusarts.com/team
Template: Divi
Version: 0.1.0
*/

@import url("../Divi/style.css"); 



 
/* Images*/


/* Single Posts */


/* Footer Area */



#footer-info {
    text-align: center;
    padding-bottom: 10px;
    float: none;
}

html body header#main-header{
	background-image:url(https://www.beamknoxville.com/wp-content/uploads/2018/01/header-BG.png); 
	background-repeat:no-repeat; 
	background-position:center top; 
	background-attachment:scroll; 
	background-size:100% 100%!important; 
	box-shadow:0px 2px 12px  #000000; 
}

html body div#main-content{
	background-color:rgba(255,255,255,0)!important; 
}

.woocommerce #content-area div.product{
	background-color:rgba(255,255,255,0.67)!important; 
	padding-top:50px!important; 
	padding-right:50px!important; 
	padding-bottom:50px!important; 
	padding-left:50px!important; 
	border-radius:25px!important; 
}

.woocommerce #content-area div.product div.images .wp-post-image{
	background-color:rgba(255,255,255,0); 
}

.feature_name{
	font-size:18px; 
	color:rgba(42,147,232,1); 
	font-weight:600!important; 
}

.feature_value{
	border-bottom-width:1px!important; 
	border-bottom-style:solid; 
	border-bottom-color:#2a93e8; 
	margin-bottom:14px!important; 
	margin-top:3px!important; 
}

.hentry .woocommerce ul.products li.product > a:not(.button){
	border-top-left-radius:25px; 
	border-top-right-radius:25px; 
	border-bottom-right-radius:25px; 
	border-bottom-left-radius:25px; 
}

.woocommerce #content-area div.product .product_meta a{
	color:#1b70d1; 
}

.hentry .woocommerce ul.products li.product{
	background-image:linear-gradient(0deg,#ffffff,#5260b1); 
	border-bottom-left-radius:23px; 
	border-bottom-right-radius:23px; 
}

.hentry .woocommerce ul.products li.product .woocommerce-loop-product__title{
	padding-left:10px!important; 
	margin-top:-5px!important; 
}

.hentry .woocommerce ul.products li.product .price{
	padding-left:10px!important; 
	margin-top:-5px!important; 
	padding-bottom:5px!important; 
}

html body div#main-content .container{
	background-color:rgba(255,255,255,0.66); 
	padding-left:25px!important; 
	padding-right:25px!important; 
	padding-top:35px!important; 
	padding-bottom:0px!important; 
	border-radius:0px!important; 
	border-top-left-radius:0px!important; 
	border-top-right-radius:0px!important; 
	border-bottom-right-radius:0px!important; 
	border-bottom-left-radius:0px!important; 
}

.single #content-area .hentry .entry-content{
	border-width:0px; 
	border-top-style:none; 
}

.woocommerce span.onsale, .woocommerce-page span.onsale{
	background:orange!important; 
	border-radius:35%!important; 
	padding:3px 9px!important; 
	font-size:16px; 
}


