/*
 Theme Name:     RadioLazlow
 Theme URI:      http://lazlow.com/
 Description:    Radio Lazlow Child Theme
 Author:         Bill Brissette
 Author URI:     http://www.billbrissette.com
 Template: 		 Divi
 Version:      1.0.0
 Text Domain:  RadioLazlow
*/

 
/* =Theme customization starts here
------------------------------------------------------- */


#logo {
	display: none;
}

.intro p {
	text-align: justify;
}
.et-social-rss a.icon:before {
    content: "\e09a";
}



#main-header .et_mobile_menu {
    background-color: rgba(0,0,0,0.9) !important;
}
.et_mobile_menu li a {
 
    font-size: 27px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
}



.entry-content table, body.et-pb-preview #main-content .container table, .entry-content tr td {
    border: 3px solid #f96c00;
    border-radius: 24px;

}


.wp_cart_product_display_box {
    border: 3px solid #f96c00;
    border-radius: 24px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
    padding-bottom: 5px;
    width: 100%;
}


.wp_cart_product_price {
    color: #12b1dc;
    display: block;
    font-size: 36px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    padding: 20px 20px 20px 0;
}
.wp_cart_product_name {
    color: #12b1dc;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.wp_cart_product_thumbnail {
	display:none;

}

.wp_cart_product_display_bottom {
    padding: 40px 40px;
}
.shopping_cart .wspsc_cart_item_name_th, .shopping_cart .wspsc_cart_qty_th, .shopping_cart .wspsc_cart_price_th {
    color: #f96c00;
    font-weight: bold;
    text-transform: uppercase;
	font-size: 14px;
}
.wspsc_cart_item_thumb, .wspsc_cart_total {

    font-weight: bold; 
    font-size: 20px;
}
input[type=text] {
    padding: 12px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 20px;
    color: #12b1dc;
    background-color: rgba(0, 0, 0, 0);
    font-size: 20px;
    font-weight: bold;
}

.wp_cart_item_name a {
	color: #12b1dc;
	font-size: 20px;
}

.wpspsc_checkout_form {
	padding: 10px 0 10px 0;
	text-align: right;
}

.wspsc_add_cart_submit {
letter-spacing: 0px;
    font-size: 20px;
    margin-bottom: 0;
    display: inline-block;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding: 0.3em 1em;
    border: 3px solid;
    border-color: #12b1dc;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    background: transparent;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
	outline: 0;
	float: right;
    margin-top: 15px !important	;
    background-color: #2b1712;
    border-color: #f96c00;
    color: #f96c00 !important;
    
    }

.wp_cart_checkout_button {
	padding-top: 20px;
	padding-bottom: 10px;
}

.wspsc_add_cart_submit:hover {
	letter-spacing: 0px;
  
        color: #2c1712 !important;
    background: #f96c00 !important;
    border-color: #f96c00 !important;
  
}

@media (max-width: 500px) { 
	

.shopping_cart .wspsc_cart_item_name_th, .shopping_cart .wspsc_cart_qty_th, .shopping_cart .wspsc_cart_price_th {
    color: #f96c00;
    font-weight: bold;
    text-transform: uppercase;
	font-size: 10px;
}
.wspsc_cart_item_thumb, .wspsc_cart_total {

    font-weight: bold; 
    font-size: 10px;
}
input[type=text] {
    font-size: 10px;
    font-weight: bold;
}

.wp_cart_item_name a {
	color: #12b1dc;
	font-size: 10px;
}
.entry-content tr td, body.et-pb-preview #main-content .container tr td {
    padding: 10px 10px;

}