.button, input[type="submit"] {
    background: #139fda none repeat scroll 0 0;
    border: 1px solid #139fda;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "open sans",arial;
    font-size: 25px;
    line-height: 25px;
    margin: 0;
    padding: 14px 58px;
    text-decoration: none;
    transition: none 0s ease 0s ;
    white-space: nowrap;
    width: auto;
}
.box_small_holder.black {
    background-color: #df3c3c;
}
.box_small_holder.white:hover, .box_small_holder.black:hover {
    background-color: #ed5353;
}
.selectnav ul li a {
    color: #139fda;
    display: block;
    font-size: 13px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}
.selectnav span {
    background-color: #f3f4f3;
    background-image: url("/wp-content/themes/lounge/img/navigation.png");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 46px;
    position: relative;
    width: 100%;
    z-index: 511;
}
selectnav, .selectnav ul {
    background-color: #f3f4f3;
}
.selectnav ul {
    display: none;
    padding: 10px 0;
    position: relative;
    top: 0;
    width: 100%;
}
.testimonial_with_background {
    background-color: #f3f4f3;
}
.testimonials h3 {
    color: #36addf;
    font-style: italic;
    font-weight: normal;
}
.testimonials p {
    color: #e54646;
    font-family: "open sans",sans-serif;
    font-size: 19px;
    font-style: italic;
    margin: 0 0 20px;
}
nav.main_nav > ul > li:hover > a, nav.main_nav > ul > li > a.current, nav.main_nav > ul > li.active > a {
    border-top: 1px solid;
}
input {
    background-color: #f4f3f4;
    border: 0 none;
    color: #7c7c7c;
    font-family: inherit;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 20px;
    outline: 0 none;
    padding: 5px 4%;
    width: 92%;
}
textarea {
    background-color: #f4f3f4;
    border: 0 none;
    color: #7c7c7c;
    font-family: inherit;
    font-size: 13px;
    height: 100px;
    margin: 0 0 20px;
    outline: 0 none;
    padding: 20px 4%;
    resize: none;
    width: 92%;
}
.tp-caption a {
    color: #f9F9F9;
    text-shadow: none;
    transition: all 0.2s ease-out 0s;
}
.tp-caption a:hover {
    color: #ccc;
};