.back-to-portfolio-trigger {
    display: none;
    visibility: hidden;
    margin-top: 20px;
    position: relative;
    padding-left: 20px;
    font-weight: 600;
    color: #151515 !important;
}
.back-to-portfolio-trigger:before {
    content: "";
    position:absolute;
    width: 15px;
    height: 2px;
    left: 0;
    top: 49%;
    background: #151515;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#contact-container {
    height: auto;
    padding-top: 140px;
    padding-bottom: 120px;
}

#contact-container .headline h1 {
    font-size: 71px;
    line-height: 65px;
    font-weight: 600;
    color: #151515;
    display: block;
    letter-spacing: 0.1px;
    font-style: normal;
    margin-left: -3px;
    margin-bottom: 26px;
}
#contact-container .sub-headline {
    margin-bottom: 40px;
}
#contact-container .sub-headline p {
    font-size: 22px;
    display: inline-block;
    line-height: 30px;
    margin-bottom: 15px;
    letter-spacing: -.1333px;
    color: #1a1a1a;
}

#contact-container .sub-headline span.sub-text {
    display: block;
    width: 100%;
    font-size: 21px;
}
#contact-container .sub-headline span.sub-text span {
    font-weight: 400;
}

#contact-container .sub-headline span.sub-text a {
    border-bottom: 2px solid #1a1a1a;
    padding-bottom: 4px;
}

#contact-container #contact-form .form-control {
    /*font-weight: 400;*/
    font-size: 18px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    border-bottom: 1px solid #d8e1e4;
}

#contact-container #contact-form textarea {
    resize: none !important;
}

#contact-container #contact-form input#c_name,
#contact-container #contact-form input#c_email {
    min-height: 65px;
    padding-left: 2px;
}

#contact-container #contact-form textarea#c_message{
    padding-left: 2px;
}

#contact-container #contact-form .submit-btn {
    margin-top: 33px;
    width: auto;
    float: left;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    z-index: 1;
    padding: 25px 62px 22px 62px;
    background: transparent;

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease, all .3s ease;
    -o-transition: all .3s ease, all .3s ease;
    -moz-transition: all .3s ease, all .3s ease;
    transition: all .3s ease, all .3s ease;
}
#contact-container #contact-form .submit-btn:focus {
    color: #1a1a1a;
}

#contact-container #contact-form .submit-btn:hover {
    background: #1a1a1a;
    color: #fff;
    -webkit-transition: all .3s ease .2s;
    -o-transition: all .3s ease .2s;
    -moz-transition: all .3s ease .2s;
    transition: all .3s ease .2s;
    -webkit-transition: all .3s ease .2s, all .3s ease .2s;
    -o-transition: all .3s ease .2s, all .3s ease .2s;
    -moz-transition: all .3s ease .2s, all .3s ease .2s;
    transition: all .3s ease .2s, all .3s ease .2s;
}


#contact-container #contact-form label.error {
    margin-top: 4px;
    letter-spacing: .3px;
    font-size: 11.5px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease, all .3s ease;
    -o-transition: all .3s ease, all .3s ease;
    -moz-transition: all .3s ease, all .3s ease;
    transition: all .3s ease, all .3s ease;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid transparent;
    -webkit-text-fill-color: #5d5e5d;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}


#contact-form input,
#contact-form textarea,
#contact-form input:focus,
#contact-form textarea:focus {
    box-shadow: none;
    -webkit-appearance: none;
    outline: none;
}

.linked-in-badge {
    padding-top: 40px;
}

.linked-in-badge span {
    font-weight: 400;
    font-size: 14px;
    display: block;
    line-height: 22px;
    letter-spacing: .4px;
}

.linked-in-badge span.li-name {
    color: #311331;
    font-size: 16px;
    letter-spacing: .25px;
    padding: 2px 0;
}


.linked-in-badge span.li-company {
    letter-spacing: .2px;
}

.linked-in-badge span.li-button {
    border: 2px solid #313131;
    color: #313131;
    width: fit-content;
    padding: 6px 16px;
    border-radius: 50px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
}

body.mobile_device #social-channels .linked-in-link a {
    width: 165px;
    display: flex;
    height: 40px;
    background-size: cover;
    background-position: -18px;
}