/*
Theme Name:     Designgrotten
Theme URI:      http://designgrotten.dk
Description:    Et Child theme til Argentum 
Author:         Thomas Clausen
Author URI:     http://designgrotten.dk
Template:       argentum
Version:        0.1.0
*/

@import url("../argentum/style.css");
.testimonials .testimonials-list .quote {
display: block;
}
.cart_totals p {
    display: none;
}

blockquote {
padding-left: 2.992em;
page-break-inside: avoid;
color: #000;
font-style:italic;
background: white;
padding: 1em 1.618em;
-webkit-border-radius: 0.27em;
-moz-border-radius: 0.27em;
border-radius: 0.27em;
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
-o-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
}

ul { 
list-style-type: none;
}
.checkout label {
display: inline !important;
}
#social .social-commentlist {
width: 648px;
}
#social .social-commentlist {
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 0 0 0.618em rgba(0, 0, 0, 0.035);
box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 0 0 0.618em rgba(0, 0, 0, 0.035);
-webkit-border-radius: 0.27em;
-moz-border-radius: 0.27em;
border-radius: 0.27em;
}
#social .social-comment-body {
font-size: 14px;
line-height: 18px;
overflow: hidden;
}