/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.post-content .form-control {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: all .3s;
    font-family: "Open Sans";
    font-weight: 300;
    letter-spacing: 0px;
    font-style: normal;
}
.post-content .form-control i {
    transition: all .3s;
    transition-delay: -.3s;
}

.post-content .mb-4 {
    margin-bottom: 1.1rem;
}
.post-content .mt-12 {
    margin-top: 3.3rem;
}
.post-content .mb-3, .post-content .my-3 {
    margin-bottom: 1rem!important;
}
.post-content .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.post-content .input-group-prepend {
    margin-right: -1px;
}
.post-content .input-group-append, .post-content .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.post-content .input-group-append {
    margin-left: -5px;
}
.post-content .input-group>.custom-file, .post-content .input-group>.custom-select, .post-content .input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.post-content .input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0;
}
.post-content .input-group-append .input-group-text {
    padding: 5px 20px;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
.border-form {
    padding: 1.5rem;
    border-width: .2rem;
    position: relative;
    margin: 1rem 0 0;
    border: solid #f7f7f9;
}
.post-content .col-form-label {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 400;
}
.post-content *, ::after, ::before {
    box-sizing: border-box;
}
.post-content select.form-control {
    height: initial;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: capitalize;
}
.post-content .subtext {
    display: block;
}
.fusion-button.form-control {
    border: none;
}
.post-content .js_setLiveMessage {
    color: red;
    font-size: 16px;
    transition: all .3s;
    padding: 10px 0px;
}
.loggedin .fusion-button.greenbutton {
    background-color: rgb(100,200,100) !important;
}