Current File : /home/inlingua/www/sensoriumpsychologists.com/backup/screening/franchise/css/custom.css
	
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-12,.col-lg-4,.col-lg-8,.col-lg-6{
position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
label.required:before {
    color: #da6f5b;
    content: '*';
    display: block;
    float: left;
    margin: 0 3px 0 0;
}
.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30.333333%;
    flex: 0 0 30.333333%;
    max-width: 30.333333%;
}

.col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.333333%;
    flex: 0 0 47.333333%;
    max-width: 47.333333%;
}
.comment-form.--contact input[type=text], .comment-form.--contact input[type=email], .comment-form.--contact textarea {
    border: 1px solid #e1e1e1;
}
.comment-form input[type=text], .comment-form input[type=email], .comment-form textarea {
    width: 90%;
}
.comment-form input[type=text], .comment-form input[type=email], .comment-form textarea {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 10px 20px;
    margin-bottom: 30px;
    border-radius: 2px;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.comment-form input[type=password], .comment-form input[type=date], .comment-form select {
    width: 100%;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 10px 20px;
    margin-bottom: 30px;
    border-radius: 2px;
}
.site-btn {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    background: #f6783a;
    color: #fff;
    padding: 18px 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    border-radius: 50px;
    min-width: 170px;
    text-align: center;
    border: none;
    cursor: pointer;
}