/*CW Theme 1*/

.cw-testimonials-1  > div > div {
    position: relative;
    padding: 15px 30px;
    margin: 0 0 3em 0;
    color: #1D1D1C;
    background: #F1F1F1;
    -webkit-border-top-left-radius: 25px 50px;
    -webkit-border-top-right-radius: 25px 50px;
    -webkit-border-bottom-right-radius: 25px 50px;
    -webkit-border-bottom-left-radius: 25px 50px;
    -moz-border-radius: 25px / 50px;
    border-radius: 25px / 50px;
}

.cw-testimonials-1 > div > div:before {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 80px;
    border-width: 0 0 30px 50px;
    border-style: solid;
    border-color: transparent #F1F1F1;
    display: block;
    width: 0;
}

.cw-testimonials-1  > div > div:after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 110px;
    border-width: 0 0 30px 20px;
    border-style: solid;
    border-color: transparent #fff;
    display: block;
    width: 0;
}

.cw-testimonials-1 .cw-testimonial-wrapper .cw-testimonial-excerpt {
    padding: 1em 1em 2em 1em;
}

.cw-testimonials-1 a.cw-readmore {
    float:right;
    text-decoration: underline;
}

.cw-testimonials-1 p.cw-testimonial-author {
    text-align: right;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: bold;
}

/* EOT */


/* Oval Speech*/

.oval-speech  > div > div  {
    position: relative;
    width: 270px;
    padding: 50px 40px;
    margin: 1em auto 50px;
    text-align: center;
    color: #fff;
    background: #5a8f00;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#b8db29), to(#5a8f00));
    background: -moz-linear-gradient(#b8db29, #5a8f00);
    background: -o-linear-gradient(#b8db29, #5a8f00);
    background: linear-gradient(#b8db29, #5a8f00);
    -webkit-border-top-left-radius: 220px 120px;
    -webkit-border-top-right-radius: 220px 120px;
    -webkit-border-bottom-right-radius: 220px 120px;
    -webkit-border-bottom-left-radius: 220px 120px;
    -moz-border-radius: 220px / 120px;
    border-radius: 220px / 120px;
}

.oval-speech  > div > div:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -30px;
    right: 50%;
    height: 30px;
    border-right: 60px solid #5a8f00;
    background: #5a8f00;
    -webkit-border-bottom-right-radius: 80px 50px;
    -moz-border-radius-bottomright: 80px 50px;
    border-bottom-right-radius: 80px 50px;
    -webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

.oval-speech  > div > div:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -30px;
    right: 50%;
    width: 60px;
    height: 30px;
    background: #fff;
    -webkit-border-bottom-right-radius: 40px 50px;
    -moz-border-radius-bottomright: 40px 50px;
    border-bottom-right-radius: 40px 50px;
    -webkit-transform: translate(-30px, -2px);
    -moz-transform: translate(-30px, -2px);
    -ms-transform: translate(-30px, -2px);
    -o-transform: translate(-30px, -2px);
    transform: translate(-30px, -2px);
}

/*EOT*/

/* Simple intext */

.cw-intext-1 {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
color: #a5a4a4;
font-style: italic;
margin: 30px;
padding: 30px;
text-align: center;
}

/* EOT */

/* Theme: Modern Intext */

.cw-intext-modern {
border-left: 4px solid #ccc;
color: #a5a4a4;
font-style: italic;
margin: 30px 0 30px 15px;
padding-left: 15px;
}

/* EOT */

/* Theme: Modern Intext 2 */

.cw-intext-modern2 {
background: #fcfcfc;
border-left: 1px dashed #ccc;
color: #a5a4a4;
font-style: italic;
margin: 30px;
padding: 30px;
}

/* EOT */

/* Theme: Standard Quotes */

.cw-quoted  > div > div {
	border:none;
	position: relative; 
	margin: 0 auto;
    margin-top: 1.5em;
    background-color: #F1F1F1;
}

.cw-quoted  > div > div > div:last-child {
    padding-bottom: 1em;
}

.cw-quoted  > div > div > div:before {
    content: "\201C";
    font-weight: bold;
    font-size:40px;
    position: absolute; 
    top: 0;
    left: -0.1em;
    line-height: 1em;
    font-family: 'Georgia'; 
} 
.cw-quoted  > div > div > div:after {
    content: "\201D";
    font-weight: bold;
    font-size:40px;
    position: absolute; 
    bottom: 0;
    right: 0;
    line-height: 0em;
    font-family: 'Georgia'; 
}

.cw-quoted a.cw-readmore {
    float:right;
}

.cw-quoted p.cw-testimonial-author {
    text-align: right;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: bold;
}
/* EOT */



