/**
 * Kata Fast Mode style step 4
 *
 * @author  ClimaxThemes
 * @package Kata Plus
 * @since   1.0.0
 */

.kata_page_kata-plus-fast-mode .kt-fst-mod-wrapper {
    max-width: 824px;
}

.kt-fst-get-info-row {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.kt-fst-get-info:not(.full-width) {
    float: left;
    width: 47%;
    position: relative;
    overflow: hidden;
    padding-right: 1px;
}

.kt-fst-get-info.social {
    margin-bottom: 50px;
}

.kt-fst-get-info:nth-child(2n+2) {
    transform: translateX(51px);
}

.kt-fst-get-label {
    display: block;
    color: #8b949f;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 9px;
    line-height: 1.4;
}

.kt-fst-get-info input[type="text"] {
    display: block;
    color: #45494e;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 40px;
    margin-right: 52px;
    width: 100%;
    background-color: #fff;
    border-color: #E0E5EB;
    border-radius: 3px;
    padding: 15px 25px;
}

.kt-fst-get-info input[type="text"].site-socials {
    padding-left: 64px;
    margin-bottom: 0;
}

.kt-fst-get-info .fm-social {
    position: absolute;
    width: 50px;
    height: 62px;
    background-color: #FAFBFC;
    border-right: 1px solid #E7E8E9;
    left: 2px;
    top: 1px;
    text-align: center;
}

.kt-fst-get-info .fm-social .kata-icon {
    fill: #808995;
    text-align: center;
    font-size: 24px;
    display: inline-block;
    line-height: 2.7;
}