/*
Theme Name: Child of Inovado
Description: Child theme based on Inovado for Stage Guild.
Author: Brigitte Baker
Version: 0.0.1
Template: inovado
*/
@import url('../inovado/style.css');
.accordion .accordion-title a {
    color: #000 !important;
}
.accordion .accordion-title.active a {
    color: #630460 !important;
}
#page-wrap {
    padding: 10px 0px;
}
.testimonial-author {
margin: 20px 20px 5px 30px;
color: #630460; 
}
.teaser {
border: 1px solid rgb(221, 221, 221);
padding: 0px; 
}
.teaser .teaser-img img {
    width: auto;
    max-width: auto;
    height: auto;
}
.teaser .teaser-img {
    margin: 0px;
    border-radius: 0px;
}
.teaser p {
margin: 0px 0px 0px;
height:160px;
}

[class^="icon-"]{
    width: 22px;
    height: 22px;
}
a.button.large {
padding: 14px 8px 14px 20px;
width: 180px;
font-size: 15px;
}
a.button {
font-weight: normal;
}
.container .thirteen.columns {
    width: 660px;
}
.container .three.columns {
    width: 260px;
}
.title span {
    line-height: 23px;
}
.accordion-title {
    background-image: -o-linear-gradient(bottom, #85a979 0%, #ffffff 100%); background: -moz-linear-gradient(bottom, #85a979 0%, #ffffff 100%); background: -webkit-linear-gradient(bottom, #85a979 0%, #ffffff 100%); background: -ms-linear-gradient(bottom, #85a979 0%, #ffffff 100%); background: linear-gradient(to bottom, #85a979 0%, #ffffff 100%);
	background: -o-linear-gradient(bottom, #85a979 0%, #ffffff 100%); background: -moz-linear-gradient(bottom, #85a979 0%, #ffffff 100%); background: -webkit-linear-gradient(bottom, #85a979 0%, #ffffff 100%); background: -ms-linear-gradient(bottom, #85a979 0%, #ffffff 100%); background: linear-gradient(to bottom, #85a979 0%, #ffffff 100%);
}