.contact-page .contact-edvisor-form-sec {
    text-align: left;
    margin-top:30px;
}
.contact-page .contact-edvisor-form-sec .contact-edvisor-form {
    margin-top:30px;
}

body.page-template-page-satellite .tab-content {
    background-color: #FFF;
    text-align: left;
    padding: 30px;
}

.edvisor-row label {
    width:100%;
    display: block;
    font-weight:bold;
}
.edvisor-row textarea {
    height:150px;
}
.edvisor-row input,
.edvisor-row select,
.edvisor-row textarea {
    width:100%;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.edvisor-row input:focus,
.edvisor-row select:focus,
.edvisor-row textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.edvisor-button {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.edvisor-button:active {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.edvisor-button:focus {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}
.edvisor-button:hover {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.edvisor-success-message {
    margin-top:30px;
    border-radius:30px;
}


