
.page-section {
    padding: 120px 0;
}

.ns.button.button-border.button-light {
    border-color: #444;
    color: #444;
}
.ns.button.button-border.button-light:hover {
    border-color: #444;    
    background-color: #444;
    color: #fff;
}
.ns.button.button-border:not(.button-fill):hover {
    border-color: #444!important;
}

.ns.border-form-control {
    height: 48px;
    padding: 8px 4px;
    font-size: 21px;
    letter-spacing: 1px;
    background-color: transparent !important;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-bottom-width: 1px;
    font-family: 'Source Sans Pro', sans-serif;
}

.ns.border-form-control:focus {
    border-color: #e65f78;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ns.ns-contactform-message {
    height: auto;
}

.op-gradient-icon {
    background: rgb(131,58,180);
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}